PostgreSQL Source Code
git master
|
#include <postgres.h>
Data Fields | |
Datum | value |
bool | isnull |
Definition at line 375 of file postgres.h.
bool NullableDatum::isnull |
Definition at line 380 of file postgres.h.
Referenced by advance_transition_function(), ExecAggPlainTransByRef(), ExecAggPlainTransByVal(), ExecBuildAggTrans(), ExecBuildGroupingEqual(), ExecEvalFuncArgs(), ExecEvalMinMax(), ExecEvalScalarArrayOp(), ExecInitExprRec(), ExecInitFunc(), ExecInterpExpr(), ExecMakeFunctionResultSet(), ExecMakeTableFunctionResult(), finalize_partialaggregate(), parse_fcall_arguments(), parse_fcall_arguments_20(), plperl_call_perl_func(), plpgsql_exec_function(), PLy_function_build_args(), postquel_sub_params(), preparePresortedCols(), PrepareSortSupportComparisonShim(), process_ordered_aggregate_multi(), and process_ordered_aggregate_single().
Datum NullableDatum::value |
Definition at line 378 of file postgres.h.
Referenced by advance_transition_function(), comparison_shim(), ExecAggInitGroup(), ExecAggPlainTransByRef(), ExecAggPlainTransByVal(), ExecBuildAggTrans(), ExecBuildGroupingEqual(), ExecEvalFuncArgs(), ExecEvalMinMax(), ExecEvalScalarArrayOp(), ExecInitExprRec(), ExecInitFunc(), ExecInterpExpr(), finalize_partialaggregate(), isCurrentGroup(), parse_fcall_arguments(), parse_fcall_arguments_20(), plperl_call_perl_func(), plpgsql_exec_function(), PLy_function_build_args(), postquel_sub_params(), process_ordered_aggregate_multi(), and process_ordered_aggregate_single().