|
PostgreSQL Source Code git master
|
#include <primnodes.h>
Data Fields | |
| NodeTag | type |
| Node * | expr |
| JsonFormat * | format |
| JsonValueType | item_type |
| bool | unique_keys |
| ParseLoc | location |
Definition at line 1757 of file primnodes.h.
| Node* JsonIsPredicate::expr |
Definition at line 1760 of file primnodes.h.
Referenced by ExecEvalJsonIsPredicate(), ExecInitExprRec(), expression_tree_mutator_impl(), get_rule_expr(), makeJsonIsPredicate(), and transformJsonIsPredicate().
| JsonFormat* JsonIsPredicate::format |
Definition at line 1761 of file primnodes.h.
Referenced by expression_tree_mutator_impl(), makeJsonIsPredicate(), and transformJsonIsPredicate().
| JsonValueType JsonIsPredicate::item_type |
Definition at line 1762 of file primnodes.h.
Referenced by ExecEvalJsonIsPredicate(), get_rule_expr(), makeJsonIsPredicate(), and transformJsonIsPredicate().
| ParseLoc JsonIsPredicate::location |
Definition at line 1764 of file primnodes.h.
Referenced by makeJsonIsPredicate(), and transformJsonIsPredicate().
| NodeTag JsonIsPredicate::type |
Definition at line 1759 of file primnodes.h.
| bool JsonIsPredicate::unique_keys |
Definition at line 1763 of file primnodes.h.
Referenced by ExecEvalJsonIsPredicate(), get_rule_expr(), makeJsonIsPredicate(), and transformJsonIsPredicate().