PostgreSQL Source Code  git master
HashAggSpill Struct Reference

Data Fields

int npartitions
 
LogicalTape ** partitions
 
int64 * ntuples
 
uint32 mask
 
int shift
 
hyperLogLogStatehll_card
 

Detailed Description

Definition at line 331 of file nodeAgg.c.

Field Documentation

◆ hll_card

hyperLogLogState* HashAggSpill::hll_card

Definition at line 338 of file nodeAgg.c.

Referenced by hashagg_spill_finish(), hashagg_spill_init(), and hashagg_spill_tuple().

◆ mask

uint32 HashAggSpill::mask

Definition at line 336 of file nodeAgg.c.

Referenced by hashagg_spill_init(), and hashagg_spill_tuple().

◆ npartitions

int HashAggSpill::npartitions

◆ ntuples

int64* HashAggSpill::ntuples

◆ partitions

◆ shift

int HashAggSpill::shift

Definition at line 337 of file nodeAgg.c.

Referenced by hashagg_spill_finish(), hashagg_spill_init(), and hashagg_spill_tuple().


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