PostgreSQL Source Code
git master
|
#include <primnodes.h>
Data Fields | |
Expr | xpr |
Expr * | arg |
BoolTestType | booltesttype |
int | location |
Definition at line 1126 of file primnodes.h.
Expr* BooleanTest::arg |
Definition at line 1129 of file primnodes.h.
Referenced by AddInvertedQual(), eval_const_expressions_mutator(), ExecInitExpr(), expand_boolean_index_clause(), expression_tree_mutator(), exprLocation(), extract_not_arg(), extract_strong_not_arg(), find_forced_null_var(), find_nonnullable_rels_walker(), find_nonnullable_vars_walker(), get_rule_expr(), JumbleExpr(), match_boolean_index_clause(), negate_clause(), and transformBooleanTest().
BoolTestType BooleanTest::booltesttype |
Definition at line 1130 of file primnodes.h.
Referenced by AddInvertedQual(), eval_const_expressions_mutator(), ExecEvalBooleanTest(), expand_boolean_index_clause(), extract_not_arg(), extract_strong_not_arg(), find_forced_null_var(), find_nonnullable_rels_walker(), find_nonnullable_vars_walker(), get_rule_expr(), JumbleExpr(), match_boolean_index_clause(), negate_clause(), and transformBooleanTest().
int BooleanTest::location |
Definition at line 1131 of file primnodes.h.
Referenced by AddInvertedQual(), eval_const_expressions_mutator(), exprLocation(), negate_clause(), and transformBooleanTest().
Expr BooleanTest::xpr |
Definition at line 1128 of file primnodes.h.