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) |
Data Fields | |
List * | args |
Expr * | aggfilter |
Oid | transfn_oid |
Oid | serialfn_oid |
Oid | deserialfn_oid |
Oid | combinefn_oid |
Oid | aggtranstype |
int32 | aggtranstypmod |
int | transtypeLen |
bool | transtypeByVal |
int32 | aggtransspace |
bool | initValueIsNull |
Definition at line 3436 of file pathnodes.h.
AggTransInfo::pg_node_attr | ( | no_copy_equal | , |
no_read | , | ||
no_query_jumble | |||
) |
Expr* AggTransInfo::aggfilter |
Definition at line 3444 of file pathnodes.h.
Referenced by get_agg_clause_costs(), and preprocess_aggref().
int32 AggTransInfo::aggtransspace |
Definition at line 3467 of file pathnodes.h.
Referenced by get_agg_clause_costs(), and preprocess_aggref().
Oid AggTransInfo::aggtranstype |
Definition at line 3459 of file pathnodes.h.
Referenced by find_compatible_trans(), get_agg_clause_costs(), and preprocess_aggref().
int32 AggTransInfo::aggtranstypmod |
Definition at line 3462 of file pathnodes.h.
Referenced by get_agg_clause_costs(), and preprocess_aggref().
List* AggTransInfo::args |
Definition at line 3443 of file pathnodes.h.
Referenced by get_agg_clause_costs(), and preprocess_aggref().
Oid AggTransInfo::combinefn_oid |
Definition at line 3456 of file pathnodes.h.
Referenced by find_compatible_trans(), get_agg_clause_costs(), and preprocess_aggref().
Oid AggTransInfo::deserialfn_oid |
Definition at line 3453 of file pathnodes.h.
Referenced by find_compatible_trans(), get_agg_clause_costs(), and preprocess_aggref().
bool AggTransInfo::initValueIsNull |
Definition at line 3471 of file pathnodes.h.
Referenced by find_compatible_trans(), and preprocess_aggref().
Oid AggTransInfo::serialfn_oid |
Definition at line 3450 of file pathnodes.h.
Referenced by find_compatible_trans(), get_agg_clause_costs(), and preprocess_aggref().
Oid AggTransInfo::transfn_oid |
Definition at line 3447 of file pathnodes.h.
Referenced by find_compatible_trans(), get_agg_clause_costs(), and preprocess_aggref().
bool AggTransInfo::transtypeByVal |
Definition at line 3464 of file pathnodes.h.
Referenced by get_agg_clause_costs(), and preprocess_aggref().
int AggTransInfo::transtypeLen |
Definition at line 3463 of file pathnodes.h.
Referenced by preprocess_aggref().