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 1732 of file primnodes.h.
Node* JsonIsPredicate::expr |
Definition at line 1735 of file primnodes.h.
Referenced by ExecEvalJsonIsPredicate(), ExecInitExprRec(), expression_tree_mutator_impl(), get_rule_expr(), makeJsonIsPredicate(), and transformJsonIsPredicate().
JsonFormat* JsonIsPredicate::format |
Definition at line 1736 of file primnodes.h.
Referenced by expression_tree_mutator_impl(), makeJsonIsPredicate(), and transformJsonIsPredicate().
JsonValueType JsonIsPredicate::item_type |
Definition at line 1737 of file primnodes.h.
Referenced by ExecEvalJsonIsPredicate(), get_rule_expr(), makeJsonIsPredicate(), and transformJsonIsPredicate().
ParseLoc JsonIsPredicate::location |
Definition at line 1739 of file primnodes.h.
Referenced by makeJsonIsPredicate(), and transformJsonIsPredicate().
NodeTag JsonIsPredicate::type |
Definition at line 1734 of file primnodes.h.
bool JsonIsPredicate::unique_keys |
Definition at line 1738 of file primnodes.h.
Referenced by ExecEvalJsonIsPredicate(), get_rule_expr(), makeJsonIsPredicate(), and transformJsonIsPredicate().