PostgreSQL Source Code
git master
|
Data Fields | |
int | setno |
int | used_bits |
LogicalTape * | input_tape |
int64 | input_tuples |
double | input_card |
double HashAggBatch::input_card |
Definition at line 356 of file nodeAgg.c.
Referenced by agg_refill_hash_table(), and hashagg_batch_new().
LogicalTape* HashAggBatch::input_tape |
Definition at line 354 of file nodeAgg.c.
Referenced by agg_refill_hash_table(), hashagg_batch_new(), and hashagg_batch_read().
int64 HashAggBatch::input_tuples |
Definition at line 355 of file nodeAgg.c.
Referenced by hashagg_batch_new().
int HashAggBatch::setno |
Definition at line 352 of file nodeAgg.c.
Referenced by agg_refill_hash_table(), and hashagg_batch_new().
int HashAggBatch::used_bits |
Definition at line 353 of file nodeAgg.c.
Referenced by agg_refill_hash_table(), and hashagg_batch_new().