PostgreSQL Source Code
git master
|
#include <primnodes.h>
Data Fields | |
Expr | xpr |
Expr * | arg |
BoolTestType | booltesttype |
ParseLoc | location |
Definition at line 1975 of file primnodes.h.
Expr* BooleanTest::arg |
Definition at line 1978 of file primnodes.h.
Referenced by AddInvertedQual(), eval_const_expressions_mutator(), ExecInitExprRec(), expression_tree_mutator_impl(), exprLocation(), extract_not_arg(), extract_strong_not_arg(), find_forced_null_var(), find_nonnullable_rels_walker(), find_nonnullable_vars_walker(), get_rule_expr(), match_boolean_index_clause(), match_boolean_partition_clause(), and negate_clause().
BoolTestType BooleanTest::booltesttype |
Definition at line 1979 of file primnodes.h.
Referenced by AddInvertedQual(), eval_const_expressions_mutator(), ExecInitExprRec(), extract_not_arg(), extract_strong_not_arg(), find_forced_null_var(), find_nonnullable_rels_walker(), find_nonnullable_vars_walker(), get_rule_expr(), match_boolean_index_clause(), match_boolean_partition_clause(), match_clause_to_partition_key(), and negate_clause().
ParseLoc BooleanTest::location |
Definition at line 1980 of file primnodes.h.
Referenced by AddInvertedQual(), eval_const_expressions_mutator(), exprLocation(), and negate_clause().
Expr BooleanTest::xpr |
Definition at line 1977 of file primnodes.h.