PostgreSQL Source Code: HashAggBatch Struct Reference (original) (raw)

Data Fields
int setno
int used_bits
LogicalTape * input_tape
int64 input_tuples
double input_card

Detailed Description

Definition at line 351 of file nodeAgg.c.

Field Documentation

input_card

double HashAggBatch::input_card

Definition at line 357 of file nodeAgg.c.

Referenced by agg_refill_hash_table(), and hashagg_batch_new().

input_tape

LogicalTape* HashAggBatch::input_tape

Definition at line 355 of file nodeAgg.c.

Referenced by agg_refill_hash_table(), hashagg_batch_new(), and hashagg_batch_read().

input_tuples

int64 HashAggBatch::input_tuples

Definition at line 356 of file nodeAgg.c.

Referenced by hashagg_batch_new().

setno

int HashAggBatch::setno

Definition at line 353 of file nodeAgg.c.

Referenced by agg_refill_hash_table(), and hashagg_batch_new().

used_bits

int HashAggBatch::used_bits

Definition at line 354 of file nodeAgg.c.

Referenced by agg_refill_hash_table(), and hashagg_batch_new().


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