|
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 2584 of file pathnodes.h.
| RollupData::pg_node_attr | ( | no_copy_equal | , |
| no_read | , | ||
| no_query_jumble | |||
| ) |
| List* RollupData::groupClause |
Definition at line 2589 of file pathnodes.h.
| List* RollupData::gsets |
Definition at line 2590 of file pathnodes.h.
| List* RollupData::gsets_data |
Definition at line 2591 of file pathnodes.h.
| bool RollupData::hashable |
Definition at line 2593 of file pathnodes.h.
| bool RollupData::is_hashed |
Definition at line 2594 of file pathnodes.h.
| Cardinality RollupData::numGroups |
Definition at line 2592 of file pathnodes.h.