PostgreSQL Source Code  git master
DimensionInfo Struct Reference

#include <extended_stats_internal.h>

Data Fields

int nvalues
 
int nbytes
 
int nbytes_aligned
 
int typlen
 
bool typbyval
 

Detailed Description

Definition at line 34 of file extended_stats_internal.h.

Field Documentation

◆ nbytes

int DimensionInfo::nbytes

Definition at line 37 of file extended_stats_internal.h.

Referenced by statext_mcv_deserialize(), and statext_mcv_serialize().

◆ nbytes_aligned

int DimensionInfo::nbytes_aligned

Definition at line 38 of file extended_stats_internal.h.

Referenced by statext_mcv_deserialize(), and statext_mcv_serialize().

◆ nvalues

int DimensionInfo::nvalues

Definition at line 36 of file extended_stats_internal.h.

Referenced by statext_mcv_deserialize(), and statext_mcv_serialize().

◆ typbyval

bool DimensionInfo::typbyval

Definition at line 40 of file extended_stats_internal.h.

Referenced by statext_mcv_serialize().

◆ typlen

int DimensionInfo::typlen

Definition at line 39 of file extended_stats_internal.h.

Referenced by statext_mcv_deserialize(), and statext_mcv_serialize().


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