PostgreSQL Source Code
git master
|
#include <primnodes.h>
Public Member Functions | |
Oid type | pg_node_attr (query_jumble_ignore) |
Data Fields | |
Expr | xpr |
SQLValueFunctionOp | op |
int32 | typmod |
ParseLoc | location |
Definition at line 1553 of file primnodes.h.
ParseLoc SQLValueFunction::location |
Definition at line 1564 of file primnodes.h.
SQLValueFunctionOp SQLValueFunction::op |
Definition at line 1556 of file primnodes.h.
Referenced by ExecEvalSQLValueFunction(), get_rule_expr(), and transformSQLValueFunction().
int32 SQLValueFunction::typmod |
Definition at line 1563 of file primnodes.h.
Referenced by eval_const_expressions_mutator(), ExecEvalSQLValueFunction(), get_rule_expr(), and transformSQLValueFunction().
Expr SQLValueFunction::xpr |
Definition at line 1555 of file primnodes.h.