Line data Source code
1 : /*-------------------------------------------------------------------------
2 : *
3 : * readfuncs.switch.c
4 : * Generated node infrastructure code
5 : *
6 : * Portions Copyright (c) 1996-2026, PostgreSQL Global Development Group
7 : * Portions Copyright (c) 1994, Regents of the University of California
8 : *
9 : * NOTES
10 : * ******************************
11 : * *** DO NOT EDIT THIS FILE! ***
12 : * ******************************
13 : *
14 : * It has been GENERATED by src/backend/nodes/gen_node_support.pl
15 : *
16 : *-------------------------------------------------------------------------
17 : */
18 35142445 : if (MATCH("ALIAS", 5))
19 1955506 : return (Node *) _readAlias();
20 33186939 : if (MATCH("RANGEVAR", 8))
21 575754 : return (Node *) _readRangeVar();
22 32611185 : if (MATCH("TABLEFUNC", 9))
23 982 : return (Node *) _readTableFunc();
24 32610203 : if (MATCH("INTOCLAUSE", 10))
25 2573 : return (Node *) _readIntoClause();
26 32607630 : if (MATCH("VAR", 3))
27 9399683 : return (Node *) _readVar();
28 23207947 : if (MATCH("CONST", 5))
29 2159593 : return (Node *) _readConst();
30 21048354 : if (MATCH("PARAM", 5))
31 221465 : return (Node *) _readParam();
32 20826889 : if (MATCH("AGGREF", 6))
33 70960 : return (Node *) _readAggref();
34 20755929 : if (MATCH("GROUPINGFUNC", 12))
35 757 : return (Node *) _readGroupingFunc();
36 20755172 : if (MATCH("WINDOWFUNC", 10))
37 5318 : return (Node *) _readWindowFunc();
38 20749854 : if (MATCH("WINDOWFUNCRUNCONDITION", 22))
39 240 : return (Node *) _readWindowFuncRunCondition();
40 20749614 : if (MATCH("MERGESUPPORTFUNC", 16))
41 577 : return (Node *) _readMergeSupportFunc();
42 20749037 : if (MATCH("SUBSCRIPTINGREF", 15))
43 28277 : return (Node *) _readSubscriptingRef();
44 20720760 : if (MATCH("FUNCEXPR", 8))
45 629556 : return (Node *) _readFuncExpr();
46 20091204 : if (MATCH("NAMEDARGEXPR", 12))
47 52935 : return (Node *) _readNamedArgExpr();
48 20038269 : if (MATCH("OPEXPR", 6))
49 1109289 : return (Node *) _readOpExpr();
50 18928980 : if (MATCH("DISTINCTEXPR", 12))
51 1566 : return (Node *) _readDistinctExpr();
52 18927414 : if (MATCH("NULLIFEXPR", 10))
53 1102 : return (Node *) _readNullIfExpr();
54 18926312 : if (MATCH("SCALARARRAYOPEXPR", 17))
55 51793 : return (Node *) _readScalarArrayOpExpr();
56 18874519 : if (MATCH("BOOLEXPR", 8))
57 300917 : return (Node *) _readBoolExpr();
58 18573602 : if (MATCH("SUBLINK", 7))
59 73203 : return (Node *) _readSubLink();
60 18500399 : if (MATCH("SUBPLAN", 7))
61 28783 : return (Node *) _readSubPlan();
62 18471616 : if (MATCH("ALTERNATIVESUBPLAN", 18))
63 0 : return (Node *) _readAlternativeSubPlan();
64 18471616 : if (MATCH("FIELDSELECT", 11))
65 55004 : return (Node *) _readFieldSelect();
66 18416612 : if (MATCH("FIELDSTORE", 10))
67 734 : return (Node *) _readFieldStore();
68 18415878 : if (MATCH("RELABELTYPE", 11))
69 179666 : return (Node *) _readRelabelType();
70 18236212 : if (MATCH("COERCEVIAIO", 11))
71 38812 : return (Node *) _readCoerceViaIO();
72 18197400 : if (MATCH("ARRAYCOERCEEXPR", 15))
73 7327 : return (Node *) _readArrayCoerceExpr();
74 18190073 : if (MATCH("CONVERTROWTYPEEXPR", 18))
75 555 : return (Node *) _readConvertRowtypeExpr();
76 18189518 : if (MATCH("COLLATEEXPR", 11))
77 6911 : return (Node *) _readCollateExpr();
78 18182607 : if (MATCH("CASEEXPR", 8))
79 100932 : return (Node *) _readCaseExpr();
80 18081675 : if (MATCH("CASEWHEN", 8))
81 204769 : return (Node *) _readCaseWhen();
82 17876906 : if (MATCH("CASETESTEXPR", 12))
83 46141 : return (Node *) _readCaseTestExpr();
84 17830765 : if (MATCH("ARRAYEXPR", 9))
85 24140 : return (Node *) _readArrayExpr();
86 17806625 : if (MATCH("ROWEXPR", 7))
87 9088 : return (Node *) _readRowExpr();
88 17797537 : if (MATCH("ROWCOMPAREEXPR", 14))
89 520 : return (Node *) _readRowCompareExpr();
90 17797017 : if (MATCH("COALESCEEXPR", 12))
91 12825 : return (Node *) _readCoalesceExpr();
92 17784192 : if (MATCH("MINMAXEXPR", 10))
93 639 : return (Node *) _readMinMaxExpr();
94 17783553 : if (MATCH("SQLVALUEFUNCTION", 16))
95 9210 : return (Node *) _readSQLValueFunction();
96 17774343 : if (MATCH("XMLEXPR", 7))
97 1625 : return (Node *) _readXmlExpr();
98 17772718 : if (MATCH("JSONFORMAT", 10))
99 17770 : return (Node *) _readJsonFormat();
100 17754948 : if (MATCH("JSONRETURNING", 13))
101 7658 : return (Node *) _readJsonReturning();
102 17747290 : if (MATCH("JSONVALUEEXPR", 13))
103 4768 : return (Node *) _readJsonValueExpr();
104 17742522 : if (MATCH("JSONCONSTRUCTOREXPR", 19))
105 2068 : return (Node *) _readJsonConstructorExpr();
106 17740454 : if (MATCH("JSONISPREDICATE", 15))
107 900 : return (Node *) _readJsonIsPredicate();
108 17739554 : if (MATCH("JSONBEHAVIOR", 12))
109 7996 : return (Node *) _readJsonBehavior();
110 17731558 : if (MATCH("JSONEXPR", 8))
111 4144 : return (Node *) _readJsonExpr();
112 17727414 : if (MATCH("JSONTABLEPATH", 13))
113 1040 : return (Node *) _readJsonTablePath();
114 17726374 : if (MATCH("JSONTABLEPATHSCAN", 17))
115 1040 : return (Node *) _readJsonTablePathScan();
116 17725334 : if (MATCH("JSONTABLESIBLINGJOIN", 20))
117 140 : return (Node *) _readJsonTableSiblingJoin();
118 17725194 : if (MATCH("NULLTEST", 8))
119 37422 : return (Node *) _readNullTest();
120 17687772 : if (MATCH("BOOLEANTEST", 11))
121 2692 : return (Node *) _readBooleanTest();
122 17685080 : if (MATCH("MERGEACTION", 11))
123 4385 : return (Node *) _readMergeAction();
124 17680695 : if (MATCH("COERCETODOMAIN", 14))
125 88119 : return (Node *) _readCoerceToDomain();
126 17592576 : if (MATCH("COERCETODOMAINVALUE", 19))
127 1458 : return (Node *) _readCoerceToDomainValue();
128 17591118 : if (MATCH("SETTODEFAULT", 12))
129 1195 : return (Node *) _readSetToDefault();
130 17589923 : if (MATCH("CURRENTOFEXPR", 13))
131 621 : return (Node *) _readCurrentOfExpr();
132 17589302 : if (MATCH("NEXTVALUEEXPR", 13))
133 594 : return (Node *) _readNextValueExpr();
134 17588708 : if (MATCH("INFERENCEELEM", 13))
135 1571 : return (Node *) _readInferenceElem();
136 17587137 : if (MATCH("RETURNINGEXPR", 13))
137 868 : return (Node *) _readReturningExpr();
138 17586269 : if (MATCH("GRAPHLABELREF", 13))
139 265 : return (Node *) _readGraphLabelRef();
140 17586004 : if (MATCH("GRAPHPROPERTYREF", 16))
141 160 : return (Node *) _readGraphPropertyRef();
142 17585844 : if (MATCH("TARGETENTRY", 11))
143 5060700 : return (Node *) _readTargetEntry();
144 12525144 : if (MATCH("RANGETBLREF", 11))
145 447499 : return (Node *) _readRangeTblRef();
146 12077645 : if (MATCH("JOINEXPR", 8))
147 151330 : return (Node *) _readJoinExpr();
148 11926315 : if (MATCH("FROMEXPR", 8))
149 429176 : return (Node *) _readFromExpr();
150 11497139 : if (MATCH("ONCONFLICTEXPR", 14))
151 1555 : return (Node *) _readOnConflictExpr();
152 11495584 : if (MATCH("FORPORTIONOFEXPR", 16))
153 1794 : return (Node *) _readForPortionOfExpr();
154 11493790 : if (MATCH("QUERY", 5))
155 672691 : return (Node *) _readQuery();
156 10821099 : if (MATCH("TYPENAME", 8))
157 481180 : return (Node *) _readTypeName();
158 10339919 : if (MATCH("COLUMNREF", 9))
159 1386325 : return (Node *) _readColumnRef();
160 8953594 : if (MATCH("PARAMREF", 8))
161 31452 : return (Node *) _readParamRef();
162 8922142 : if (MATCH("A_EXPR", 6))
163 437295 : return (Node *) _readA_Expr();
164 8484847 : if (MATCH("A_CONST", 7))
165 957967 : return (Node *) _readA_Const();
166 7526880 : if (MATCH("TYPECAST", 8))
167 237219 : return (Node *) _readTypeCast();
168 7289661 : if (MATCH("COLLATECLAUSE", 13))
169 7916 : return (Node *) _readCollateClause();
170 7281745 : if (MATCH("ROLESPEC", 8))
171 28716 : return (Node *) _readRoleSpec();
172 7253029 : if (MATCH("FUNCCALL", 8))
173 273164 : return (Node *) _readFuncCall();
174 6979865 : if (MATCH("A_STAR", 6))
175 47037 : return (Node *) _readA_Star();
176 6932828 : if (MATCH("A_INDICES", 9))
177 10296 : return (Node *) _readA_Indices();
178 6922532 : if (MATCH("A_INDIRECTION", 13))
179 25452 : return (Node *) _readA_Indirection();
180 6897080 : if (MATCH("A_ARRAYEXPR", 11))
181 5165 : return (Node *) _readA_ArrayExpr();
182 6891915 : if (MATCH("RESTARGET", 9))
183 864485 : return (Node *) _readResTarget();
184 6027430 : if (MATCH("MULTIASSIGNREF", 14))
185 265 : return (Node *) _readMultiAssignRef();
186 6027165 : if (MATCH("SORTBY", 6))
187 77121 : return (Node *) _readSortBy();
188 5950044 : if (MATCH("WINDOWDEF", 9))
189 3163 : return (Node *) _readWindowDef();
190 5946881 : if (MATCH("RANGESUBSELECT", 14))
191 16112 : return (Node *) _readRangeSubselect();
192 5930769 : if (MATCH("RANGEFUNCTION", 13))
193 33572 : return (Node *) _readRangeFunction();
194 5897197 : if (MATCH("RANGETABLEFUNC", 14))
195 168 : return (Node *) _readRangeTableFunc();
196 5897029 : if (MATCH("RANGETABLEFUNCCOL", 17))
197 582 : return (Node *) _readRangeTableFuncCol();
198 5896447 : if (MATCH("RANGEGRAPHTABLE", 15))
199 455 : return (Node *) _readRangeGraphTable();
200 5895992 : if (MATCH("RANGETABLESAMPLE", 16))
201 188 : return (Node *) _readRangeTableSample();
202 5895804 : if (MATCH("COLUMNDEF", 9))
203 95317 : return (Node *) _readColumnDef();
204 5800487 : if (MATCH("TABLELIKECLAUSE", 15))
205 1050 : return (Node *) _readTableLikeClause();
206 5799437 : if (MATCH("INDEXELEM", 9))
207 13230 : return (Node *) _readIndexElem();
208 5786207 : if (MATCH("DEFELEM", 7))
209 430570 : return (Node *) _readDefElem();
210 5355637 : if (MATCH("LOCKINGCLAUSE", 13))
211 4032 : return (Node *) _readLockingClause();
212 5351605 : if (MATCH("XMLSERIALIZE", 12))
213 164 : return (Node *) _readXmlSerialize();
214 5351441 : if (MATCH("PARTITIONELEM", 13))
215 7870 : return (Node *) _readPartitionElem();
216 5343571 : if (MATCH("PARTITIONSPEC", 13))
217 7226 : return (Node *) _readPartitionSpec();
218 5336345 : if (MATCH("PARTITIONBOUNDSPEC", 18))
219 86928 : return (Node *) _readPartitionBoundSpec();
220 5249417 : if (MATCH("PARTITIONRANGEDATUM", 19))
221 115950 : return (Node *) _readPartitionRangeDatum();
222 5133467 : if (MATCH("SINGLEPARTITIONSPEC", 19))
223 1460 : return (Node *) _readSinglePartitionSpec();
224 5132007 : if (MATCH("PARTITIONCMD", 12))
225 5492 : return (Node *) _readPartitionCmd();
226 5126515 : if (MATCH("GRAPHPATTERN", 12))
227 540 : return (Node *) _readGraphPattern();
228 5125975 : if (MATCH("GRAPHELEMENTPATTERN", 19))
229 1594 : return (Node *) _readGraphElementPattern();
230 5124381 : if (MATCH("RANGETBLENTRY", 13))
231 1243994 : return (Node *) _readRangeTblEntry();
232 3880387 : if (MATCH("RTEPERMISSIONINFO", 17))
233 732827 : return (Node *) _readRTEPermissionInfo();
234 3147560 : if (MATCH("RANGETBLFUNCTION", 16))
235 70994 : return (Node *) _readRangeTblFunction();
236 3076566 : if (MATCH("TABLESAMPLECLAUSE", 17))
237 393 : return (Node *) _readTableSampleClause();
238 3076173 : if (MATCH("WITHCHECKOPTION", 15))
239 4045 : return (Node *) _readWithCheckOption();
240 3072128 : if (MATCH("SORTGROUPCLAUSE", 15))
241 116660 : return (Node *) _readSortGroupClause();
242 2955468 : if (MATCH("GROUPINGSET", 11))
243 3525 : return (Node *) _readGroupingSet();
244 2951943 : if (MATCH("WINDOWCLAUSE", 12))
245 2180 : return (Node *) _readWindowClause();
246 2949763 : if (MATCH("ROWMARKCLAUSE", 13))
247 5102 : return (Node *) _readRowMarkClause();
248 2944661 : if (MATCH("FORPORTIONOFCLAUSE", 18))
249 993 : return (Node *) _readForPortionOfClause();
250 2943668 : if (MATCH("WITHCLAUSE", 10))
251 2265 : return (Node *) _readWithClause();
252 2941403 : if (MATCH("INFERCLAUSE", 11))
253 1419 : return (Node *) _readInferClause();
254 2939984 : if (MATCH("ONCONFLICTCLAUSE", 16))
255 1575 : return (Node *) _readOnConflictClause();
256 2938409 : if (MATCH("CTESEARCHCLAUSE", 15))
257 152 : return (Node *) _readCTESearchClause();
258 2938257 : if (MATCH("CTECYCLECLAUSE", 14))
259 164 : return (Node *) _readCTECycleClause();
260 2938093 : if (MATCH("COMMONTABLEEXPR", 15))
261 5954 : return (Node *) _readCommonTableExpr();
262 2932139 : if (MATCH("MERGEWHENCLAUSE", 15))
263 2042 : return (Node *) _readMergeWhenClause();
264 2930097 : if (MATCH("RETURNINGOPTION", 15))
265 100 : return (Node *) _readReturningOption();
266 2929997 : if (MATCH("RETURNINGCLAUSE", 15))
267 2476 : return (Node *) _readReturningClause();
268 2927521 : if (MATCH("TRIGGERTRANSITION", 17))
269 856 : return (Node *) _readTriggerTransition();
270 2926665 : if (MATCH("JSONOUTPUT", 10))
271 1446 : return (Node *) _readJsonOutput();
272 2925219 : if (MATCH("JSONARGUMENT", 12))
273 420 : return (Node *) _readJsonArgument();
274 2924799 : if (MATCH("JSONFUNCEXPR", 12))
275 1432 : return (Node *) _readJsonFuncExpr();
276 2923367 : if (MATCH("JSONTABLEPATHSPEC", 17))
277 1320 : return (Node *) _readJsonTablePathSpec();
278 2922047 : if (MATCH("JSONTABLE", 9))
279 400 : return (Node *) _readJsonTable();
280 2921647 : if (MATCH("JSONTABLECOLUMN", 15))
281 1104 : return (Node *) _readJsonTableColumn();
282 2920543 : if (MATCH("JSONKEYVALUE", 12))
283 738 : return (Node *) _readJsonKeyValue();
284 2919805 : if (MATCH("JSONPARSEEXPR", 13))
285 104 : return (Node *) _readJsonParseExpr();
286 2919701 : if (MATCH("JSONSCALAREXPR", 14))
287 70 : return (Node *) _readJsonScalarExpr();
288 2919631 : if (MATCH("JSONSERIALIZEEXPR", 17))
289 68 : return (Node *) _readJsonSerializeExpr();
290 2919563 : if (MATCH("JSONOBJECTCONSTRUCTOR", 21))
291 470 : return (Node *) _readJsonObjectConstructor();
292 2919093 : if (MATCH("JSONARRAYCONSTRUCTOR", 20))
293 316 : return (Node *) _readJsonArrayConstructor();
294 2918777 : if (MATCH("JSONARRAYQUERYCONSTRUCTOR", 25))
295 92 : return (Node *) _readJsonArrayQueryConstructor();
296 2918685 : if (MATCH("JSONAGGCONSTRUCTOR", 18))
297 280 : return (Node *) _readJsonAggConstructor();
298 2918405 : if (MATCH("JSONOBJECTAGG", 13))
299 156 : return (Node *) _readJsonObjectAgg();
300 2918249 : if (MATCH("JSONARRAYAGG", 12))
301 124 : return (Node *) _readJsonArrayAgg();
302 2918125 : if (MATCH("RAWSTMT", 7))
303 471786 : return (Node *) _readRawStmt();
304 2446339 : if (MATCH("INSERTSTMT", 10))
305 44906 : return (Node *) _readInsertStmt();
306 2401433 : if (MATCH("DELETESTMT", 10))
307 3333 : return (Node *) _readDeleteStmt();
308 2398100 : if (MATCH("UPDATESTMT", 10))
309 9118 : return (Node *) _readUpdateStmt();
310 2388982 : if (MATCH("MERGESTMT", 9))
311 1341 : return (Node *) _readMergeStmt();
312 2387641 : if (MATCH("SELECTSTMT", 10))
313 346255 : return (Node *) _readSelectStmt();
314 2041386 : if (MATCH("SETOPERATIONSTMT", 16))
315 21326 : return (Node *) _readSetOperationStmt();
316 2020060 : if (MATCH("RETURNSTMT", 10))
317 5492 : return (Node *) _readReturnStmt();
318 2014568 : if (MATCH("PLASSIGNSTMT", 12))
319 0 : return (Node *) _readPLAssignStmt();
320 2014568 : if (MATCH("CREATESCHEMASTMT", 16))
321 1469 : return (Node *) _readCreateSchemaStmt();
322 2013099 : if (MATCH("ALTERTABLESTMT", 14))
323 41046 : return (Node *) _readAlterTableStmt();
324 1972053 : if (MATCH("ALTERTABLECMD", 13))
325 42456 : return (Node *) _readAlterTableCmd();
326 1929597 : if (MATCH("ATALTERCONSTRAINT", 17))
327 592 : return (Node *) _readATAlterConstraint();
328 1929005 : if (MATCH("REPLICAIDENTITYSTMT", 19))
329 620 : return (Node *) _readReplicaIdentityStmt();
330 1928385 : if (MATCH("ALTERCOLLATIONSTMT", 18))
331 8 : return (Node *) _readAlterCollationStmt();
332 1928377 : if (MATCH("ALTERDOMAINSTMT", 15))
333 384 : return (Node *) _readAlterDomainStmt();
334 1927993 : if (MATCH("GRANTSTMT", 9))
335 16983 : return (Node *) _readGrantStmt();
336 1911010 : if (MATCH("OBJECTWITHARGS", 14))
337 15926 : return (Node *) _readObjectWithArgs();
338 1895084 : if (MATCH("ACCESSPRIV", 10))
339 15194 : return (Node *) _readAccessPriv();
340 1879890 : if (MATCH("GRANTROLESTMT", 13))
341 837 : return (Node *) _readGrantRoleStmt();
342 1879053 : if (MATCH("ALTERDEFAULTPRIVILEGESSTMT", 26))
343 270 : return (Node *) _readAlterDefaultPrivilegesStmt();
344 1878783 : if (MATCH("COPYSTMT", 8))
345 13439 : return (Node *) _readCopyStmt();
346 1865344 : if (MATCH("VARIABLESETSTMT", 15))
347 39543 : return (Node *) _readVariableSetStmt();
348 1825801 : if (MATCH("VARIABLESHOWSTMT", 16))
349 1158 : return (Node *) _readVariableShowStmt();
350 1824643 : if (MATCH("CREATESTMT", 10))
351 51748 : return (Node *) _readCreateStmt();
352 1772895 : if (MATCH("CONSTRAINT", 10))
353 47958 : return (Node *) _readConstraint();
354 1724937 : if (MATCH("CREATETABLESPACESTMT", 20))
355 154 : return (Node *) _readCreateTableSpaceStmt();
356 1724783 : if (MATCH("DROPTABLESPACESTMT", 18))
357 72 : return (Node *) _readDropTableSpaceStmt();
358 1724711 : if (MATCH("ALTERTABLESPACEOPTIONSSTMT", 26))
359 34 : return (Node *) _readAlterTableSpaceOptionsStmt();
360 1724677 : if (MATCH("ALTERTABLEMOVEALLSTMT", 21))
361 40 : return (Node *) _readAlterTableMoveAllStmt();
362 1724637 : if (MATCH("CREATEEXTENSIONSTMT", 19))
363 634 : return (Node *) _readCreateExtensionStmt();
364 1724003 : if (MATCH("ALTEREXTENSIONSTMT", 18))
365 37 : return (Node *) _readAlterExtensionStmt();
366 1723966 : if (MATCH("ALTEREXTENSIONCONTENTSSTMT", 26))
367 280 : return (Node *) _readAlterExtensionContentsStmt();
368 1723686 : if (MATCH("CREATEFDWSTMT", 13))
369 268 : return (Node *) _readCreateFdwStmt();
370 1723418 : if (MATCH("ALTERFDWSTMT", 12))
371 200 : return (Node *) _readAlterFdwStmt();
372 1723218 : if (MATCH("CREATEFOREIGNSERVERSTMT", 23))
373 373 : return (Node *) _readCreateForeignServerStmt();
374 1722845 : if (MATCH("ALTERFOREIGNSERVERSTMT", 22))
375 258 : return (Node *) _readAlterForeignServerStmt();
376 1722587 : if (MATCH("CREATEFOREIGNTABLESTMT", 22))
377 564 : return (Node *) _readCreateForeignTableStmt();
378 1722023 : if (MATCH("CREATEUSERMAPPINGSTMT", 21))
379 324 : return (Node *) _readCreateUserMappingStmt();
380 1721699 : if (MATCH("ALTERUSERMAPPINGSTMT", 20))
381 140 : return (Node *) _readAlterUserMappingStmt();
382 1721559 : if (MATCH("DROPUSERMAPPINGSTMT", 19))
383 158 : return (Node *) _readDropUserMappingStmt();
384 1721401 : if (MATCH("IMPORTFOREIGNSCHEMASTMT", 23))
385 56 : return (Node *) _readImportForeignSchemaStmt();
386 1721345 : if (MATCH("CREATEPOLICYSTMT", 16))
387 1134 : return (Node *) _readCreatePolicyStmt();
388 1720211 : if (MATCH("ALTERPOLICYSTMT", 15))
389 112 : return (Node *) _readAlterPolicyStmt();
390 1720099 : if (MATCH("CREATEAMSTMT", 12))
391 92 : return (Node *) _readCreateAmStmt();
392 1720007 : if (MATCH("CREATETRIGSTMT", 14))
393 4260 : return (Node *) _readCreateTrigStmt();
394 1715747 : if (MATCH("CREATEEVENTTRIGSTMT", 19))
395 256 : return (Node *) _readCreateEventTrigStmt();
396 1715491 : if (MATCH("ALTEREVENTTRIGSTMT", 18))
397 62 : return (Node *) _readAlterEventTrigStmt();
398 1715429 : if (MATCH("CREATEPLANGSTMT", 15))
399 160 : return (Node *) _readCreatePLangStmt();
400 1715269 : if (MATCH("CREATEROLESTMT", 14))
401 2574 : return (Node *) _readCreateRoleStmt();
402 1712695 : if (MATCH("ALTERROLESTMT", 13))
403 580 : return (Node *) _readAlterRoleStmt();
404 1712115 : if (MATCH("ALTERROLESETSTMT", 16))
405 102 : return (Node *) _readAlterRoleSetStmt();
406 1712013 : if (MATCH("DROPROLESTMT", 12))
407 2440 : return (Node *) _readDropRoleStmt();
408 1709573 : if (MATCH("CREATESEQSTMT", 13))
409 884 : return (Node *) _readCreateSeqStmt();
410 1708689 : if (MATCH("ALTERSEQSTMT", 12))
411 250 : return (Node *) _readAlterSeqStmt();
412 1708439 : if (MATCH("DEFINESTMT", 10))
413 11282 : return (Node *) _readDefineStmt();
414 1697157 : if (MATCH("CREATEDOMAINSTMT", 16))
415 1986 : return (Node *) _readCreateDomainStmt();
416 1695171 : if (MATCH("CREATEOPCLASSSTMT", 17))
417 590 : return (Node *) _readCreateOpClassStmt();
418 1694581 : if (MATCH("CREATEOPCLASSITEM", 17))
419 7170 : return (Node *) _readCreateOpClassItem();
420 1687411 : if (MATCH("CREATEOPFAMILYSTMT", 18))
421 190 : return (Node *) _readCreateOpFamilyStmt();
422 1687221 : if (MATCH("ALTEROPFAMILYSTMT", 17))
423 552 : return (Node *) _readAlterOpFamilyStmt();
424 1686669 : if (MATCH("DROPSTMT", 8))
425 34745 : return (Node *) _readDropStmt();
426 1651924 : if (MATCH("TRUNCATESTMT", 12))
427 2302 : return (Node *) _readTruncateStmt();
428 1649622 : if (MATCH("COMMENTSTMT", 11))
429 8729 : return (Node *) _readCommentStmt();
430 1640893 : if (MATCH("SECLABELSTMT", 12))
431 134 : return (Node *) _readSecLabelStmt();
432 1640759 : if (MATCH("DECLARECURSORSTMT", 17))
433 4322 : return (Node *) _readDeclareCursorStmt();
434 1636437 : if (MATCH("CLOSEPORTALSTMT", 15))
435 2362 : return (Node *) _readClosePortalStmt();
436 1634075 : if (MATCH("FETCHSTMT", 9))
437 7720 : return (Node *) _readFetchStmt();
438 1626355 : if (MATCH("INDEXSTMT", 9))
439 8621 : return (Node *) _readIndexStmt();
440 1617734 : if (MATCH("CREATESTATSSTMT", 15))
441 1204 : return (Node *) _readCreateStatsStmt();
442 1616530 : if (MATCH("STATSELEM", 9))
443 2840 : return (Node *) _readStatsElem();
444 1613690 : if (MATCH("ALTERSTATSSTMT", 14))
445 34 : return (Node *) _readAlterStatsStmt();
446 1613656 : if (MATCH("CREATEFUNCTIONSTMT", 18))
447 25706 : return (Node *) _readCreateFunctionStmt();
448 1587950 : if (MATCH("FUNCTIONPARAMETER", 17))
449 66845 : return (Node *) _readFunctionParameter();
450 1521105 : if (MATCH("ALTERFUNCTIONSTMT", 17))
451 416 : return (Node *) _readAlterFunctionStmt();
452 1520689 : if (MATCH("DOSTMT", 6))
453 1292 : return (Node *) _readDoStmt();
454 1519397 : if (MATCH("CALLSTMT", 8))
455 544 : return (Node *) _readCallStmt();
456 1518853 : if (MATCH("RENAMESTMT", 10))
457 1908 : return (Node *) _readRenameStmt();
458 1516945 : if (MATCH("ALTEROBJECTDEPENDSSTMT", 22))
459 70 : return (Node *) _readAlterObjectDependsStmt();
460 1516875 : if (MATCH("ALTEROBJECTSCHEMASTMT", 21))
461 562 : return (Node *) _readAlterObjectSchemaStmt();
462 1516313 : if (MATCH("ALTEROWNERSTMT", 14))
463 1994 : return (Node *) _readAlterOwnerStmt();
464 1514319 : if (MATCH("ALTEROPERATORSTMT", 17))
465 664 : return (Node *) _readAlterOperatorStmt();
466 1513655 : if (MATCH("ALTERTYPESTMT", 13))
467 72 : return (Node *) _readAlterTypeStmt();
468 1513583 : if (MATCH("RULESTMT", 8))
469 1492 : return (Node *) _readRuleStmt();
470 1512091 : if (MATCH("NOTIFYSTMT", 10))
471 253 : return (Node *) _readNotifyStmt();
472 1511838 : if (MATCH("LISTENSTMT", 10))
473 120 : return (Node *) _readListenStmt();
474 1511718 : if (MATCH("UNLISTENSTMT", 12))
475 160 : return (Node *) _readUnlistenStmt();
476 1511558 : if (MATCH("TRANSACTIONSTMT", 15))
477 54088 : return (Node *) _readTransactionStmt();
478 1457470 : if (MATCH("COMPOSITETYPESTMT", 17))
479 2838 : return (Node *) _readCompositeTypeStmt();
480 1454632 : if (MATCH("CREATEENUMSTMT", 14))
481 264 : return (Node *) _readCreateEnumStmt();
482 1454368 : if (MATCH("CREATERANGESTMT", 15))
483 284 : return (Node *) _readCreateRangeStmt();
484 1454084 : if (MATCH("ALTERENUMSTMT", 13))
485 492 : return (Node *) _readAlterEnumStmt();
486 1453592 : if (MATCH("VIEWSTMT", 8))
487 21859 : return (Node *) _readViewStmt();
488 1431733 : if (MATCH("LOADSTMT", 8))
489 92 : return (Node *) _readLoadStmt();
490 1431641 : if (MATCH("CREATEDBSTMT", 12))
491 894 : return (Node *) _readCreatedbStmt();
492 1430747 : if (MATCH("ALTERDATABASESTMT", 17))
493 106 : return (Node *) _readAlterDatabaseStmt();
494 1430641 : if (MATCH("ALTERDATABASEREFRESHCOLLSTMT", 28))
495 8 : return (Node *) _readAlterDatabaseRefreshCollStmt();
496 1430633 : if (MATCH("ALTERDATABASESETSTMT", 20))
497 1322 : return (Node *) _readAlterDatabaseSetStmt();
498 1429311 : if (MATCH("DROPDBSTMT", 10))
499 148 : return (Node *) _readDropdbStmt();
500 1429163 : if (MATCH("ALTERSYSTEMSTMT", 15))
501 238 : return (Node *) _readAlterSystemStmt();
502 1428925 : if (MATCH("VACUUMSTMT", 10))
503 17348 : return (Node *) _readVacuumStmt();
504 1411577 : if (MATCH("VACUUMRELATION", 14))
505 17598 : return (Node *) _readVacuumRelation();
506 1393979 : if (MATCH("REPACKSTMT", 10))
507 460 : return (Node *) _readRepackStmt();
508 1393519 : if (MATCH("EXPLAINSTMT", 11))
509 27449 : return (Node *) _readExplainStmt();
510 1366070 : if (MATCH("CREATETABLEASSTMT", 17))
511 2490 : return (Node *) _readCreateTableAsStmt();
512 1363580 : if (MATCH("REFRESHMATVIEWSTMT", 18))
513 348 : return (Node *) _readRefreshMatViewStmt();
514 1363232 : if (MATCH("CHECKPOINTSTMT", 14))
515 289 : return (Node *) _readCheckPointStmt();
516 1362943 : if (MATCH("DISCARDSTMT", 11))
517 48 : return (Node *) _readDiscardStmt();
518 1362895 : if (MATCH("LOCKSTMT", 8))
519 1290 : return (Node *) _readLockStmt();
520 1361605 : if (MATCH("CONSTRAINTSSETSTMT", 18))
521 141 : return (Node *) _readConstraintsSetStmt();
522 1361464 : if (MATCH("REINDEXSTMT", 11))
523 1416 : return (Node *) _readReindexStmt();
524 1360048 : if (MATCH("CREATECONVERSIONSTMT", 20))
525 84 : return (Node *) _readCreateConversionStmt();
526 1359964 : if (MATCH("CREATECASTSTMT", 14))
527 324 : return (Node *) _readCreateCastStmt();
528 1359640 : if (MATCH("CREATEPROPGRAPHSTMT", 19))
529 402 : return (Node *) _readCreatePropGraphStmt();
530 1359238 : if (MATCH("PROPGRAPHVERTEX", 15))
531 796 : return (Node *) _readPropGraphVertex();
532 1358442 : if (MATCH("PROPGRAPHEDGE", 13))
533 426 : return (Node *) _readPropGraphEdge();
534 1358016 : if (MATCH("PROPGRAPHLABELANDPROPERTIES", 27))
535 1510 : return (Node *) _readPropGraphLabelAndProperties();
536 1356506 : if (MATCH("PROPGRAPHPROPERTIES", 19))
537 1526 : return (Node *) _readPropGraphProperties();
538 1354980 : if (MATCH("ALTERPROPGRAPHSTMT", 18))
539 248 : return (Node *) _readAlterPropGraphStmt();
540 1354732 : if (MATCH("CREATETRANSFORMSTMT", 19))
541 52 : return (Node *) _readCreateTransformStmt();
542 1354680 : if (MATCH("PREPARESTMT", 11))
543 2370 : return (Node *) _readPrepareStmt();
544 1352310 : if (MATCH("EXECUTESTMT", 11))
545 18010 : return (Node *) _readExecuteStmt();
546 1334300 : if (MATCH("DEALLOCATESTMT", 14))
547 4190 : return (Node *) _readDeallocateStmt();
548 1330110 : if (MATCH("DROPOWNEDSTMT", 13))
549 188 : return (Node *) _readDropOwnedStmt();
550 1329922 : if (MATCH("REASSIGNOWNEDSTMT", 17))
551 68 : return (Node *) _readReassignOwnedStmt();
552 1329854 : if (MATCH("ALTERTSDICTIONARYSTMT", 21))
553 46 : return (Node *) _readAlterTSDictionaryStmt();
554 1329808 : if (MATCH("ALTERTSCONFIGURATIONSTMT", 24))
555 10500 : return (Node *) _readAlterTSConfigurationStmt();
556 1319308 : if (MATCH("PUBLICATIONTABLE", 16))
557 2042 : return (Node *) _readPublicationTable();
558 1317266 : if (MATCH("PUBLICATIONOBJSPEC", 18))
559 2570 : return (Node *) _readPublicationObjSpec();
560 1314696 : if (MATCH("PUBLICATIONALLOBJSPEC", 21))
561 0 : return (Node *) _readPublicationAllObjSpec();
562 1314696 : if (MATCH("CREATEPUBLICATIONSTMT", 21))
563 1262 : return (Node *) _readCreatePublicationStmt();
564 1313434 : if (MATCH("ALTERPUBLICATIONSTMT", 20))
565 1562 : return (Node *) _readAlterPublicationStmt();
566 1311872 : if (MATCH("CREATESUBSCRIPTIONSTMT", 22))
567 608 : return (Node *) _readCreateSubscriptionStmt();
568 1311264 : if (MATCH("ALTERSUBSCRIPTIONSTMT", 21))
569 687 : return (Node *) _readAlterSubscriptionStmt();
570 1310577 : if (MATCH("DROPSUBSCRIPTIONSTMT", 20))
571 308 : return (Node *) _readDropSubscriptionStmt();
572 1310269 : if (MATCH("WAITSTMT", 8))
573 499 : return (Node *) _readWaitStmt();
574 1309770 : if (MATCH("GROUPBYORDERING", 15))
575 0 : return (Node *) _readGroupByOrdering();
576 1309770 : if (MATCH("PLACEHOLDERVAR", 14))
577 0 : return (Node *) _readPlaceHolderVar();
578 1309770 : if (MATCH("APPENDRELINFO", 13))
579 40307 : return (Node *) _readAppendRelInfo();
580 1269463 : if (MATCH("PLANNEDSTMT", 11))
581 292312 : return (Node *) _readPlannedStmt();
582 977151 : if (MATCH("RESULT", 6))
583 134598 : return (Node *) _readResult();
584 842553 : if (MATCH("PROJECTSET", 10))
585 8640 : return (Node *) _readProjectSet();
586 833913 : if (MATCH("MODIFYTABLE", 11))
587 57326 : return (Node *) _readModifyTable();
588 776587 : if (MATCH("APPEND", 6))
589 12544 : return (Node *) _readAppend();
590 764043 : if (MATCH("MERGEAPPEND", 11))
591 386 : return (Node *) _readMergeAppend();
592 763657 : if (MATCH("RECURSIVEUNION", 14))
593 615 : return (Node *) _readRecursiveUnion();
594 763042 : if (MATCH("BITMAPAND", 9))
595 148 : return (Node *) _readBitmapAnd();
596 762894 : if (MATCH("BITMAPOR", 8))
597 256 : return (Node *) _readBitmapOr();
598 762638 : if (MATCH("SEQSCAN", 7))
599 160588 : return (Node *) _readSeqScan();
600 602050 : if (MATCH("SAMPLESCAN", 10))
601 200 : return (Node *) _readSampleScan();
602 601850 : if (MATCH("INDEXSCAN", 9))
603 89153 : return (Node *) _readIndexScan();
604 512697 : if (MATCH("INDEXONLYSCAN", 13))
605 12035 : return (Node *) _readIndexOnlyScan();
606 500662 : if (MATCH("BITMAPINDEXSCAN", 15))
607 17115 : return (Node *) _readBitmapIndexScan();
608 483547 : if (MATCH("BITMAPHEAPSCAN", 14))
609 16707 : return (Node *) _readBitmapHeapScan();
610 466840 : if (MATCH("TIDSCAN", 7))
611 471 : return (Node *) _readTidScan();
612 466369 : if (MATCH("TIDRANGESCAN", 12))
613 1396 : return (Node *) _readTidRangeScan();
614 464973 : if (MATCH("SUBQUERYSCAN", 12))
615 14469 : return (Node *) _readSubqueryScan();
616 450504 : if (MATCH("FUNCTIONSCAN", 12))
617 31797 : return (Node *) _readFunctionScan();
618 418707 : if (MATCH("VALUESSCAN", 10))
619 5691 : return (Node *) _readValuesScan();
620 413016 : if (MATCH("TABLEFUNCSCAN", 13))
621 416 : return (Node *) _readTableFuncScan();
622 412600 : if (MATCH("CTESCAN", 7))
623 2684 : return (Node *) _readCteScan();
624 409916 : if (MATCH("NAMEDTUPLESTORESCAN", 19))
625 348 : return (Node *) _readNamedTuplestoreScan();
626 409568 : if (MATCH("WORKTABLESCAN", 13))
627 615 : return (Node *) _readWorkTableScan();
628 408953 : if (MATCH("FOREIGNSCAN", 11))
629 1049 : return (Node *) _readForeignScan();
630 407904 : if (MATCH("CUSTOMSCAN", 10))
631 0 : return (Node *) _readCustomScan();
632 407904 : if (MATCH("NESTLOOP", 8))
633 66613 : return (Node *) _readNestLoop();
634 341291 : if (MATCH("NESTLOOPPARAM", 13))
635 38918 : return (Node *) _readNestLoopParam();
636 302373 : if (MATCH("MERGEJOIN", 9))
637 5090 : return (Node *) _readMergeJoin();
638 297283 : if (MATCH("HASHJOIN", 8))
639 27803 : return (Node *) _readHashJoin();
640 269480 : if (MATCH("MATERIAL", 8))
641 2802 : return (Node *) _readMaterial();
642 266678 : if (MATCH("MEMOIZE", 7))
643 1291 : return (Node *) _readMemoize();
644 265387 : if (MATCH("SORT", 4))
645 56535 : return (Node *) _readSort();
646 208852 : if (MATCH("INCREMENTALSORT", 15))
647 621 : return (Node *) _readIncrementalSort();
648 208231 : if (MATCH("GROUP", 5))
649 166 : return (Node *) _readGroup();
650 208065 : if (MATCH("AGG", 3))
651 33324 : return (Node *) _readAgg();
652 174741 : if (MATCH("WINDOWAGG", 9))
653 1910 : return (Node *) _readWindowAgg();
654 172831 : if (MATCH("UNIQUE", 6))
655 3564 : return (Node *) _readUnique();
656 169267 : if (MATCH("GATHER", 6))
657 772 : return (Node *) _readGather();
658 168495 : if (MATCH("GATHERMERGE", 11))
659 260 : return (Node *) _readGatherMerge();
660 168235 : if (MATCH("HASH", 4))
661 27803 : return (Node *) _readHash();
662 140432 : if (MATCH("SETOP", 5))
663 480 : return (Node *) _readSetOp();
664 139952 : if (MATCH("LOCKROWS", 8))
665 6054 : return (Node *) _readLockRows();
666 133898 : if (MATCH("LIMIT", 5))
667 3113 : return (Node *) _readLimit();
668 130785 : if (MATCH("PLANROWMARK", 11))
669 19094 : return (Node *) _readPlanRowMark();
670 111691 : if (MATCH("PARTITIONPRUNEINFO", 18))
671 457 : return (Node *) _readPartitionPruneInfo();
672 111234 : if (MATCH("PARTITIONEDRELPRUNEINFO", 23))
673 921 : return (Node *) _readPartitionedRelPruneInfo();
674 110313 : if (MATCH("PARTITIONPRUNESTEPOP", 20))
675 770 : return (Node *) _readPartitionPruneStepOp();
676 109543 : if (MATCH("PARTITIONPRUNESTEPCOMBINE", 25))
677 145 : return (Node *) _readPartitionPruneStepCombine();
678 109398 : if (MATCH("PLANINVALITEM", 13))
679 36883 : return (Node *) _readPlanInvalItem();
680 72515 : if (MATCH("SUBPLANRTINFO", 13))
681 56239 : return (Node *) _readSubPlanRTInfo();
682 16276 : if (MATCH("ELIDEDNODE", 10))
683 16276 : return (Node *) _readElidedNode();
684 0 : if (MATCH("EXTENSIBLENODE", 14))
685 0 : return (Node *) _readExtensibleNode();
|