|
PostgreSQL Source Code git master
|
#include <primnodes.h>
Data Fields | |
| Expr | xpr |
| Expr * | arg |
| BoolTestType | booltesttype |
| ParseLoc | location |
Definition at line 2004 of file primnodes.h.
| Expr* BooleanTest::arg |
Definition at line 2007 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 2008 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 2009 of file primnodes.h.
Referenced by AddInvertedQual(), eval_const_expressions_mutator(), exprLocation(), and negate_clause().
| Expr BooleanTest::xpr |
Definition at line 2006 of file primnodes.h.