PostgreSQL Source Code
git master
|
#include <extended_stats_internal.h>
Data Fields | |
int | numrows |
int | nattnums |
AttrNumber * | attnums |
VacAttrStats ** | stats |
Datum ** | values |
bool ** | nulls |
Definition at line 61 of file extended_stats_internal.h.
AttrNumber* StatsBuildData::attnums |
Definition at line 65 of file extended_stats_internal.h.
Referenced by make_build_data().
int StatsBuildData::nattnums |
Definition at line 64 of file extended_stats_internal.h.
Referenced by make_build_data().
bool** StatsBuildData::nulls |
Definition at line 68 of file extended_stats_internal.h.
Referenced by make_build_data().
int StatsBuildData::numrows |
Definition at line 63 of file extended_stats_internal.h.
Referenced by make_build_data().
VacAttrStats** StatsBuildData::stats |
Definition at line 66 of file extended_stats_internal.h.
Referenced by make_build_data().
Datum** StatsBuildData::values |
Definition at line 67 of file extended_stats_internal.h.
Referenced by make_build_data().