PostgreSQL Source Code
git master
|
#include <pathnodes.h>
Public Member Functions | |
pg_node_attr (no_copy_equal, no_read, no_query_jumble) NodeTag type | |
Datum initValue | pg_node_attr (read_write_ignore) |
Definition at line 3356 of file pathnodes.h.
AggTransInfo::pg_node_attr | ( | no_copy_equal | , |
no_read | , | ||
no_query_jumble | |||
) |
Expr* AggTransInfo::aggfilter |
Definition at line 3364 of file pathnodes.h.
Referenced by get_agg_clause_costs(), and preprocess_aggref().
int32 AggTransInfo::aggtransspace |
Definition at line 3387 of file pathnodes.h.
Referenced by get_agg_clause_costs(), and preprocess_aggref().
Oid AggTransInfo::aggtranstype |
Definition at line 3379 of file pathnodes.h.
Referenced by find_compatible_trans(), get_agg_clause_costs(), and preprocess_aggref().
int32 AggTransInfo::aggtranstypmod |
Definition at line 3382 of file pathnodes.h.
Referenced by get_agg_clause_costs(), and preprocess_aggref().
List* AggTransInfo::args |
Definition at line 3363 of file pathnodes.h.
Referenced by get_agg_clause_costs(), and preprocess_aggref().
Oid AggTransInfo::combinefn_oid |
Definition at line 3376 of file pathnodes.h.
Referenced by find_compatible_trans(), get_agg_clause_costs(), and preprocess_aggref().
Oid AggTransInfo::deserialfn_oid |
Definition at line 3373 of file pathnodes.h.
Referenced by find_compatible_trans(), get_agg_clause_costs(), and preprocess_aggref().
bool AggTransInfo::initValueIsNull |
Definition at line 3391 of file pathnodes.h.
Referenced by find_compatible_trans(), and preprocess_aggref().
Oid AggTransInfo::serialfn_oid |
Definition at line 3370 of file pathnodes.h.
Referenced by find_compatible_trans(), get_agg_clause_costs(), and preprocess_aggref().
Oid AggTransInfo::transfn_oid |
Definition at line 3367 of file pathnodes.h.
Referenced by find_compatible_trans(), get_agg_clause_costs(), and preprocess_aggref().
bool AggTransInfo::transtypeByVal |
Definition at line 3384 of file pathnodes.h.
Referenced by get_agg_clause_costs(), and preprocess_aggref().
int AggTransInfo::transtypeLen |
Definition at line 3383 of file pathnodes.h.
Referenced by preprocess_aggref().