|
PostgreSQL Source Code git master
|
#include <pathnodes.h>
Public Member Functions | |
| pg_node_attr (no_copy_equal, no_read, no_query_jumble) NodeTag type | |
Data Fields | |
| List * | groupClause |
| List * | gsets |
| List * | gsets_data |
| Cardinality | numGroups |
| bool | hashable |
| bool | is_hashed |
Definition at line 2614 of file pathnodes.h.
| RollupData::pg_node_attr | ( | no_copy_equal | , |
| no_read | , | ||
| no_query_jumble | |||
| ) |
| List* RollupData::groupClause |
Definition at line 2619 of file pathnodes.h.
| List* RollupData::gsets |
Definition at line 2620 of file pathnodes.h.
| List* RollupData::gsets_data |
Definition at line 2621 of file pathnodes.h.
| bool RollupData::hashable |
Definition at line 2623 of file pathnodes.h.
| bool RollupData::is_hashed |
Definition at line 2624 of file pathnodes.h.
| Cardinality RollupData::numGroups |
Definition at line 2622 of file pathnodes.h.