|
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 find_forced_null_var(), find_nonnullable_rels_walker(), find_nonnullable_vars_walker(), and negate_clause().
| BoolTestType BooleanTest::booltesttype |
Definition at line 2008 of file primnodes.h.
Referenced by find_forced_null_var(), find_nonnullable_rels_walker(), find_nonnullable_vars_walker(), and negate_clause().
| ParseLoc BooleanTest::location |
Definition at line 2009 of file primnodes.h.
Referenced by negate_clause().
| Expr BooleanTest::xpr |
Definition at line 2006 of file primnodes.h.