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 35024927 : if (MATCH("ALIAS", 5))
19 1944568 : return (Node *) _readAlias();
20 33080359 : if (MATCH("RANGEVAR", 8))
21 571763 : return (Node *) _readRangeVar();
22 32508596 : if (MATCH("TABLEFUNC", 9))
23 982 : return (Node *) _readTableFunc();
24 32507614 : if (MATCH("INTOCLAUSE", 10))
25 2563 : return (Node *) _readIntoClause();
26 32505051 : if (MATCH("VAR", 3))
27 9391071 : return (Node *) _readVar();
28 23113980 : if (MATCH("CONST", 5))
29 2145677 : return (Node *) _readConst();
30 20968303 : if (MATCH("PARAM", 5))
31 220492 : return (Node *) _readParam();
32 20747811 : if (MATCH("AGGREF", 6))
33 70618 : return (Node *) _readAggref();
34 20677193 : if (MATCH("GROUPINGFUNC", 12))
35 757 : return (Node *) _readGroupingFunc();
36 20676436 : if (MATCH("WINDOWFUNC", 10))
37 5278 : return (Node *) _readWindowFunc();
38 20671158 : if (MATCH("WINDOWFUNCRUNCONDITION", 22))
39 240 : return (Node *) _readWindowFuncRunCondition();
40 20670918 : if (MATCH("MERGESUPPORTFUNC", 16))
41 561 : return (Node *) _readMergeSupportFunc();
42 20670357 : if (MATCH("SUBSCRIPTINGREF", 15))
43 28060 : return (Node *) _readSubscriptingRef();
44 20642297 : if (MATCH("FUNCEXPR", 8))
45 628985 : return (Node *) _readFuncExpr();
46 20013312 : if (MATCH("NAMEDARGEXPR", 12))
47 53323 : return (Node *) _readNamedArgExpr();
48 19959989 : if (MATCH("OPEXPR", 6))
49 1107088 : return (Node *) _readOpExpr();
50 18852901 : if (MATCH("DISTINCTEXPR", 12))
51 1562 : return (Node *) _readDistinctExpr();
52 18851339 : if (MATCH("NULLIFEXPR", 10))
53 1102 : return (Node *) _readNullIfExpr();
54 18850237 : if (MATCH("SCALARARRAYOPEXPR", 17))
55 51472 : return (Node *) _readScalarArrayOpExpr();
56 18798765 : if (MATCH("BOOLEXPR", 8))
57 300912 : return (Node *) _readBoolExpr();
58 18497853 : if (MATCH("SUBLINK", 7))
59 73035 : return (Node *) _readSubLink();
60 18424818 : if (MATCH("SUBPLAN", 7))
61 28718 : return (Node *) _readSubPlan();
62 18396100 : if (MATCH("ALTERNATIVESUBPLAN", 18))
63 0 : return (Node *) _readAlternativeSubPlan();
64 18396100 : if (MATCH("FIELDSELECT", 11))
65 55176 : return (Node *) _readFieldSelect();
66 18340924 : if (MATCH("FIELDSTORE", 10))
67 734 : return (Node *) _readFieldStore();
68 18340190 : if (MATCH("RELABELTYPE", 11))
69 178773 : return (Node *) _readRelabelType();
70 18161417 : if (MATCH("COERCEVIAIO", 11))
71 38670 : return (Node *) _readCoerceViaIO();
72 18122747 : if (MATCH("ARRAYCOERCEEXPR", 15))
73 7302 : return (Node *) _readArrayCoerceExpr();
74 18115445 : if (MATCH("CONVERTROWTYPEEXPR", 18))
75 555 : return (Node *) _readConvertRowtypeExpr();
76 18114890 : if (MATCH("COLLATEEXPR", 11))
77 6722 : return (Node *) _readCollateExpr();
78 18108168 : if (MATCH("CASEEXPR", 8))
79 100698 : return (Node *) _readCaseExpr();
80 18007470 : if (MATCH("CASEWHEN", 8))
81 203826 : return (Node *) _readCaseWhen();
82 17803644 : if (MATCH("CASETESTEXPR", 12))
83 46036 : return (Node *) _readCaseTestExpr();
84 17757608 : if (MATCH("ARRAYEXPR", 9))
85 24028 : return (Node *) _readArrayExpr();
86 17733580 : if (MATCH("ROWEXPR", 7))
87 9070 : return (Node *) _readRowExpr();
88 17724510 : if (MATCH("ROWCOMPAREEXPR", 14))
89 504 : return (Node *) _readRowCompareExpr();
90 17724006 : if (MATCH("COALESCEEXPR", 12))
91 12651 : return (Node *) _readCoalesceExpr();
92 17711355 : if (MATCH("MINMAXEXPR", 10))
93 640 : return (Node *) _readMinMaxExpr();
94 17710715 : if (MATCH("SQLVALUEFUNCTION", 16))
95 9211 : return (Node *) _readSQLValueFunction();
96 17701504 : if (MATCH("XMLEXPR", 7))
97 1623 : return (Node *) _readXmlExpr();
98 17699881 : if (MATCH("JSONFORMAT", 10))
99 17494 : return (Node *) _readJsonFormat();
100 17682387 : if (MATCH("JSONRETURNING", 13))
101 7430 : return (Node *) _readJsonReturning();
102 17674957 : if (MATCH("JSONVALUEEXPR", 13))
103 4768 : return (Node *) _readJsonValueExpr();
104 17670189 : if (MATCH("JSONCONSTRUCTOREXPR", 19))
105 1880 : return (Node *) _readJsonConstructorExpr();
106 17668309 : if (MATCH("JSONISPREDICATE", 15))
107 900 : return (Node *) _readJsonIsPredicate();
108 17667409 : if (MATCH("JSONBEHAVIOR", 12))
109 7996 : return (Node *) _readJsonBehavior();
110 17659413 : if (MATCH("JSONEXPR", 8))
111 4144 : return (Node *) _readJsonExpr();
112 17655269 : if (MATCH("JSONTABLEPATH", 13))
113 1040 : return (Node *) _readJsonTablePath();
114 17654229 : if (MATCH("JSONTABLEPATHSCAN", 17))
115 1040 : return (Node *) _readJsonTablePathScan();
116 17653189 : if (MATCH("JSONTABLESIBLINGJOIN", 20))
117 140 : return (Node *) _readJsonTableSiblingJoin();
118 17653049 : if (MATCH("NULLTEST", 8))
119 37283 : return (Node *) _readNullTest();
120 17615766 : if (MATCH("BOOLEANTEST", 11))
121 2660 : return (Node *) _readBooleanTest();
122 17613106 : if (MATCH("MERGEACTION", 11))
123 4369 : return (Node *) _readMergeAction();
124 17608737 : if (MATCH("COERCETODOMAIN", 14))
125 88079 : return (Node *) _readCoerceToDomain();
126 17520658 : if (MATCH("COERCETODOMAINVALUE", 19))
127 1438 : return (Node *) _readCoerceToDomainValue();
128 17519220 : if (MATCH("SETTODEFAULT", 12))
129 1197 : return (Node *) _readSetToDefault();
130 17518023 : if (MATCH("CURRENTOFEXPR", 13))
131 597 : return (Node *) _readCurrentOfExpr();
132 17517426 : if (MATCH("NEXTVALUEEXPR", 13))
133 596 : return (Node *) _readNextValueExpr();
134 17516830 : if (MATCH("INFERENCEELEM", 13))
135 1552 : return (Node *) _readInferenceElem();
136 17515278 : if (MATCH("RETURNINGEXPR", 13))
137 868 : return (Node *) _readReturningExpr();
138 17514410 : if (MATCH("GRAPHLABELREF", 13))
139 265 : return (Node *) _readGraphLabelRef();
140 17514145 : if (MATCH("GRAPHPROPERTYREF", 16))
141 137 : return (Node *) _readGraphPropertyRef();
142 17514008 : if (MATCH("TARGETENTRY", 11))
143 5050406 : return (Node *) _readTargetEntry();
144 12463602 : if (MATCH("RANGETBLREF", 11))
145 446504 : return (Node *) _readRangeTblRef();
146 12017098 : if (MATCH("JOINEXPR", 8))
147 151001 : return (Node *) _readJoinExpr();
148 11866097 : if (MATCH("FROMEXPR", 8))
149 425470 : return (Node *) _readFromExpr();
150 11440627 : if (MATCH("ONCONFLICTEXPR", 14))
151 1536 : return (Node *) _readOnConflictExpr();
152 11439091 : if (MATCH("FORPORTIONOFEXPR", 16))
153 1662 : return (Node *) _readForPortionOfExpr();
154 11437429 : if (MATCH("QUERY", 5))
155 668212 : return (Node *) _readQuery();
156 10769217 : if (MATCH("TYPENAME", 8))
157 479429 : return (Node *) _readTypeName();
158 10289788 : if (MATCH("COLUMNREF", 9))
159 1385156 : return (Node *) _readColumnRef();
160 8904632 : if (MATCH("PARAMREF", 8))
161 31434 : return (Node *) _readParamRef();
162 8873198 : if (MATCH("A_EXPR", 6))
163 436727 : return (Node *) _readA_Expr();
164 8436471 : if (MATCH("A_CONST", 7))
165 951699 : return (Node *) _readA_Const();
166 7484772 : if (MATCH("TYPECAST", 8))
167 236276 : return (Node *) _readTypeCast();
168 7248496 : if (MATCH("COLLATECLAUSE", 13))
169 7721 : return (Node *) _readCollateClause();
170 7240775 : if (MATCH("ROLESPEC", 8))
171 28911 : return (Node *) _readRoleSpec();
172 7211864 : if (MATCH("FUNCCALL", 8))
173 273022 : return (Node *) _readFuncCall();
174 6938842 : if (MATCH("A_STAR", 6))
175 46935 : return (Node *) _readA_Star();
176 6891907 : if (MATCH("A_INDICES", 9))
177 10296 : return (Node *) _readA_Indices();
178 6881611 : if (MATCH("A_INDIRECTION", 13))
179 25484 : return (Node *) _readA_Indirection();
180 6856127 : if (MATCH("A_ARRAYEXPR", 11))
181 5161 : return (Node *) _readA_ArrayExpr();
182 6850966 : if (MATCH("RESTARGET", 9))
183 863521 : return (Node *) _readResTarget();
184 5987445 : if (MATCH("MULTIASSIGNREF", 14))
185 265 : return (Node *) _readMultiAssignRef();
186 5987180 : if (MATCH("SORTBY", 6))
187 76846 : return (Node *) _readSortBy();
188 5910334 : if (MATCH("WINDOWDEF", 9))
189 3143 : return (Node *) _readWindowDef();
190 5907191 : if (MATCH("RANGESUBSELECT", 14))
191 15926 : return (Node *) _readRangeSubselect();
192 5891265 : if (MATCH("RANGEFUNCTION", 13))
193 33704 : return (Node *) _readRangeFunction();
194 5857561 : if (MATCH("RANGETABLEFUNC", 14))
195 168 : return (Node *) _readRangeTableFunc();
196 5857393 : if (MATCH("RANGETABLEFUNCCOL", 17))
197 582 : return (Node *) _readRangeTableFuncCol();
198 5856811 : if (MATCH("RANGEGRAPHTABLE", 15))
199 451 : return (Node *) _readRangeGraphTable();
200 5856360 : if (MATCH("RANGETABLESAMPLE", 16))
201 186 : return (Node *) _readRangeTableSample();
202 5856174 : if (MATCH("COLUMNDEF", 9))
203 94749 : return (Node *) _readColumnDef();
204 5761425 : if (MATCH("TABLELIKECLAUSE", 15))
205 1032 : return (Node *) _readTableLikeClause();
206 5760393 : if (MATCH("INDEXELEM", 9))
207 13105 : return (Node *) _readIndexElem();
208 5747288 : if (MATCH("DEFELEM", 7))
209 429163 : return (Node *) _readDefElem();
210 5318125 : if (MATCH("LOCKINGCLAUSE", 13))
211 4028 : return (Node *) _readLockingClause();
212 5314097 : if (MATCH("XMLSERIALIZE", 12))
213 164 : return (Node *) _readXmlSerialize();
214 5313933 : if (MATCH("PARTITIONELEM", 13))
215 7810 : return (Node *) _readPartitionElem();
216 5306123 : if (MATCH("PARTITIONSPEC", 13))
217 7166 : return (Node *) _readPartitionSpec();
218 5298957 : if (MATCH("PARTITIONBOUNDSPEC", 18))
219 86605 : return (Node *) _readPartitionBoundSpec();
220 5212352 : if (MATCH("PARTITIONRANGEDATUM", 19))
221 115660 : return (Node *) _readPartitionRangeDatum();
222 5096692 : if (MATCH("SINGLEPARTITIONSPEC", 19))
223 1456 : return (Node *) _readSinglePartitionSpec();
224 5095236 : if (MATCH("PARTITIONCMD", 12))
225 5410 : return (Node *) _readPartitionCmd();
226 5089826 : if (MATCH("GRAPHPATTERN", 12))
227 536 : return (Node *) _readGraphPattern();
228 5089290 : if (MATCH("GRAPHELEMENTPATTERN", 19))
229 1590 : return (Node *) _readGraphElementPattern();
230 5087700 : if (MATCH("RANGETBLENTRY", 13))
231 1234134 : return (Node *) _readRangeTblEntry();
232 3853566 : if (MATCH("RTEPERMISSIONINFO", 17))
233 727004 : return (Node *) _readRTEPermissionInfo();
234 3126562 : if (MATCH("RANGETBLFUNCTION", 16))
235 71201 : return (Node *) _readRangeTblFunction();
236 3055361 : if (MATCH("TABLESAMPLECLAUSE", 17))
237 389 : return (Node *) _readTableSampleClause();
238 3054972 : if (MATCH("WITHCHECKOPTION", 15))
239 4045 : return (Node *) _readWithCheckOption();
240 3050927 : if (MATCH("SORTGROUPCLAUSE", 15))
241 116157 : return (Node *) _readSortGroupClause();
242 2934770 : if (MATCH("GROUPINGSET", 11))
243 3365 : return (Node *) _readGroupingSet();
244 2931405 : if (MATCH("WINDOWCLAUSE", 12))
245 2160 : return (Node *) _readWindowClause();
246 2929245 : if (MATCH("ROWMARKCLAUSE", 13))
247 5103 : return (Node *) _readRowMarkClause();
248 2924142 : if (MATCH("FORPORTIONOFCLAUSE", 18))
249 941 : return (Node *) _readForPortionOfClause();
250 2923201 : if (MATCH("WITHCLAUSE", 10))
251 2265 : return (Node *) _readWithClause();
252 2920936 : if (MATCH("INFERCLAUSE", 11))
253 1400 : return (Node *) _readInferClause();
254 2919536 : if (MATCH("ONCONFLICTCLAUSE", 16))
255 1556 : return (Node *) _readOnConflictClause();
256 2917980 : if (MATCH("CTESEARCHCLAUSE", 15))
257 152 : return (Node *) _readCTESearchClause();
258 2917828 : if (MATCH("CTECYCLECLAUSE", 14))
259 164 : return (Node *) _readCTECycleClause();
260 2917664 : if (MATCH("COMMONTABLEEXPR", 15))
261 5950 : return (Node *) _readCommonTableExpr();
262 2911714 : if (MATCH("MERGEWHENCLAUSE", 15))
263 2034 : return (Node *) _readMergeWhenClause();
264 2909680 : if (MATCH("RETURNINGOPTION", 15))
265 100 : return (Node *) _readReturningOption();
266 2909580 : if (MATCH("RETURNINGCLAUSE", 15))
267 2433 : return (Node *) _readReturningClause();
268 2907147 : if (MATCH("TRIGGERTRANSITION", 17))
269 856 : return (Node *) _readTriggerTransition();
270 2906291 : if (MATCH("JSONOUTPUT", 10))
271 1406 : return (Node *) _readJsonOutput();
272 2904885 : if (MATCH("JSONARGUMENT", 12))
273 420 : return (Node *) _readJsonArgument();
274 2904465 : if (MATCH("JSONFUNCEXPR", 12))
275 1432 : return (Node *) _readJsonFuncExpr();
276 2903033 : if (MATCH("JSONTABLEPATHSPEC", 17))
277 1320 : return (Node *) _readJsonTablePathSpec();
278 2901713 : if (MATCH("JSONTABLE", 9))
279 400 : return (Node *) _readJsonTable();
280 2901313 : if (MATCH("JSONTABLECOLUMN", 15))
281 1104 : return (Node *) _readJsonTableColumn();
282 2900209 : if (MATCH("JSONKEYVALUE", 12))
283 738 : return (Node *) _readJsonKeyValue();
284 2899471 : if (MATCH("JSONPARSEEXPR", 13))
285 104 : return (Node *) _readJsonParseExpr();
286 2899367 : if (MATCH("JSONSCALAREXPR", 14))
287 70 : return (Node *) _readJsonScalarExpr();
288 2899297 : if (MATCH("JSONSERIALIZEEXPR", 17))
289 68 : return (Node *) _readJsonSerializeExpr();
290 2899229 : if (MATCH("JSONOBJECTCONSTRUCTOR", 21))
291 470 : return (Node *) _readJsonObjectConstructor();
292 2898759 : if (MATCH("JSONARRAYCONSTRUCTOR", 20))
293 316 : return (Node *) _readJsonArrayConstructor();
294 2898443 : if (MATCH("JSONARRAYQUERYCONSTRUCTOR", 25))
295 44 : return (Node *) _readJsonArrayQueryConstructor();
296 2898399 : if (MATCH("JSONAGGCONSTRUCTOR", 18))
297 280 : return (Node *) _readJsonAggConstructor();
298 2898119 : if (MATCH("JSONOBJECTAGG", 13))
299 156 : return (Node *) _readJsonObjectAgg();
300 2897963 : if (MATCH("JSONARRAYAGG", 12))
301 124 : return (Node *) _readJsonArrayAgg();
302 2897839 : if (MATCH("RAWSTMT", 7))
303 468574 : return (Node *) _readRawStmt();
304 2429265 : if (MATCH("INSERTSTMT", 10))
305 42757 : return (Node *) _readInsertStmt();
306 2386508 : if (MATCH("DELETESTMT", 10))
307 3287 : return (Node *) _readDeleteStmt();
308 2383221 : if (MATCH("UPDATESTMT", 10))
309 9048 : return (Node *) _readUpdateStmt();
310 2374173 : if (MATCH("MERGESTMT", 9))
311 1337 : return (Node *) _readMergeStmt();
312 2372836 : if (MATCH("SELECTSTMT", 10))
313 343344 : return (Node *) _readSelectStmt();
314 2029492 : if (MATCH("SETOPERATIONSTMT", 16))
315 21332 : return (Node *) _readSetOperationStmt();
316 2008160 : if (MATCH("RETURNSTMT", 10))
317 5492 : return (Node *) _readReturnStmt();
318 2002668 : if (MATCH("PLASSIGNSTMT", 12))
319 0 : return (Node *) _readPLAssignStmt();
320 2002668 : if (MATCH("CREATESCHEMASTMT", 16))
321 1469 : return (Node *) _readCreateSchemaStmt();
322 2001199 : if (MATCH("ALTERTABLESTMT", 14))
323 40816 : return (Node *) _readAlterTableStmt();
324 1960383 : if (MATCH("ALTERTABLECMD", 13))
325 42224 : return (Node *) _readAlterTableCmd();
326 1918159 : if (MATCH("ATALTERCONSTRAINT", 17))
327 592 : return (Node *) _readATAlterConstraint();
328 1917567 : if (MATCH("REPLICAIDENTITYSTMT", 19))
329 602 : return (Node *) _readReplicaIdentityStmt();
330 1916965 : if (MATCH("ALTERCOLLATIONSTMT", 18))
331 8 : return (Node *) _readAlterCollationStmt();
332 1916957 : if (MATCH("ALTERDOMAINSTMT", 15))
333 384 : return (Node *) _readAlterDomainStmt();
334 1916573 : if (MATCH("GRANTSTMT", 9))
335 16985 : return (Node *) _readGrantStmt();
336 1899588 : if (MATCH("OBJECTWITHARGS", 14))
337 15894 : return (Node *) _readObjectWithArgs();
338 1883694 : if (MATCH("ACCESSPRIV", 10))
339 15253 : return (Node *) _readAccessPriv();
340 1868441 : if (MATCH("GRANTROLESTMT", 13))
341 876 : return (Node *) _readGrantRoleStmt();
342 1867565 : if (MATCH("ALTERDEFAULTPRIVILEGESSTMT", 26))
343 270 : return (Node *) _readAlterDefaultPrivilegesStmt();
344 1867295 : if (MATCH("COPYSTMT", 8))
345 13423 : return (Node *) _readCopyStmt();
346 1853872 : if (MATCH("VARIABLESETSTMT", 15))
347 39593 : return (Node *) _readVariableSetStmt();
348 1814279 : if (MATCH("VARIABLESHOWSTMT", 16))
349 1158 : return (Node *) _readVariableShowStmt();
350 1813121 : if (MATCH("CREATESTMT", 10))
351 51376 : return (Node *) _readCreateStmt();
352 1761745 : if (MATCH("CONSTRAINT", 10))
353 47686 : return (Node *) _readConstraint();
354 1714059 : if (MATCH("CREATETABLESPACESTMT", 20))
355 184 : return (Node *) _readCreateTableSpaceStmt();
356 1713875 : if (MATCH("DROPTABLESPACESTMT", 18))
357 102 : return (Node *) _readDropTableSpaceStmt();
358 1713773 : if (MATCH("ALTERTABLESPACEOPTIONSSTMT", 26))
359 32 : return (Node *) _readAlterTableSpaceOptionsStmt();
360 1713741 : if (MATCH("ALTERTABLEMOVEALLSTMT", 21))
361 30 : return (Node *) _readAlterTableMoveAllStmt();
362 1713711 : if (MATCH("CREATEEXTENSIONSTMT", 19))
363 622 : return (Node *) _readCreateExtensionStmt();
364 1713089 : if (MATCH("ALTEREXTENSIONSTMT", 18))
365 37 : return (Node *) _readAlterExtensionStmt();
366 1713052 : if (MATCH("ALTEREXTENSIONCONTENTSSTMT", 26))
367 280 : return (Node *) _readAlterExtensionContentsStmt();
368 1712772 : if (MATCH("CREATEFDWSTMT", 13))
369 268 : return (Node *) _readCreateFdwStmt();
370 1712504 : if (MATCH("ALTERFDWSTMT", 12))
371 200 : return (Node *) _readAlterFdwStmt();
372 1712304 : if (MATCH("CREATEFOREIGNSERVERSTMT", 23))
373 373 : return (Node *) _readCreateForeignServerStmt();
374 1711931 : if (MATCH("ALTERFOREIGNSERVERSTMT", 22))
375 258 : return (Node *) _readAlterForeignServerStmt();
376 1711673 : if (MATCH("CREATEFOREIGNTABLESTMT", 22))
377 558 : return (Node *) _readCreateForeignTableStmt();
378 1711115 : if (MATCH("CREATEUSERMAPPINGSTMT", 21))
379 324 : return (Node *) _readCreateUserMappingStmt();
380 1710791 : if (MATCH("ALTERUSERMAPPINGSTMT", 20))
381 140 : return (Node *) _readAlterUserMappingStmt();
382 1710651 : if (MATCH("DROPUSERMAPPINGSTMT", 19))
383 158 : return (Node *) _readDropUserMappingStmt();
384 1710493 : if (MATCH("IMPORTFOREIGNSCHEMASTMT", 23))
385 56 : return (Node *) _readImportForeignSchemaStmt();
386 1710437 : if (MATCH("CREATEPOLICYSTMT", 16))
387 1134 : return (Node *) _readCreatePolicyStmt();
388 1709303 : if (MATCH("ALTERPOLICYSTMT", 15))
389 112 : return (Node *) _readAlterPolicyStmt();
390 1709191 : if (MATCH("CREATEAMSTMT", 12))
391 92 : return (Node *) _readCreateAmStmt();
392 1709099 : if (MATCH("CREATETRIGSTMT", 14))
393 4260 : return (Node *) _readCreateTrigStmt();
394 1704839 : if (MATCH("CREATEEVENTTRIGSTMT", 19))
395 256 : return (Node *) _readCreateEventTrigStmt();
396 1704583 : if (MATCH("ALTEREVENTTRIGSTMT", 18))
397 62 : return (Node *) _readAlterEventTrigStmt();
398 1704521 : if (MATCH("CREATEPLANGSTMT", 15))
399 160 : return (Node *) _readCreatePLangStmt();
400 1704361 : if (MATCH("CREATEROLESTMT", 14))
401 2672 : return (Node *) _readCreateRoleStmt();
402 1701689 : if (MATCH("ALTERROLESTMT", 13))
403 580 : return (Node *) _readAlterRoleStmt();
404 1701109 : if (MATCH("ALTERROLESETSTMT", 16))
405 126 : return (Node *) _readAlterRoleSetStmt();
406 1700983 : if (MATCH("DROPROLESTMT", 12))
407 2558 : return (Node *) _readDropRoleStmt();
408 1698425 : if (MATCH("CREATESEQSTMT", 13))
409 882 : return (Node *) _readCreateSeqStmt();
410 1697543 : if (MATCH("ALTERSEQSTMT", 12))
411 250 : return (Node *) _readAlterSeqStmt();
412 1697293 : if (MATCH("DEFINESTMT", 10))
413 11282 : return (Node *) _readDefineStmt();
414 1686011 : if (MATCH("CREATEDOMAINSTMT", 16))
415 1966 : return (Node *) _readCreateDomainStmt();
416 1684045 : if (MATCH("CREATEOPCLASSSTMT", 17))
417 590 : return (Node *) _readCreateOpClassStmt();
418 1683455 : if (MATCH("CREATEOPCLASSITEM", 17))
419 7170 : return (Node *) _readCreateOpClassItem();
420 1676285 : if (MATCH("CREATEOPFAMILYSTMT", 18))
421 190 : return (Node *) _readCreateOpFamilyStmt();
422 1676095 : if (MATCH("ALTEROPFAMILYSTMT", 17))
423 552 : return (Node *) _readAlterOpFamilyStmt();
424 1675543 : if (MATCH("DROPSTMT", 8))
425 34399 : return (Node *) _readDropStmt();
426 1641144 : if (MATCH("TRUNCATESTMT", 12))
427 2296 : return (Node *) _readTruncateStmt();
428 1638848 : if (MATCH("COMMENTSTMT", 11))
429 8729 : return (Node *) _readCommentStmt();
430 1630119 : if (MATCH("SECLABELSTMT", 12))
431 134 : return (Node *) _readSecLabelStmt();
432 1629985 : if (MATCH("DECLARECURSORSTMT", 17))
433 4286 : return (Node *) _readDeclareCursorStmt();
434 1625699 : if (MATCH("CLOSEPORTALSTMT", 15))
435 2346 : return (Node *) _readClosePortalStmt();
436 1623353 : if (MATCH("FETCHSTMT", 9))
437 7684 : return (Node *) _readFetchStmt();
438 1615669 : if (MATCH("INDEXSTMT", 9))
439 8515 : return (Node *) _readIndexStmt();
440 1607154 : if (MATCH("CREATESTATSSTMT", 15))
441 1186 : return (Node *) _readCreateStatsStmt();
442 1605968 : if (MATCH("STATSELEM", 9))
443 2804 : return (Node *) _readStatsElem();
444 1603164 : if (MATCH("ALTERSTATSSTMT", 14))
445 34 : return (Node *) _readAlterStatsStmt();
446 1603130 : if (MATCH("CREATEFUNCTIONSTMT", 18))
447 25644 : return (Node *) _readCreateFunctionStmt();
448 1577486 : if (MATCH("FUNCTIONPARAMETER", 17))
449 66749 : return (Node *) _readFunctionParameter();
450 1510737 : if (MATCH("ALTERFUNCTIONSTMT", 17))
451 416 : return (Node *) _readAlterFunctionStmt();
452 1510321 : if (MATCH("DOSTMT", 6))
453 1290 : return (Node *) _readDoStmt();
454 1509031 : if (MATCH("CALLSTMT", 8))
455 542 : return (Node *) _readCallStmt();
456 1508489 : if (MATCH("RENAMESTMT", 10))
457 1900 : return (Node *) _readRenameStmt();
458 1506589 : if (MATCH("ALTEROBJECTDEPENDSSTMT", 22))
459 46 : return (Node *) _readAlterObjectDependsStmt();
460 1506543 : if (MATCH("ALTEROBJECTSCHEMASTMT", 21))
461 562 : return (Node *) _readAlterObjectSchemaStmt();
462 1505981 : if (MATCH("ALTEROWNERSTMT", 14))
463 1982 : return (Node *) _readAlterOwnerStmt();
464 1503999 : if (MATCH("ALTEROPERATORSTMT", 17))
465 664 : return (Node *) _readAlterOperatorStmt();
466 1503335 : if (MATCH("ALTERTYPESTMT", 13))
467 72 : return (Node *) _readAlterTypeStmt();
468 1503263 : if (MATCH("RULESTMT", 8))
469 1404 : return (Node *) _readRuleStmt();
470 1501859 : if (MATCH("NOTIFYSTMT", 10))
471 253 : return (Node *) _readNotifyStmt();
472 1501606 : if (MATCH("LISTENSTMT", 10))
473 120 : return (Node *) _readListenStmt();
474 1501486 : if (MATCH("UNLISTENSTMT", 12))
475 160 : return (Node *) _readUnlistenStmt();
476 1501326 : if (MATCH("TRANSACTIONSTMT", 15))
477 54204 : return (Node *) _readTransactionStmt();
478 1447122 : if (MATCH("COMPOSITETYPESTMT", 17))
479 2836 : return (Node *) _readCompositeTypeStmt();
480 1444286 : if (MATCH("CREATEENUMSTMT", 14))
481 264 : return (Node *) _readCreateEnumStmt();
482 1444022 : if (MATCH("CREATERANGESTMT", 15))
483 272 : return (Node *) _readCreateRangeStmt();
484 1443750 : if (MATCH("ALTERENUMSTMT", 13))
485 492 : return (Node *) _readAlterEnumStmt();
486 1443258 : if (MATCH("VIEWSTMT", 8))
487 21831 : return (Node *) _readViewStmt();
488 1421427 : if (MATCH("LOADSTMT", 8))
489 90 : return (Node *) _readLoadStmt();
490 1421337 : if (MATCH("CREATEDBSTMT", 12))
491 906 : return (Node *) _readCreatedbStmt();
492 1420431 : if (MATCH("ALTERDATABASESTMT", 17))
493 112 : return (Node *) _readAlterDatabaseStmt();
494 1420319 : if (MATCH("ALTERDATABASEREFRESHCOLLSTMT", 28))
495 8 : return (Node *) _readAlterDatabaseRefreshCollStmt();
496 1420311 : if (MATCH("ALTERDATABASESETSTMT", 20))
497 1328 : return (Node *) _readAlterDatabaseSetStmt();
498 1418983 : if (MATCH("DROPDBSTMT", 10))
499 162 : return (Node *) _readDropdbStmt();
500 1418821 : if (MATCH("ALTERSYSTEMSTMT", 15))
501 234 : return (Node *) _readAlterSystemStmt();
502 1418587 : if (MATCH("VACUUMSTMT", 10))
503 17294 : return (Node *) _readVacuumStmt();
504 1401293 : if (MATCH("VACUUMRELATION", 14))
505 17466 : return (Node *) _readVacuumRelation();
506 1383827 : if (MATCH("REPACKSTMT", 10))
507 382 : return (Node *) _readRepackStmt();
508 1383445 : if (MATCH("EXPLAINSTMT", 11))
509 27162 : return (Node *) _readExplainStmt();
510 1356283 : if (MATCH("CREATETABLEASSTMT", 17))
511 2480 : return (Node *) _readCreateTableAsStmt();
512 1353803 : if (MATCH("REFRESHMATVIEWSTMT", 18))
513 348 : return (Node *) _readRefreshMatViewStmt();
514 1353455 : if (MATCH("CHECKPOINTSTMT", 14))
515 289 : return (Node *) _readCheckPointStmt();
516 1353166 : if (MATCH("DISCARDSTMT", 11))
517 48 : return (Node *) _readDiscardStmt();
518 1353118 : if (MATCH("LOCKSTMT", 8))
519 1290 : return (Node *) _readLockStmt();
520 1351828 : if (MATCH("CONSTRAINTSSETSTMT", 18))
521 141 : return (Node *) _readConstraintsSetStmt();
522 1351687 : if (MATCH("REINDEXSTMT", 11))
523 1388 : return (Node *) _readReindexStmt();
524 1350299 : if (MATCH("CREATECONVERSIONSTMT", 20))
525 84 : return (Node *) _readCreateConversionStmt();
526 1350215 : if (MATCH("CREATECASTSTMT", 14))
527 324 : return (Node *) _readCreateCastStmt();
528 1349891 : if (MATCH("CREATEPROPGRAPHSTMT", 19))
529 402 : return (Node *) _readCreatePropGraphStmt();
530 1349489 : if (MATCH("PROPGRAPHVERTEX", 15))
531 796 : return (Node *) _readPropGraphVertex();
532 1348693 : if (MATCH("PROPGRAPHEDGE", 13))
533 426 : return (Node *) _readPropGraphEdge();
534 1348267 : if (MATCH("PROPGRAPHLABELANDPROPERTIES", 27))
535 1510 : return (Node *) _readPropGraphLabelAndProperties();
536 1346757 : if (MATCH("PROPGRAPHPROPERTIES", 19))
537 1526 : return (Node *) _readPropGraphProperties();
538 1345231 : if (MATCH("ALTERPROPGRAPHSTMT", 18))
539 248 : return (Node *) _readAlterPropGraphStmt();
540 1344983 : if (MATCH("CREATETRANSFORMSTMT", 19))
541 52 : return (Node *) _readCreateTransformStmt();
542 1344931 : if (MATCH("PREPARESTMT", 11))
543 2370 : return (Node *) _readPrepareStmt();
544 1342561 : if (MATCH("EXECUTESTMT", 11))
545 17950 : return (Node *) _readExecuteStmt();
546 1324611 : if (MATCH("DEALLOCATESTMT", 14))
547 4186 : return (Node *) _readDeallocateStmt();
548 1320425 : if (MATCH("DROPOWNEDSTMT", 13))
549 188 : return (Node *) _readDropOwnedStmt();
550 1320237 : if (MATCH("REASSIGNOWNEDSTMT", 17))
551 68 : return (Node *) _readReassignOwnedStmt();
552 1320169 : if (MATCH("ALTERTSDICTIONARYSTMT", 21))
553 46 : return (Node *) _readAlterTSDictionaryStmt();
554 1320123 : if (MATCH("ALTERTSCONFIGURATIONSTMT", 24))
555 10500 : return (Node *) _readAlterTSConfigurationStmt();
556 1309623 : if (MATCH("PUBLICATIONTABLE", 16))
557 2042 : return (Node *) _readPublicationTable();
558 1307581 : if (MATCH("PUBLICATIONOBJSPEC", 18))
559 2570 : return (Node *) _readPublicationObjSpec();
560 1305011 : if (MATCH("PUBLICATIONALLOBJSPEC", 21))
561 0 : return (Node *) _readPublicationAllObjSpec();
562 1305011 : if (MATCH("CREATEPUBLICATIONSTMT", 21))
563 1262 : return (Node *) _readCreatePublicationStmt();
564 1303749 : if (MATCH("ALTERPUBLICATIONSTMT", 20))
565 1562 : return (Node *) _readAlterPublicationStmt();
566 1302187 : if (MATCH("CREATESUBSCRIPTIONSTMT", 22))
567 608 : return (Node *) _readCreateSubscriptionStmt();
568 1301579 : if (MATCH("ALTERSUBSCRIPTIONSTMT", 21))
569 683 : return (Node *) _readAlterSubscriptionStmt();
570 1300896 : if (MATCH("DROPSUBSCRIPTIONSTMT", 20))
571 310 : return (Node *) _readDropSubscriptionStmt();
572 1300586 : if (MATCH("WAITSTMT", 8))
573 451 : return (Node *) _readWaitStmt();
574 1300135 : if (MATCH("GROUPBYORDERING", 15))
575 0 : return (Node *) _readGroupByOrdering();
576 1300135 : if (MATCH("PLACEHOLDERVAR", 14))
577 0 : return (Node *) _readPlaceHolderVar();
578 1300135 : if (MATCH("APPENDRELINFO", 13))
579 40223 : return (Node *) _readAppendRelInfo();
580 1259912 : if (MATCH("PLANNEDSTMT", 11))
581 289434 : return (Node *) _readPlannedStmt();
582 970478 : if (MATCH("RESULT", 6))
583 131980 : return (Node *) _readResult();
584 838498 : if (MATCH("PROJECTSET", 10))
585 8611 : return (Node *) _readProjectSet();
586 829887 : if (MATCH("MODIFYTABLE", 11))
587 55103 : return (Node *) _readModifyTable();
588 774784 : if (MATCH("APPEND", 6))
589 12507 : return (Node *) _readAppend();
590 762277 : if (MATCH("MERGEAPPEND", 11))
591 386 : return (Node *) _readMergeAppend();
592 761891 : if (MATCH("RECURSIVEUNION", 14))
593 615 : return (Node *) _readRecursiveUnion();
594 761276 : if (MATCH("BITMAPAND", 9))
595 148 : return (Node *) _readBitmapAnd();
596 761128 : if (MATCH("BITMAPOR", 8))
597 256 : return (Node *) _readBitmapOr();
598 760872 : if (MATCH("SEQSCAN", 7))
599 160120 : return (Node *) _readSeqScan();
600 600752 : if (MATCH("SAMPLESCAN", 10))
601 198 : return (Node *) _readSampleScan();
602 600554 : if (MATCH("INDEXSCAN", 9))
603 89201 : return (Node *) _readIndexScan();
604 511353 : if (MATCH("INDEXONLYSCAN", 13))
605 11992 : return (Node *) _readIndexOnlyScan();
606 499361 : if (MATCH("BITMAPINDEXSCAN", 15))
607 17075 : return (Node *) _readBitmapIndexScan();
608 482286 : if (MATCH("BITMAPHEAPSCAN", 14))
609 16667 : return (Node *) _readBitmapHeapScan();
610 465619 : if (MATCH("TIDSCAN", 7))
611 463 : return (Node *) _readTidScan();
612 465156 : if (MATCH("TIDRANGESCAN", 12))
613 1396 : return (Node *) _readTidRangeScan();
614 463760 : if (MATCH("SUBQUERYSCAN", 12))
615 14452 : return (Node *) _readSubqueryScan();
616 449308 : if (MATCH("FUNCTIONSCAN", 12))
617 31916 : return (Node *) _readFunctionScan();
618 417392 : if (MATCH("VALUESSCAN", 10))
619 5630 : return (Node *) _readValuesScan();
620 411762 : if (MATCH("TABLEFUNCSCAN", 13))
621 416 : return (Node *) _readTableFuncScan();
622 411346 : if (MATCH("CTESCAN", 7))
623 2684 : return (Node *) _readCteScan();
624 408662 : if (MATCH("NAMEDTUPLESTORESCAN", 19))
625 348 : return (Node *) _readNamedTuplestoreScan();
626 408314 : if (MATCH("WORKTABLESCAN", 13))
627 615 : return (Node *) _readWorkTableScan();
628 407699 : if (MATCH("FOREIGNSCAN", 11))
629 1042 : return (Node *) _readForeignScan();
630 406657 : if (MATCH("CUSTOMSCAN", 10))
631 0 : return (Node *) _readCustomScan();
632 406657 : if (MATCH("NESTLOOP", 8))
633 66720 : return (Node *) _readNestLoop();
634 339937 : if (MATCH("NESTLOOPPARAM", 13))
635 38818 : return (Node *) _readNestLoopParam();
636 301119 : if (MATCH("MERGEJOIN", 9))
637 5091 : return (Node *) _readMergeJoin();
638 296028 : if (MATCH("HASHJOIN", 8))
639 27627 : return (Node *) _readHashJoin();
640 268401 : if (MATCH("MATERIAL", 8))
641 2790 : return (Node *) _readMaterial();
642 265611 : if (MATCH("MEMOIZE", 7))
643 1272 : return (Node *) _readMemoize();
644 264339 : if (MATCH("SORT", 4))
645 56406 : return (Node *) _readSort();
646 207933 : if (MATCH("INCREMENTALSORT", 15))
647 624 : return (Node *) _readIncrementalSort();
648 207309 : if (MATCH("GROUP", 5))
649 166 : return (Node *) _readGroup();
650 207143 : if (MATCH("AGG", 3))
651 33041 : return (Node *) _readAgg();
652 174102 : if (MATCH("WINDOWAGG", 9))
653 1890 : return (Node *) _readWindowAgg();
654 172212 : if (MATCH("UNIQUE", 6))
655 3554 : return (Node *) _readUnique();
656 168658 : if (MATCH("GATHER", 6))
657 770 : return (Node *) _readGather();
658 167888 : if (MATCH("GATHERMERGE", 11))
659 260 : return (Node *) _readGatherMerge();
660 167628 : if (MATCH("HASH", 4))
661 27627 : return (Node *) _readHash();
662 140001 : if (MATCH("SETOP", 5))
663 480 : return (Node *) _readSetOp();
664 139521 : if (MATCH("LOCKROWS", 8))
665 6055 : return (Node *) _readLockRows();
666 133466 : if (MATCH("LIMIT", 5))
667 3103 : return (Node *) _readLimit();
668 130363 : if (MATCH("PLANROWMARK", 11))
669 19050 : return (Node *) _readPlanRowMark();
670 111313 : if (MATCH("PARTITIONPRUNEINFO", 18))
671 453 : return (Node *) _readPartitionPruneInfo();
672 110860 : if (MATCH("PARTITIONEDRELPRUNEINFO", 23))
673 907 : return (Node *) _readPartitionedRelPruneInfo();
674 109953 : if (MATCH("PARTITIONPRUNESTEPOP", 20))
675 759 : return (Node *) _readPartitionPruneStepOp();
676 109194 : if (MATCH("PARTITIONPRUNESTEPCOMBINE", 25))
677 142 : return (Node *) _readPartitionPruneStepCombine();
678 109052 : if (MATCH("PLANINVALITEM", 13))
679 36847 : return (Node *) _readPlanInvalItem();
680 72205 : if (MATCH("SUBPLANRTINFO", 13))
681 56059 : return (Node *) _readSubPlanRTInfo();
682 16146 : if (MATCH("ELIDEDNODE", 10))
683 16146 : return (Node *) _readElidedNode();
684 0 : if (MATCH("EXTENSIBLENODE", 14))
685 0 : return (Node *) _readExtensibleNode();
|