PostgreSQL Source Code: JsonTablePlanState Struct Reference (original) (raw)
Data Fields | |
---|---|
JsonTablePlan * | plan |
JsonPath * | path |
MemoryContext | mcxt |
List * | args |
JsonValueList | found |
JsonValueListIterator | iter |
JsonTablePlanRowSource | current |
int | ordinal |
struct JsonTablePlanState * | nested |
struct JsonTablePlanState * | left |
struct JsonTablePlanState * | right |
struct JsonTablePlanState * | parent |
Definition at line 177 of file jsonpath_exec.c.
◆ args
List* JsonTablePlanState::args
◆ current
◆ found
◆ iter
◆ left
◆ mcxt
◆ nested
◆ ordinal
int JsonTablePlanState::ordinal
◆ parent
◆ path
◆ plan
◆ right
The documentation for this struct was generated from the following file:
- src/backend/utils/adt/jsonpath_exec.c