|
PostgreSQL Source Code git master
|
#include <extended_stats_internal.h>
Data Fields | |
| int | nvalues |
| int | nbytes |
| int | nbytes_aligned |
| int | typlen |
| bool | typbyval |
Definition at line 34 of file extended_stats_internal.h.
| int DimensionInfo::nbytes |
Definition at line 37 of file extended_stats_internal.h.
Referenced by statext_mcv_deserialize(), and statext_mcv_serialize().
| int DimensionInfo::nbytes_aligned |
Definition at line 38 of file extended_stats_internal.h.
Referenced by statext_mcv_deserialize(), and statext_mcv_serialize().
| int DimensionInfo::nvalues |
Definition at line 36 of file extended_stats_internal.h.
Referenced by statext_mcv_deserialize(), and statext_mcv_serialize().
| bool DimensionInfo::typbyval |
Definition at line 40 of file extended_stats_internal.h.
Referenced by statext_mcv_serialize().
| int DimensionInfo::typlen |
Definition at line 39 of file extended_stats_internal.h.
Referenced by statext_mcv_deserialize(), and statext_mcv_serialize().