PostgreSQL Source Code: SQLValueFunction Struct Reference (original) (raw)
#include <[primnodes.h](primnodes%5F8h%5Fsource.html)>
| Public Member Functions | |
|---|---|
| Oid type | pg_node_attr (query_jumble_ignore) |
| Data Fields | |
|---|---|
| Expr | xpr |
| SQLValueFunctionOp | op |
| int32 | typmod |
| ParseLoc | location |
Detailed Description
Definition at line 1578 of file primnodes.h.
Member Function Documentation
◆ pg_node_attr()
| Oid type SQLValueFunction::pg_node_attr | ( | query_jumble_ignore | ) |
|---|
Field Documentation
◆ location
ParseLoc SQLValueFunction::location
Definition at line 1589 of file primnodes.h.
◆ op
SQLValueFunctionOp SQLValueFunction::op
Definition at line 1581 of file primnodes.h.
Referenced by ExecEvalSQLValueFunction(), get_rule_expr(), and transformSQLValueFunction().
◆ typmod
int32 SQLValueFunction::typmod
Definition at line 1588 of file primnodes.h.
Referenced by eval_const_expressions_mutator(), ExecEvalSQLValueFunction(), get_rule_expr(), and transformSQLValueFunction().
◆ xpr
Expr SQLValueFunction::xpr
Definition at line 1580 of file primnodes.h.
The documentation for this struct was generated from the following file:
- src/include/nodes/primnodes.h