|
PostgreSQL Source Code git master
|
#include <primnodes.h>
Data Fields | |
| NodeTag | type |
| Node * | expr |
| JsonFormat * | format |
| JsonValueType | item_type |
| bool | unique_keys |
| Oid | exprBaseType |
| ParseLoc | location |
Definition at line 1771 of file primnodes.h.
| Node* JsonIsPredicate::expr |
Definition at line 1774 of file primnodes.h.
Referenced by ExecInitExprRec(), expression_tree_mutator_impl(), get_rule_expr(), makeJsonIsPredicate(), and transformJsonIsPredicate().
| Oid JsonIsPredicate::exprBaseType |
Definition at line 1778 of file primnodes.h.
Referenced by ExecEvalJsonIsPredicate(), and makeJsonIsPredicate().
| JsonFormat* JsonIsPredicate::format |
Definition at line 1775 of file primnodes.h.
Referenced by expression_tree_mutator_impl(), makeJsonIsPredicate(), and transformJsonIsPredicate().
| JsonValueType JsonIsPredicate::item_type |
Definition at line 1776 of file primnodes.h.
Referenced by ExecEvalJsonIsPredicate(), get_rule_expr(), makeJsonIsPredicate(), and transformJsonIsPredicate().
| ParseLoc JsonIsPredicate::location |
Definition at line 1779 of file primnodes.h.
Referenced by makeJsonIsPredicate(), and transformJsonIsPredicate().
| NodeTag JsonIsPredicate::type |
Definition at line 1773 of file primnodes.h.
| bool JsonIsPredicate::unique_keys |
Definition at line 1777 of file primnodes.h.
Referenced by ExecEvalJsonIsPredicate(), get_rule_expr(), makeJsonIsPredicate(), and transformJsonIsPredicate().