PostgreSQL Source Code git master
Loading...
Searching...
No Matches
HashAggSpill Struct Reference

Data Fields

int npartitions
 
LogicalTape ** partitions
 
int64ntuples
 
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.

◆ mask

uint32 HashAggSpill::mask

Definition at line 336 of file nodeAgg.c.

◆ npartitions

int HashAggSpill::npartitions

Definition at line 333 of file nodeAgg.c.

Referenced by hashagg_finish_initial_spills().

◆ ntuples

int64* HashAggSpill::ntuples

Definition at line 335 of file nodeAgg.c.

◆ partitions

LogicalTape** HashAggSpill::partitions

Definition at line 334 of file nodeAgg.c.

◆ shift

int HashAggSpill::shift

Definition at line 337 of file nodeAgg.c.


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