|
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 * | aggrefs |
| int | transno |
| bool | shareable |
| Oid | finalfn_oid |
Definition at line 3710 of file pathnodes.h.
| AggInfo::pg_node_attr | ( | no_copy_equal | , |
| no_read | , | ||
| no_query_jumble | |||
| ) |
| List* AggInfo::aggrefs |
Definition at line 3722 of file pathnodes.h.
| Oid AggInfo::finalfn_oid |
Definition at line 3734 of file pathnodes.h.
| bool AggInfo::shareable |
Definition at line 3731 of file pathnodes.h.
| int AggInfo::transno |
Definition at line 3725 of file pathnodes.h.