PostgreSQL Source Code  git master
StatsBuildData Struct Reference

#include <extended_stats_internal.h>

Data Fields

int numrows
 
int nattnums
 
AttrNumberattnums
 
VacAttrStats ** stats
 
Datum ** values
 
bool ** nulls
 

Detailed Description

Definition at line 61 of file extended_stats_internal.h.

Field Documentation

◆ attnums

AttrNumber* StatsBuildData::attnums

Definition at line 65 of file extended_stats_internal.h.

Referenced by make_build_data().

◆ nattnums

int StatsBuildData::nattnums

Definition at line 64 of file extended_stats_internal.h.

Referenced by make_build_data().

◆ nulls

bool** StatsBuildData::nulls

Definition at line 68 of file extended_stats_internal.h.

Referenced by make_build_data().

◆ numrows

int StatsBuildData::numrows

Definition at line 63 of file extended_stats_internal.h.

Referenced by make_build_data().

◆ stats

VacAttrStats** StatsBuildData::stats

Definition at line 66 of file extended_stats_internal.h.

Referenced by make_build_data().

◆ values

Datum** StatsBuildData::values

Definition at line 67 of file extended_stats_internal.h.

Referenced by make_build_data().


The documentation for this struct was generated from the following file: