PostgreSQL Source Code
git master
|
#include <primnodes.h>
Data Fields | |
NodeTag | type |
Node * | expr |
JsonFormat * | format |
JsonValueType | item_type |
bool | unique_keys |
int | location |
Definition at line 1663 of file primnodes.h.
Node* JsonIsPredicate::expr |
Definition at line 1666 of file primnodes.h.
Referenced by ExecEvalJsonIsPredicate(), ExecInitExprRec(), expression_tree_mutator_impl(), get_rule_expr(), makeJsonIsPredicate(), and transformJsonIsPredicate().
JsonFormat* JsonIsPredicate::format |
Definition at line 1667 of file primnodes.h.
Referenced by expression_tree_mutator_impl(), makeJsonIsPredicate(), and transformJsonIsPredicate().
JsonValueType JsonIsPredicate::item_type |
Definition at line 1668 of file primnodes.h.
Referenced by ExecEvalJsonIsPredicate(), get_rule_expr(), makeJsonIsPredicate(), and transformJsonIsPredicate().
int JsonIsPredicate::location |
Definition at line 1670 of file primnodes.h.
Referenced by makeJsonIsPredicate(), and transformJsonIsPredicate().
NodeTag JsonIsPredicate::type |
Definition at line 1665 of file primnodes.h.
bool JsonIsPredicate::unique_keys |
Definition at line 1669 of file primnodes.h.
Referenced by ExecEvalJsonIsPredicate(), get_rule_expr(), makeJsonIsPredicate(), and transformJsonIsPredicate().