#include <plannodes.h>
Data Fields | |
| Plan | plan |
| AggStrategy | aggstrategy |
| int | numCols |
| AttrNumber * | grpColIdx |
| Oid * | grpOperators |
| long | numGroups |
Definition at line 628 of file plannodes.h.
Definition at line 631 of file plannodes.h.
Referenced by agg_retrieve_direct(), build_hash_table(), ExecInitAgg(), and make_agg().
Definition at line 633 of file plannodes.h.
Referenced by agg_retrieve_direct(), build_hash_table(), find_hash_columns(), and make_agg().
Definition at line 634 of file plannodes.h.
Referenced by ExecInitAgg(), and make_agg().
| int Agg::numCols |
Definition at line 632 of file plannodes.h.
Referenced by agg_retrieve_direct(), build_hash_table(), ExecInitAgg(), find_hash_columns(), and make_agg().
| long Agg::numGroups |
Definition at line 635 of file plannodes.h.
Referenced by build_hash_table(), and make_agg().
Definition at line 630 of file plannodes.h.
Referenced by ExecInitAgg(), find_unaggregated_cols(), and make_agg().
1.7.1