PostgreSQL Source Code
git master
|
#include <primnodes.h>
Data Fields | |
Expr | xpr |
Expr * | arg |
BoolTestType | booltesttype |
int | location |
Definition at line 1704 of file primnodes.h.
Expr* BooleanTest::arg |
Definition at line 1707 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 1708 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(), and negate_clause().
int BooleanTest::location |
Definition at line 1709 of file primnodes.h.
Referenced by AddInvertedQual(), eval_const_expressions_mutator(), exprLocation(), and negate_clause().
Expr BooleanTest::xpr |
Definition at line 1706 of file primnodes.h.