|
PostgreSQL Source Code git master
|
#include <primnodes.h>
Data Fields | |
| JsonTablePlan | plan |
| JsonTablePath * | path |
| bool | errorOnError |
| JsonTablePlan * | child |
| int | colMin |
| int | colMax |
Definition at line 1918 of file primnodes.h.
| JsonTablePlan* JsonTablePathScan::child |
Definition at line 1932 of file primnodes.h.
Referenced by get_json_table_columns(), JsonTableInitPlan(), and makeJsonTablePathScan().
| int JsonTablePathScan::colMax |
Definition at line 1940 of file primnodes.h.
Referenced by get_json_table_columns(), and makeJsonTablePathScan().
| int JsonTablePathScan::colMin |
Definition at line 1939 of file primnodes.h.
Referenced by get_json_table_columns(), JsonTableInitPlan(), and makeJsonTablePathScan().
| bool JsonTablePathScan::errorOnError |
Definition at line 1929 of file primnodes.h.
Referenced by JsonTableResetRowPattern(), and makeJsonTablePathScan().
| JsonTablePath* JsonTablePathScan::path |
Definition at line 1923 of file primnodes.h.
Referenced by oauth_server.OAuthHandler::_should_modify(), get_json_table_nested_columns(), JsonTableInitPlan(), and makeJsonTablePathScan().
| JsonTablePlan JsonTablePathScan::plan |
Definition at line 1920 of file primnodes.h.
Referenced by makeJsonTablePathScan().