PostgreSQL Source Code
git master
|
#include <nodeAgg.h>
Data Fields | |
Datum | transValue |
bool | transValueIsNull |
bool | noTransValue |
bool AggStatePerGroupData::noTransValue |
Definition at line 258 of file nodeAgg.h.
Referenced by advance_transition_function(), ExecAggInitGroup(), ExecInterpExpr(), and initialize_aggregate().
Datum AggStatePerGroupData::transValue |
Definition at line 253 of file nodeAgg.h.
Referenced by advance_transition_function(), ExecAggInitGroup(), ExecAggPlainTransByRef(), ExecAggPlainTransByVal(), finalize_aggregate(), finalize_partialaggregate(), and initialize_aggregate().
bool AggStatePerGroupData::transValueIsNull |
Definition at line 255 of file nodeAgg.h.
Referenced by advance_transition_function(), ExecAggInitGroup(), ExecAggPlainTransByRef(), ExecAggPlainTransByVal(), ExecInterpExpr(), finalize_aggregate(), finalize_partialaggregate(), and initialize_aggregate().