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 53548588 : if (MATCH("ALIAS", 5))
19 2998066 : return (Node *) _readAlias();
20 50550522 : if (MATCH("RANGEVAR", 8))
21 893994 : return (Node *) _readRangeVar();
22 49656528 : if (MATCH("TABLEFUNC", 9))
23 1488 : return (Node *) _readTableFunc();
24 49655040 : if (MATCH("INTOCLAUSE", 10))
25 4008 : return (Node *) _readIntoClause();
26 49651032 : if (MATCH("VAR", 3))
27 14382374 : return (Node *) _readVar();
28 35268658 : if (MATCH("CONST", 5))
29 3200454 : return (Node *) _readConst();
30 32068204 : if (MATCH("PARAM", 5))
31 334416 : return (Node *) _readParam();
32 31733788 : if (MATCH("AGGREF", 6))
33 112932 : return (Node *) _readAggref();
34 31620856 : if (MATCH("GROUPINGFUNC", 12))
35 1116 : return (Node *) _readGroupingFunc();
36 31619740 : if (MATCH("WINDOWFUNC", 10))
37 7984 : return (Node *) _readWindowFunc();
38 31611756 : if (MATCH("WINDOWFUNCRUNCONDITION", 22))
39 360 : return (Node *) _readWindowFuncRunCondition();
40 31611396 : if (MATCH("MERGESUPPORTFUNC", 16))
41 856 : return (Node *) _readMergeSupportFunc();
42 31610540 : if (MATCH("SUBSCRIPTINGREF", 15))
43 38052 : return (Node *) _readSubscriptingRef();
44 31572488 : if (MATCH("FUNCEXPR", 8))
45 1009862 : return (Node *) _readFuncExpr();
46 30562626 : if (MATCH("NAMEDARGEXPR", 12))
47 95032 : return (Node *) _readNamedArgExpr();
48 30467594 : if (MATCH("OPEXPR", 6))
49 1659164 : return (Node *) _readOpExpr();
50 28808430 : if (MATCH("DISTINCTEXPR", 12))
51 2202 : return (Node *) _readDistinctExpr();
52 28806228 : if (MATCH("NULLIFEXPR", 10))
53 1140 : return (Node *) _readNullIfExpr();
54 28805088 : if (MATCH("SCALARARRAYOPEXPR", 17))
55 81272 : return (Node *) _readScalarArrayOpExpr();
56 28723816 : if (MATCH("BOOLEXPR", 8))
57 405624 : return (Node *) _readBoolExpr();
58 28318192 : if (MATCH("SUBLINK", 7))
59 105308 : return (Node *) _readSubLink();
60 28212884 : if (MATCH("SUBPLAN", 7))
61 43402 : return (Node *) _readSubPlan();
62 28169482 : if (MATCH("ALTERNATIVESUBPLAN", 18))
63 0 : return (Node *) _readAlternativeSubPlan();
64 28169482 : if (MATCH("FIELDSELECT", 11))
65 32596 : return (Node *) _readFieldSelect();
66 28136886 : if (MATCH("FIELDSTORE", 10))
67 1106 : return (Node *) _readFieldStore();
68 28135780 : if (MATCH("RELABELTYPE", 11))
69 274604 : return (Node *) _readRelabelType();
70 27861176 : if (MATCH("COERCEVIAIO", 11))
71 54758 : return (Node *) _readCoerceViaIO();
72 27806418 : if (MATCH("ARRAYCOERCEEXPR", 15))
73 11106 : return (Node *) _readArrayCoerceExpr();
74 27795312 : if (MATCH("CONVERTROWTYPEEXPR", 18))
75 870 : return (Node *) _readConvertRowtypeExpr();
76 27794442 : if (MATCH("COLLATEEXPR", 11))
77 9510 : return (Node *) _readCollateExpr();
78 27784932 : if (MATCH("CASEEXPR", 8))
79 149648 : return (Node *) _readCaseExpr();
80 27635284 : if (MATCH("CASEWHEN", 8))
81 288376 : return (Node *) _readCaseWhen();
82 27346908 : if (MATCH("CASETESTEXPR", 12))
83 66436 : return (Node *) _readCaseTestExpr();
84 27280472 : if (MATCH("ARRAYEXPR", 9))
85 39348 : return (Node *) _readArrayExpr();
86 27241124 : if (MATCH("ROWEXPR", 7))
87 13596 : return (Node *) _readRowExpr();
88 27227528 : if (MATCH("ROWCOMPAREEXPR", 14))
89 744 : return (Node *) _readRowCompareExpr();
90 27226784 : if (MATCH("COALESCEEXPR", 12))
91 19732 : return (Node *) _readCoalesceExpr();
92 27207052 : if (MATCH("MINMAXEXPR", 10))
93 966 : return (Node *) _readMinMaxExpr();
94 27206086 : if (MATCH("SQLVALUEFUNCTION", 16))
95 13828 : return (Node *) _readSQLValueFunction();
96 27192258 : if (MATCH("XMLEXPR", 7))
97 2504 : return (Node *) _readXmlExpr();
98 27189754 : if (MATCH("JSONFORMAT", 10))
99 24838 : return (Node *) _readJsonFormat();
100 27164916 : if (MATCH("JSONRETURNING", 13))
101 10538 : return (Node *) _readJsonReturning();
102 27154378 : if (MATCH("JSONVALUEEXPR", 13))
103 6470 : return (Node *) _readJsonValueExpr();
104 27147908 : if (MATCH("JSONCONSTRUCTOREXPR", 19))
105 2822 : return (Node *) _readJsonConstructorExpr();
106 27145086 : if (MATCH("JSONISPREDICATE", 15))
107 1128 : return (Node *) _readJsonIsPredicate();
108 27143958 : if (MATCH("JSONBEHAVIOR", 12))
109 11910 : return (Node *) _readJsonBehavior();
110 27132048 : if (MATCH("JSONEXPR", 8))
111 6176 : return (Node *) _readJsonExpr();
112 27125872 : if (MATCH("JSONTABLEPATH", 13))
113 1568 : return (Node *) _readJsonTablePath();
114 27124304 : if (MATCH("JSONTABLEPATHSCAN", 17))
115 1568 : return (Node *) _readJsonTablePathScan();
116 27122736 : if (MATCH("JSONTABLESIBLINGJOIN", 20))
117 210 : return (Node *) _readJsonTableSiblingJoin();
118 27122526 : if (MATCH("NULLTEST", 8))
119 57956 : return (Node *) _readNullTest();
120 27064570 : if (MATCH("BOOLEANTEST", 11))
121 3912 : return (Node *) _readBooleanTest();
122 27060658 : if (MATCH("MERGEACTION", 11))
123 6784 : return (Node *) _readMergeAction();
124 27053874 : if (MATCH("COERCETODOMAIN", 14))
125 143096 : return (Node *) _readCoerceToDomain();
126 26910778 : if (MATCH("COERCETODOMAINVALUE", 19))
127 1952 : return (Node *) _readCoerceToDomainValue();
128 26908826 : if (MATCH("SETTODEFAULT", 12))
129 1822 : return (Node *) _readSetToDefault();
130 26907004 : if (MATCH("CURRENTOFEXPR", 13))
131 902 : return (Node *) _readCurrentOfExpr();
132 26906102 : if (MATCH("NEXTVALUEEXPR", 13))
133 892 : return (Node *) _readNextValueExpr();
134 26905210 : if (MATCH("INFERENCEELEM", 13))
135 1970 : return (Node *) _readInferenceElem();
136 26903240 : if (MATCH("RETURNINGEXPR", 13))
137 1158 : return (Node *) _readReturningExpr();
138 26902082 : if (MATCH("TARGETENTRY", 11))
139 7790276 : return (Node *) _readTargetEntry();
140 19111806 : if (MATCH("RANGETBLREF", 11))
141 687152 : return (Node *) _readRangeTblRef();
142 18424654 : if (MATCH("JOINEXPR", 8))
143 230920 : return (Node *) _readJoinExpr();
144 18193734 : if (MATCH("FROMEXPR", 8))
145 666204 : return (Node *) _readFromExpr();
146 17527530 : if (MATCH("ONCONFLICTEXPR", 14))
147 1966 : return (Node *) _readOnConflictExpr();
148 17525564 : if (MATCH("QUERY", 5))
149 1075818 : return (Node *) _readQuery();
150 16449746 : if (MATCH("TYPENAME", 8))
151 853582 : return (Node *) _readTypeName();
152 15596164 : if (MATCH("COLUMNREF", 9))
153 2127458 : return (Node *) _readColumnRef();
154 13468706 : if (MATCH("PARAMREF", 8))
155 55404 : return (Node *) _readParamRef();
156 13413302 : if (MATCH("A_EXPR", 6))
157 673390 : return (Node *) _readA_Expr();
158 12739912 : if (MATCH("A_CONST", 7))
159 1493828 : return (Node *) _readA_Const();
160 11246084 : if (MATCH("TYPECAST", 8))
161 381040 : return (Node *) _readTypeCast();
162 10865044 : if (MATCH("COLLATECLAUSE", 13))
163 11204 : return (Node *) _readCollateClause();
164 10853840 : if (MATCH("ROLESPEC", 8))
165 62116 : return (Node *) _readRoleSpec();
166 10791724 : if (MATCH("FUNCCALL", 8))
167 426452 : return (Node *) _readFuncCall();
168 10365272 : if (MATCH("A_STAR", 6))
169 72768 : return (Node *) _readA_Star();
170 10292504 : if (MATCH("A_INDICES", 9))
171 15402 : return (Node *) _readA_Indices();
172 10277102 : if (MATCH("A_INDIRECTION", 13))
173 36500 : return (Node *) _readA_Indirection();
174 10240602 : if (MATCH("A_ARRAYEXPR", 11))
175 7192 : return (Node *) _readA_ArrayExpr();
176 10233410 : if (MATCH("RESTARGET", 9))
177 1349894 : return (Node *) _readResTarget();
178 8883516 : if (MATCH("MULTIASSIGNREF", 14))
179 402 : return (Node *) _readMultiAssignRef();
180 8883114 : if (MATCH("SORTBY", 6))
181 112678 : return (Node *) _readSortBy();
182 8770436 : if (MATCH("WINDOWDEF", 9))
183 4766 : return (Node *) _readWindowDef();
184 8765670 : if (MATCH("RANGESUBSELECT", 14))
185 24974 : return (Node *) _readRangeSubselect();
186 8740696 : if (MATCH("RANGEFUNCTION", 13))
187 54192 : return (Node *) _readRangeFunction();
188 8686504 : if (MATCH("RANGETABLEFUNC", 14))
189 254 : return (Node *) _readRangeTableFunc();
190 8686250 : if (MATCH("RANGETABLEFUNCCOL", 17))
191 882 : return (Node *) _readRangeTableFuncCol();
192 8685368 : if (MATCH("RANGETABLESAMPLE", 16))
193 292 : return (Node *) _readRangeTableSample();
194 8685076 : if (MATCH("COLUMNDEF", 9))
195 148638 : return (Node *) _readColumnDef();
196 8536438 : if (MATCH("TABLELIKECLAUSE", 15))
197 1572 : return (Node *) _readTableLikeClause();
198 8534866 : if (MATCH("INDEXELEM", 9))
199 19896 : return (Node *) _readIndexElem();
200 8514970 : if (MATCH("DEFELEM", 7))
201 373182 : return (Node *) _readDefElem();
202 8141788 : if (MATCH("LOCKINGCLAUSE", 13))
203 7780 : return (Node *) _readLockingClause();
204 8134008 : if (MATCH("XMLSERIALIZE", 12))
205 250 : return (Node *) _readXmlSerialize();
206 8133758 : if (MATCH("PARTITIONELEM", 13))
207 12180 : return (Node *) _readPartitionElem();
208 8121578 : if (MATCH("PARTITIONSPEC", 13))
209 11208 : return (Node *) _readPartitionSpec();
210 8110370 : if (MATCH("PARTITIONBOUNDSPEC", 18))
211 74908 : return (Node *) _readPartitionBoundSpec();
212 8035462 : if (MATCH("PARTITIONRANGEDATUM", 19))
213 60912 : return (Node *) _readPartitionRangeDatum();
214 7974550 : if (MATCH("SINGLEPARTITIONSPEC", 19))
215 2208 : return (Node *) _readSinglePartitionSpec();
216 7972342 : if (MATCH("PARTITIONCMD", 12))
217 8470 : return (Node *) _readPartitionCmd();
218 7963872 : if (MATCH("RANGETBLENTRY", 13))
219 1906358 : return (Node *) _readRangeTblEntry();
220 6057514 : if (MATCH("RTEPERMISSIONINFO", 17))
221 1112716 : return (Node *) _readRTEPermissionInfo();
222 4944798 : if (MATCH("RANGETBLFUNCTION", 16))
223 119800 : return (Node *) _readRangeTblFunction();
224 4824998 : if (MATCH("TABLESAMPLECLAUSE", 17))
225 614 : return (Node *) _readTableSampleClause();
226 4824384 : if (MATCH("WITHCHECKOPTION", 15))
227 5742 : return (Node *) _readWithCheckOption();
228 4818642 : if (MATCH("SORTGROUPCLAUSE", 15))
229 171424 : return (Node *) _readSortGroupClause();
230 4647218 : if (MATCH("GROUPINGSET", 11))
231 5004 : return (Node *) _readGroupingSet();
232 4642214 : if (MATCH("WINDOWCLAUSE", 12))
233 3280 : return (Node *) _readWindowClause();
234 4638934 : if (MATCH("ROWMARKCLAUSE", 13))
235 11148 : return (Node *) _readRowMarkClause();
236 4627786 : if (MATCH("WITHCLAUSE", 10))
237 3536 : return (Node *) _readWithClause();
238 4624250 : if (MATCH("INFERCLAUSE", 11))
239 1750 : return (Node *) _readInferClause();
240 4622500 : if (MATCH("ONCONFLICTCLAUSE", 16))
241 2008 : return (Node *) _readOnConflictClause();
242 4620492 : if (MATCH("CTESEARCHCLAUSE", 15))
243 228 : return (Node *) _readCTESearchClause();
244 4620264 : if (MATCH("CTECYCLECLAUSE", 14))
245 246 : return (Node *) _readCTECycleClause();
246 4620018 : if (MATCH("COMMONTABLEEXPR", 15))
247 9480 : return (Node *) _readCommonTableExpr();
248 4610538 : if (MATCH("MERGEWHENCLAUSE", 15))
249 3154 : return (Node *) _readMergeWhenClause();
250 4607384 : if (MATCH("RETURNINGOPTION", 15))
251 150 : return (Node *) _readReturningOption();
252 4607234 : if (MATCH("RETURNINGCLAUSE", 15))
253 3394 : return (Node *) _readReturningClause();
254 4603840 : if (MATCH("TRIGGERTRANSITION", 17))
255 1212 : return (Node *) _readTriggerTransition();
256 4602628 : if (MATCH("JSONOUTPUT", 10))
257 1540 : return (Node *) _readJsonOutput();
258 4601088 : if (MATCH("JSONARGUMENT", 12))
259 630 : return (Node *) _readJsonArgument();
260 4600458 : if (MATCH("JSONFUNCEXPR", 12))
261 2052 : return (Node *) _readJsonFuncExpr();
262 4598406 : if (MATCH("JSONTABLEPATHSPEC", 17))
263 1984 : return (Node *) _readJsonTablePathSpec();
264 4596422 : if (MATCH("JSONTABLE", 9))
265 602 : return (Node *) _readJsonTable();
266 4595820 : if (MATCH("JSONTABLECOLUMN", 15))
267 1660 : return (Node *) _readJsonTableColumn();
268 4594160 : if (MATCH("JSONKEYVALUE", 12))
269 826 : return (Node *) _readJsonKeyValue();
270 4593334 : if (MATCH("JSONPARSEEXPR", 13))
271 164 : return (Node *) _readJsonParseExpr();
272 4593170 : if (MATCH("JSONSCALAREXPR", 14))
273 112 : return (Node *) _readJsonScalarExpr();
274 4593058 : if (MATCH("JSONSERIALIZEEXPR", 17))
275 108 : return (Node *) _readJsonSerializeExpr();
276 4592950 : if (MATCH("JSONOBJECTCONSTRUCTOR", 21))
277 446 : return (Node *) _readJsonObjectConstructor();
278 4592504 : if (MATCH("JSONARRAYCONSTRUCTOR", 20))
279 212 : return (Node *) _readJsonArrayConstructor();
280 4592292 : if (MATCH("JSONARRAYQUERYCONSTRUCTOR", 25))
281 66 : return (Node *) _readJsonArrayQueryConstructor();
282 4592226 : if (MATCH("JSONAGGCONSTRUCTOR", 18))
283 372 : return (Node *) _readJsonAggConstructor();
284 4591854 : if (MATCH("JSONOBJECTAGG", 13))
285 210 : return (Node *) _readJsonObjectAgg();
286 4591644 : if (MATCH("JSONARRAYAGG", 12))
287 162 : return (Node *) _readJsonArrayAgg();
288 4591482 : if (MATCH("RAWSTMT", 7))
289 766844 : return (Node *) _readRawStmt();
290 3824638 : if (MATCH("INSERTSTMT", 10))
291 69426 : return (Node *) _readInsertStmt();
292 3755212 : if (MATCH("DELETESTMT", 10))
293 4544 : return (Node *) _readDeleteStmt();
294 3750668 : if (MATCH("UPDATESTMT", 10))
295 14498 : return (Node *) _readUpdateStmt();
296 3736170 : if (MATCH("MERGESTMT", 9))
297 2056 : return (Node *) _readMergeStmt();
298 3734114 : if (MATCH("SELECTSTMT", 10))
299 536404 : return (Node *) _readSelectStmt();
300 3197710 : if (MATCH("SETOPERATIONSTMT", 16))
301 31596 : return (Node *) _readSetOperationStmt();
302 3166114 : if (MATCH("RETURNSTMT", 10))
303 9964 : return (Node *) _readReturnStmt();
304 3156150 : if (MATCH("PLASSIGNSTMT", 12))
305 0 : return (Node *) _readPLAssignStmt();
306 3156150 : if (MATCH("CREATESCHEMASTMT", 16))
307 2250 : return (Node *) _readCreateSchemaStmt();
308 3153900 : if (MATCH("ALTERTABLESTMT", 14))
309 63968 : return (Node *) _readAlterTableStmt();
310 3089932 : if (MATCH("ALTERTABLECMD", 13))
311 65984 : return (Node *) _readAlterTableCmd();
312 3023948 : if (MATCH("ATALTERCONSTRAINT", 17))
313 600 : return (Node *) _readATAlterConstraint();
314 3023348 : if (MATCH("REPLICAIDENTITYSTMT", 19))
315 988 : return (Node *) _readReplicaIdentityStmt();
316 3022360 : if (MATCH("ALTERCOLLATIONSTMT", 18))
317 12 : return (Node *) _readAlterCollationStmt();
318 3022348 : if (MATCH("ALTERDOMAINSTMT", 15))
319 580 : return (Node *) _readAlterDomainStmt();
320 3021768 : if (MATCH("GRANTSTMT", 9))
321 43094 : return (Node *) _readGrantStmt();
322 2978674 : if (MATCH("OBJECTWITHARGS", 14))
323 44802 : return (Node *) _readObjectWithArgs();
324 2933872 : if (MATCH("ACCESSPRIV", 10))
325 40282 : return (Node *) _readAccessPriv();
326 2893590 : if (MATCH("GRANTROLESTMT", 13))
327 1824 : return (Node *) _readGrantRoleStmt();
328 2891766 : if (MATCH("ALTERDEFAULTPRIVILEGESSTMT", 26))
329 412 : return (Node *) _readAlterDefaultPrivilegesStmt();
330 2891354 : if (MATCH("COPYSTMT", 8))
331 22940 : return (Node *) _readCopyStmt();
332 2868414 : if (MATCH("VARIABLESETSTMT", 15))
333 61166 : return (Node *) _readVariableSetStmt();
334 2807248 : if (MATCH("VARIABLESHOWSTMT", 16))
335 1800 : return (Node *) _readVariableShowStmt();
336 2805448 : if (MATCH("CREATESTMT", 10))
337 80134 : return (Node *) _readCreateStmt();
338 2725314 : if (MATCH("CONSTRAINT", 10))
339 74316 : return (Node *) _readConstraint();
340 2650998 : if (MATCH("CREATETABLESPACESTMT", 20))
341 264 : return (Node *) _readCreateTableSpaceStmt();
342 2650734 : if (MATCH("DROPTABLESPACESTMT", 18))
343 128 : return (Node *) _readDropTableSpaceStmt();
344 2650606 : if (MATCH("ALTERTABLESPACEOPTIONSSTMT", 26))
345 48 : return (Node *) _readAlterTableSpaceOptionsStmt();
346 2650558 : if (MATCH("ALTERTABLEMOVEALLSTMT", 21))
347 60 : return (Node *) _readAlterTableMoveAllStmt();
348 2650498 : if (MATCH("CREATEEXTENSIONSTMT", 19))
349 1160 : return (Node *) _readCreateExtensionStmt();
350 2649338 : if (MATCH("ALTEREXTENSIONSTMT", 18))
351 74 : return (Node *) _readAlterExtensionStmt();
352 2649264 : if (MATCH("ALTEREXTENSIONCONTENTSSTMT", 26))
353 508 : return (Node *) _readAlterExtensionContentsStmt();
354 2648756 : if (MATCH("CREATEFDWSTMT", 13))
355 412 : return (Node *) _readCreateFdwStmt();
356 2648344 : if (MATCH("ALTERFDWSTMT", 12))
357 244 : return (Node *) _readAlterFdwStmt();
358 2648100 : if (MATCH("CREATEFOREIGNSERVERSTMT", 23))
359 594 : return (Node *) _readCreateForeignServerStmt();
360 2647506 : if (MATCH("ALTERFOREIGNSERVERSTMT", 22))
361 464 : return (Node *) _readAlterForeignServerStmt();
362 2647042 : if (MATCH("CREATEFOREIGNTABLESTMT", 22))
363 976 : return (Node *) _readCreateForeignTableStmt();
364 2646066 : if (MATCH("CREATEUSERMAPPINGSTMT", 21))
365 520 : return (Node *) _readCreateUserMappingStmt();
366 2645546 : if (MATCH("ALTERUSERMAPPINGSTMT", 20))
367 236 : return (Node *) _readAlterUserMappingStmt();
368 2645310 : if (MATCH("DROPUSERMAPPINGSTMT", 19))
369 252 : return (Node *) _readDropUserMappingStmt();
370 2645058 : if (MATCH("IMPORTFOREIGNSCHEMASTMT", 23))
371 96 : return (Node *) _readImportForeignSchemaStmt();
372 2644962 : if (MATCH("CREATEPOLICYSTMT", 16))
373 1544 : return (Node *) _readCreatePolicyStmt();
374 2643418 : if (MATCH("ALTERPOLICYSTMT", 15))
375 168 : return (Node *) _readAlterPolicyStmt();
376 2643250 : if (MATCH("CREATEAMSTMT", 12))
377 148 : return (Node *) _readCreateAmStmt();
378 2643102 : if (MATCH("CREATETRIGSTMT", 14))
379 6584 : return (Node *) _readCreateTrigStmt();
380 2636518 : if (MATCH("CREATEEVENTTRIGSTMT", 19))
381 400 : return (Node *) _readCreateEventTrigStmt();
382 2636118 : if (MATCH("ALTEREVENTTRIGSTMT", 18))
383 96 : return (Node *) _readAlterEventTrigStmt();
384 2636022 : if (MATCH("CREATEPLANGSTMT", 15))
385 288 : return (Node *) _readCreatePLangStmt();
386 2635734 : if (MATCH("CREATEROLESTMT", 14))
387 3832 : return (Node *) _readCreateRoleStmt();
388 2631902 : if (MATCH("ALTERROLESTMT", 13))
389 956 : return (Node *) _readAlterRoleStmt();
390 2630946 : if (MATCH("ALTERROLESETSTMT", 16))
391 188 : return (Node *) _readAlterRoleSetStmt();
392 2630758 : if (MATCH("DROPROLESTMT", 12))
393 3532 : return (Node *) _readDropRoleStmt();
394 2627226 : if (MATCH("CREATESEQSTMT", 13))
395 1432 : return (Node *) _readCreateSeqStmt();
396 2625794 : if (MATCH("ALTERSEQSTMT", 12))
397 400 : return (Node *) _readAlterSeqStmt();
398 2625394 : if (MATCH("DEFINESTMT", 10))
399 19576 : return (Node *) _readDefineStmt();
400 2605818 : if (MATCH("CREATEDOMAINSTMT", 16))
401 2948 : return (Node *) _readCreateDomainStmt();
402 2602870 : if (MATCH("CREATEOPCLASSSTMT", 17))
403 1112 : return (Node *) _readCreateOpClassStmt();
404 2601758 : if (MATCH("CREATEOPCLASSITEM", 17))
405 13788 : return (Node *) _readCreateOpClassItem();
406 2587970 : if (MATCH("CREATEOPFAMILYSTMT", 18))
407 296 : return (Node *) _readCreateOpFamilyStmt();
408 2587674 : if (MATCH("ALTEROPFAMILYSTMT", 17))
409 916 : return (Node *) _readAlterOpFamilyStmt();
410 2586758 : if (MATCH("DROPSTMT", 8))
411 53654 : return (Node *) _readDropStmt();
412 2533104 : if (MATCH("TRUNCATESTMT", 12))
413 3638 : return (Node *) _readTruncateStmt();
414 2529466 : if (MATCH("COMMENTSTMT", 11))
415 15260 : return (Node *) _readCommentStmt();
416 2514206 : if (MATCH("SECLABELSTMT", 12))
417 236 : return (Node *) _readSecLabelStmt();
418 2513970 : if (MATCH("DECLARECURSORSTMT", 17))
419 7456 : return (Node *) _readDeclareCursorStmt();
420 2506514 : if (MATCH("CLOSEPORTALSTMT", 15))
421 4504 : return (Node *) _readClosePortalStmt();
422 2502010 : if (MATCH("FETCHSTMT", 9))
423 13698 : return (Node *) _readFetchStmt();
424 2488312 : if (MATCH("INDEXSTMT", 9))
425 13198 : return (Node *) _readIndexStmt();
426 2475114 : if (MATCH("CREATESTATSSTMT", 15))
427 1718 : return (Node *) _readCreateStatsStmt();
428 2473396 : if (MATCH("STATSELEM", 9))
429 4028 : return (Node *) _readStatsElem();
430 2469368 : if (MATCH("ALTERSTATSSTMT", 14))
431 52 : return (Node *) _readAlterStatsStmt();
432 2469316 : if (MATCH("CREATEFUNCTIONSTMT", 18))
433 52156 : return (Node *) _readCreateFunctionStmt();
434 2417160 : if (MATCH("FUNCTIONPARAMETER", 17))
435 160974 : return (Node *) _readFunctionParameter();
436 2256186 : if (MATCH("ALTERFUNCTIONSTMT", 17))
437 716 : return (Node *) _readAlterFunctionStmt();
438 2255470 : if (MATCH("DOSTMT", 6))
439 2248 : return (Node *) _readDoStmt();
440 2253222 : if (MATCH("CALLSTMT", 8))
441 914 : return (Node *) _readCallStmt();
442 2252308 : if (MATCH("RENAMESTMT", 10))
443 2856 : return (Node *) _readRenameStmt();
444 2249452 : if (MATCH("ALTEROBJECTDEPENDSSTMT", 22))
445 92 : return (Node *) _readAlterObjectDependsStmt();
446 2249360 : if (MATCH("ALTEROBJECTSCHEMASTMT", 21))
447 796 : return (Node *) _readAlterObjectSchemaStmt();
448 2248564 : if (MATCH("ALTEROWNERSTMT", 14))
449 3366 : return (Node *) _readAlterOwnerStmt();
450 2245198 : if (MATCH("ALTEROPERATORSTMT", 17))
451 1216 : return (Node *) _readAlterOperatorStmt();
452 2243982 : if (MATCH("ALTERTYPESTMT", 13))
453 120 : return (Node *) _readAlterTypeStmt();
454 2243862 : if (MATCH("RULESTMT", 8))
455 2204 : return (Node *) _readRuleStmt();
456 2241658 : if (MATCH("NOTIFYSTMT", 10))
457 456 : return (Node *) _readNotifyStmt();
458 2241202 : if (MATCH("LISTENSTMT", 10))
459 232 : return (Node *) _readListenStmt();
460 2240970 : if (MATCH("UNLISTENSTMT", 12))
461 312 : return (Node *) _readUnlistenStmt();
462 2240658 : if (MATCH("TRANSACTIONSTMT", 15))
463 97110 : return (Node *) _readTransactionStmt();
464 2143548 : if (MATCH("COMPOSITETYPESTMT", 17))
465 5224 : return (Node *) _readCompositeTypeStmt();
466 2138324 : if (MATCH("CREATEENUMSTMT", 14))
467 412 : return (Node *) _readCreateEnumStmt();
468 2137912 : if (MATCH("CREATERANGESTMT", 15))
469 368 : return (Node *) _readCreateRangeStmt();
470 2137544 : if (MATCH("ALTERENUMSTMT", 13))
471 792 : return (Node *) _readAlterEnumStmt();
472 2136752 : if (MATCH("VIEWSTMT", 8))
473 34716 : return (Node *) _readViewStmt();
474 2102036 : if (MATCH("LOADSTMT", 8))
475 128 : return (Node *) _readLoadStmt();
476 2101908 : if (MATCH("CREATEDBSTMT", 12))
477 1640 : return (Node *) _readCreatedbStmt();
478 2100268 : if (MATCH("ALTERDATABASESTMT", 17))
479 184 : return (Node *) _readAlterDatabaseStmt();
480 2100084 : if (MATCH("ALTERDATABASEREFRESHCOLLSTMT", 28))
481 12 : return (Node *) _readAlterDatabaseRefreshCollStmt();
482 2100072 : if (MATCH("ALTERDATABASESETSTMT", 20))
483 2520 : return (Node *) _readAlterDatabaseSetStmt();
484 2097552 : if (MATCH("DROPDBSTMT", 10))
485 260 : return (Node *) _readDropdbStmt();
486 2097292 : if (MATCH("ALTERSYSTEMSTMT", 15))
487 420 : return (Node *) _readAlterSystemStmt();
488 2096872 : if (MATCH("CLUSTERSTMT", 11))
489 472 : return (Node *) _readClusterStmt();
490 2096400 : if (MATCH("VACUUMSTMT", 10))
491 29426 : return (Node *) _readVacuumStmt();
492 2066974 : if (MATCH("VACUUMRELATION", 14))
493 29070 : return (Node *) _readVacuumRelation();
494 2037904 : if (MATCH("EXPLAINSTMT", 11))
495 41422 : return (Node *) _readExplainStmt();
496 1996482 : if (MATCH("CREATETABLEASSTMT", 17))
497 3882 : return (Node *) _readCreateTableAsStmt();
498 1992600 : if (MATCH("REFRESHMATVIEWSTMT", 18))
499 536 : return (Node *) _readRefreshMatViewStmt();
500 1992064 : if (MATCH("CHECKPOINTSTMT", 14))
501 510 : return (Node *) _readCheckPointStmt();
502 1991554 : if (MATCH("DISCARDSTMT", 11))
503 76 : return (Node *) _readDiscardStmt();
504 1991478 : if (MATCH("LOCKSTMT", 8))
505 2104 : return (Node *) _readLockStmt();
506 1989374 : if (MATCH("CONSTRAINTSSETSTMT", 18))
507 202 : return (Node *) _readConstraintsSetStmt();
508 1989172 : if (MATCH("REINDEXSTMT", 11))
509 2248 : return (Node *) _readReindexStmt();
510 1986924 : if (MATCH("CREATECONVERSIONSTMT", 20))
511 128 : return (Node *) _readCreateConversionStmt();
512 1986796 : if (MATCH("CREATECASTSTMT", 14))
513 556 : return (Node *) _readCreateCastStmt();
514 1986240 : if (MATCH("CREATETRANSFORMSTMT", 19))
515 100 : return (Node *) _readCreateTransformStmt();
516 1986140 : if (MATCH("PREPARESTMT", 11))
517 4028 : return (Node *) _readPrepareStmt();
518 1982112 : if (MATCH("EXECUTESTMT", 11))
519 33302 : return (Node *) _readExecuteStmt();
520 1948810 : if (MATCH("DEALLOCATESTMT", 14))
521 8204 : return (Node *) _readDeallocateStmt();
522 1940606 : if (MATCH("DROPOWNEDSTMT", 13))
523 296 : return (Node *) _readDropOwnedStmt();
524 1940310 : if (MATCH("REASSIGNOWNEDSTMT", 17))
525 92 : return (Node *) _readReassignOwnedStmt();
526 1940218 : if (MATCH("ALTERTSDICTIONARYSTMT", 21))
527 80 : return (Node *) _readAlterTSDictionaryStmt();
528 1940138 : if (MATCH("ALTERTSCONFIGURATIONSTMT", 24))
529 18708 : return (Node *) _readAlterTSConfigurationStmt();
530 1921430 : if (MATCH("PUBLICATIONTABLE", 16))
531 2876 : return (Node *) _readPublicationTable();
532 1918554 : if (MATCH("PUBLICATIONOBJSPEC", 18))
533 3668 : return (Node *) _readPublicationObjSpec();
534 1914886 : if (MATCH("PUBLICATIONALLOBJSPEC", 21))
535 0 : return (Node *) _readPublicationAllObjSpec();
536 1914886 : if (MATCH("CREATEPUBLICATIONSTMT", 21))
537 1792 : return (Node *) _readCreatePublicationStmt();
538 1913094 : if (MATCH("ALTERPUBLICATIONSTMT", 20))
539 2212 : return (Node *) _readAlterPublicationStmt();
540 1910882 : if (MATCH("CREATESUBSCRIPTIONSTMT", 22))
541 968 : return (Node *) _readCreateSubscriptionStmt();
542 1909914 : if (MATCH("ALTERSUBSCRIPTIONSTMT", 21))
543 1078 : return (Node *) _readAlterSubscriptionStmt();
544 1908836 : if (MATCH("DROPSUBSCRIPTIONSTMT", 20))
545 500 : return (Node *) _readDropSubscriptionStmt();
546 1908336 : if (MATCH("WAITSTMT", 8))
547 218 : return (Node *) _readWaitStmt();
548 1908118 : if (MATCH("GROUPBYORDERING", 15))
549 0 : return (Node *) _readGroupByOrdering();
550 1908118 : if (MATCH("PLACEHOLDERVAR", 14))
551 0 : return (Node *) _readPlaceHolderVar();
552 1908118 : if (MATCH("APPENDRELINFO", 13))
553 59260 : return (Node *) _readAppendRelInfo();
554 1848858 : if (MATCH("PLANNEDSTMT", 11))
555 462136 : return (Node *) _readPlannedStmt();
556 1386722 : if (MATCH("RESULT", 6))
557 212538 : return (Node *) _readResult();
558 1174184 : if (MATCH("PROJECTSET", 10))
559 12106 : return (Node *) _readProjectSet();
560 1162078 : if (MATCH("MODIFYTABLE", 11))
561 88992 : return (Node *) _readModifyTable();
562 1073086 : if (MATCH("APPEND", 6))
563 18542 : return (Node *) _readAppend();
564 1054544 : if (MATCH("MERGEAPPEND", 11))
565 574 : return (Node *) _readMergeAppend();
566 1053970 : if (MATCH("RECURSIVEUNION", 14))
567 936 : return (Node *) _readRecursiveUnion();
568 1053034 : if (MATCH("BITMAPAND", 9))
569 254 : return (Node *) _readBitmapAnd();
570 1052780 : if (MATCH("BITMAPOR", 8))
571 434 : return (Node *) _readBitmapOr();
572 1052346 : if (MATCH("SEQSCAN", 7))
573 227394 : return (Node *) _readSeqScan();
574 824952 : if (MATCH("SAMPLESCAN", 10))
575 306 : return (Node *) _readSampleScan();
576 824646 : if (MATCH("INDEXSCAN", 9))
577 144376 : return (Node *) _readIndexScan();
578 680270 : if (MATCH("INDEXONLYSCAN", 13))
579 18660 : return (Node *) _readIndexOnlyScan();
580 661610 : if (MATCH("BITMAPINDEXSCAN", 15))
581 27518 : return (Node *) _readBitmapIndexScan();
582 634092 : if (MATCH("BITMAPHEAPSCAN", 14))
583 26824 : return (Node *) _readBitmapHeapScan();
584 607268 : if (MATCH("TIDSCAN", 7))
585 752 : return (Node *) _readTidScan();
586 606516 : if (MATCH("TIDRANGESCAN", 12))
587 2100 : return (Node *) _readTidRangeScan();
588 604416 : if (MATCH("SUBQUERYSCAN", 12))
589 21806 : return (Node *) _readSubqueryScan();
590 582610 : if (MATCH("FUNCTIONSCAN", 12))
591 53056 : return (Node *) _readFunctionScan();
592 529554 : if (MATCH("VALUESSCAN", 10))
593 8524 : return (Node *) _readValuesScan();
594 521030 : if (MATCH("TABLEFUNCSCAN", 13))
595 626 : return (Node *) _readTableFuncScan();
596 520404 : if (MATCH("CTESCAN", 7))
597 4444 : return (Node *) _readCteScan();
598 515960 : if (MATCH("NAMEDTUPLESTORESCAN", 19))
599 478 : return (Node *) _readNamedTuplestoreScan();
600 515482 : if (MATCH("WORKTABLESCAN", 13))
601 936 : return (Node *) _readWorkTableScan();
602 514546 : if (MATCH("FOREIGNSCAN", 11))
603 2048 : return (Node *) _readForeignScan();
604 512498 : if (MATCH("CUSTOMSCAN", 10))
605 0 : return (Node *) _readCustomScan();
606 512498 : if (MATCH("NESTLOOP", 8))
607 101342 : return (Node *) _readNestLoop();
608 411156 : if (MATCH("NESTLOOPPARAM", 13))
609 56834 : return (Node *) _readNestLoopParam();
610 354322 : if (MATCH("MERGEJOIN", 9))
611 7778 : return (Node *) _readMergeJoin();
612 346544 : if (MATCH("HASHJOIN", 8))
613 36262 : return (Node *) _readHashJoin();
614 310282 : if (MATCH("MATERIAL", 8))
615 4560 : return (Node *) _readMaterial();
616 305722 : if (MATCH("MEMOIZE", 7))
617 1984 : return (Node *) _readMemoize();
618 303738 : if (MATCH("SORT", 4))
619 81800 : return (Node *) _readSort();
620 221938 : if (MATCH("INCREMENTALSORT", 15))
621 1030 : return (Node *) _readIncrementalSort();
622 220908 : if (MATCH("GROUP", 5))
623 246 : return (Node *) _readGroup();
624 220662 : if (MATCH("AGG", 3))
625 52396 : return (Node *) _readAgg();
626 168266 : if (MATCH("WINDOWAGG", 9))
627 2862 : return (Node *) _readWindowAgg();
628 165404 : if (MATCH("UNIQUE", 6))
629 5782 : return (Node *) _readUnique();
630 159622 : if (MATCH("GATHER", 6))
631 1150 : return (Node *) _readGather();
632 158472 : if (MATCH("GATHERMERGE", 11))
633 360 : return (Node *) _readGatherMerge();
634 158112 : if (MATCH("HASH", 4))
635 36262 : return (Node *) _readHash();
636 121850 : if (MATCH("SETOP", 5))
637 680 : return (Node *) _readSetOp();
638 121170 : if (MATCH("LOCKROWS", 8))
639 13578 : return (Node *) _readLockRows();
640 107592 : if (MATCH("LIMIT", 5))
641 5088 : return (Node *) _readLimit();
642 102504 : if (MATCH("PLANROWMARK", 11))
643 38028 : return (Node *) _readPlanRowMark();
644 64476 : if (MATCH("PARTITIONPRUNEINFO", 18))
645 696 : return (Node *) _readPartitionPruneInfo();
646 63780 : if (MATCH("PARTITIONEDRELPRUNEINFO", 23))
647 1404 : return (Node *) _readPartitionedRelPruneInfo();
648 62376 : if (MATCH("PARTITIONPRUNESTEPOP", 20))
649 1176 : return (Node *) _readPartitionPruneStepOp();
650 61200 : if (MATCH("PARTITIONPRUNESTEPCOMBINE", 25))
651 224 : return (Node *) _readPartitionPruneStepCombine();
652 60976 : if (MATCH("PLANINVALITEM", 13))
653 60976 : return (Node *) _readPlanInvalItem();
654 0 : if (MATCH("EXTENSIBLENODE", 14))
655 0 : return (Node *) _readExtensibleNode();
|