PostgreSQL Source Code  git master
MCVList Struct Reference

#include <statistics.h>

Data Fields

uint32 magic
 
uint32 type
 
uint32 nitems
 
AttrNumber ndimensions
 
Oid types [STATS_MAX_DIMENSIONS]
 
MCVItem items [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 87 of file statistics.h.

Field Documentation

◆ items

◆ magic

uint32 MCVList::magic

Definition at line 89 of file statistics.h.

Referenced by statext_mcv_build(), statext_mcv_deserialize(), and statext_mcv_serialize().

◆ ndimensions

◆ nitems

◆ type

uint32 MCVList::type

Definition at line 90 of file statistics.h.

Referenced by statext_mcv_build(), statext_mcv_deserialize(), and statext_mcv_serialize().

◆ types


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