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 53682262 : if (MATCH("ALIAS", 5))
19 3010742 : return (Node *) _readAlias();
20 50671520 : if (MATCH("RANGEVAR", 8))
21 897604 : return (Node *) _readRangeVar();
22 49773916 : if (MATCH("TABLEFUNC", 9))
23 1488 : return (Node *) _readTableFunc();
24 49772428 : if (MATCH("INTOCLAUSE", 10))
25 4004 : return (Node *) _readIntoClause();
26 49768424 : if (MATCH("VAR", 3))
27 14404762 : return (Node *) _readVar();
28 35363662 : if (MATCH("CONST", 5))
29 3219062 : return (Node *) _readConst();
30 32144600 : if (MATCH("PARAM", 5))
31 333138 : return (Node *) _readParam();
32 31811462 : if (MATCH("AGGREF", 6))
33 112974 : return (Node *) _readAggref();
34 31698488 : if (MATCH("GROUPINGFUNC", 12))
35 1114 : return (Node *) _readGroupingFunc();
36 31697374 : if (MATCH("WINDOWFUNC", 10))
37 7984 : return (Node *) _readWindowFunc();
38 31689390 : if (MATCH("WINDOWFUNCRUNCONDITION", 22))
39 360 : return (Node *) _readWindowFuncRunCondition();
40 31689030 : if (MATCH("MERGESUPPORTFUNC", 16))
41 856 : return (Node *) _readMergeSupportFunc();
42 31688174 : if (MATCH("SUBSCRIPTINGREF", 15))
43 38014 : return (Node *) _readSubscriptingRef();
44 31650160 : if (MATCH("FUNCEXPR", 8))
45 1009606 : return (Node *) _readFuncExpr();
46 30640554 : if (MATCH("NAMEDARGEXPR", 12))
47 95032 : return (Node *) _readNamedArgExpr();
48 30545522 : if (MATCH("OPEXPR", 6))
49 1658192 : return (Node *) _readOpExpr();
50 28887330 : if (MATCH("DISTINCTEXPR", 12))
51 2202 : return (Node *) _readDistinctExpr();
52 28885128 : if (MATCH("NULLIFEXPR", 10))
53 1140 : return (Node *) _readNullIfExpr();
54 28883988 : if (MATCH("SCALARARRAYOPEXPR", 17))
55 81576 : return (Node *) _readScalarArrayOpExpr();
56 28802412 : if (MATCH("BOOLEXPR", 8))
57 406144 : return (Node *) _readBoolExpr();
58 28396268 : if (MATCH("SUBLINK", 7))
59 105384 : return (Node *) _readSubLink();
60 28290884 : if (MATCH("SUBPLAN", 7))
61 43422 : return (Node *) _readSubPlan();
62 28247462 : if (MATCH("ALTERNATIVESUBPLAN", 18))
63 0 : return (Node *) _readAlternativeSubPlan();
64 28247462 : if (MATCH("FIELDSELECT", 11))
65 32582 : return (Node *) _readFieldSelect();
66 28214880 : if (MATCH("FIELDSTORE", 10))
67 1106 : return (Node *) _readFieldStore();
68 28213774 : if (MATCH("RELABELTYPE", 11))
69 275736 : return (Node *) _readRelabelType();
70 27938038 : if (MATCH("COERCEVIAIO", 11))
71 54764 : return (Node *) _readCoerceViaIO();
72 27883274 : if (MATCH("ARRAYCOERCEEXPR", 15))
73 11102 : return (Node *) _readArrayCoerceExpr();
74 27872172 : if (MATCH("CONVERTROWTYPEEXPR", 18))
75 870 : return (Node *) _readConvertRowtypeExpr();
76 27871302 : if (MATCH("COLLATEEXPR", 11))
77 9506 : return (Node *) _readCollateExpr();
78 27861796 : if (MATCH("CASEEXPR", 8))
79 149690 : return (Node *) _readCaseExpr();
80 27712106 : if (MATCH("CASEWHEN", 8))
81 288538 : return (Node *) _readCaseWhen();
82 27423568 : if (MATCH("CASETESTEXPR", 12))
83 66456 : return (Node *) _readCaseTestExpr();
84 27357112 : if (MATCH("ARRAYEXPR", 9))
85 39498 : return (Node *) _readArrayExpr();
86 27317614 : if (MATCH("ROWEXPR", 7))
87 13600 : return (Node *) _readRowExpr();
88 27304014 : if (MATCH("ROWCOMPAREEXPR", 14))
89 744 : return (Node *) _readRowCompareExpr();
90 27303270 : if (MATCH("COALESCEEXPR", 12))
91 19726 : return (Node *) _readCoalesceExpr();
92 27283544 : if (MATCH("MINMAXEXPR", 10))
93 966 : return (Node *) _readMinMaxExpr();
94 27282578 : if (MATCH("SQLVALUEFUNCTION", 16))
95 13772 : return (Node *) _readSQLValueFunction();
96 27268806 : if (MATCH("XMLEXPR", 7))
97 2504 : return (Node *) _readXmlExpr();
98 27266302 : if (MATCH("JSONFORMAT", 10))
99 24838 : return (Node *) _readJsonFormat();
100 27241464 : if (MATCH("JSONRETURNING", 13))
101 10538 : return (Node *) _readJsonReturning();
102 27230926 : if (MATCH("JSONVALUEEXPR", 13))
103 6470 : return (Node *) _readJsonValueExpr();
104 27224456 : if (MATCH("JSONCONSTRUCTOREXPR", 19))
105 2822 : return (Node *) _readJsonConstructorExpr();
106 27221634 : if (MATCH("JSONISPREDICATE", 15))
107 1128 : return (Node *) _readJsonIsPredicate();
108 27220506 : if (MATCH("JSONBEHAVIOR", 12))
109 11910 : return (Node *) _readJsonBehavior();
110 27208596 : if (MATCH("JSONEXPR", 8))
111 6176 : return (Node *) _readJsonExpr();
112 27202420 : if (MATCH("JSONTABLEPATH", 13))
113 1568 : return (Node *) _readJsonTablePath();
114 27200852 : if (MATCH("JSONTABLEPATHSCAN", 17))
115 1568 : return (Node *) _readJsonTablePathScan();
116 27199284 : if (MATCH("JSONTABLESIBLINGJOIN", 20))
117 210 : return (Node *) _readJsonTableSiblingJoin();
118 27199074 : if (MATCH("NULLTEST", 8))
119 58010 : return (Node *) _readNullTest();
120 27141064 : if (MATCH("BOOLEANTEST", 11))
121 3912 : return (Node *) _readBooleanTest();
122 27137152 : if (MATCH("MERGEACTION", 11))
123 6784 : return (Node *) _readMergeAction();
124 27130368 : if (MATCH("COERCETODOMAIN", 14))
125 143048 : return (Node *) _readCoerceToDomain();
126 26987320 : if (MATCH("COERCETODOMAINVALUE", 19))
127 1994 : return (Node *) _readCoerceToDomainValue();
128 26985326 : if (MATCH("SETTODEFAULT", 12))
129 1822 : return (Node *) _readSetToDefault();
130 26983504 : if (MATCH("CURRENTOFEXPR", 13))
131 902 : return (Node *) _readCurrentOfExpr();
132 26982602 : if (MATCH("NEXTVALUEEXPR", 13))
133 892 : return (Node *) _readNextValueExpr();
134 26981710 : if (MATCH("INFERENCEELEM", 13))
135 1972 : return (Node *) _readInferenceElem();
136 26979738 : if (MATCH("RETURNINGEXPR", 13))
137 1158 : return (Node *) _readReturningExpr();
138 26978580 : if (MATCH("TARGETENTRY", 11))
139 7807394 : return (Node *) _readTargetEntry();
140 19171186 : if (MATCH("RANGETBLREF", 11))
141 687846 : return (Node *) _readRangeTblRef();
142 18483340 : if (MATCH("JOINEXPR", 8))
143 231272 : return (Node *) _readJoinExpr();
144 18252068 : if (MATCH("FROMEXPR", 8))
145 669560 : return (Node *) _readFromExpr();
146 17582508 : if (MATCH("ONCONFLICTEXPR", 14))
147 1968 : return (Node *) _readOnConflictExpr();
148 17580540 : if (MATCH("QUERY", 5))
149 1079138 : return (Node *) _readQuery();
150 16501402 : if (MATCH("TYPENAME", 8))
151 854430 : return (Node *) _readTypeName();
152 15646972 : if (MATCH("COLUMNREF", 9))
153 2127766 : return (Node *) _readColumnRef();
154 13519206 : if (MATCH("PARAMREF", 8))
155 55408 : return (Node *) _readParamRef();
156 13463798 : if (MATCH("A_EXPR", 6))
157 673678 : return (Node *) _readA_Expr();
158 12790120 : if (MATCH("A_CONST", 7))
159 1503722 : return (Node *) _readA_Const();
160 11286398 : if (MATCH("TYPECAST", 8))
161 382268 : return (Node *) _readTypeCast();
162 10904130 : if (MATCH("COLLATECLAUSE", 13))
163 11204 : return (Node *) _readCollateClause();
164 10892926 : if (MATCH("ROLESPEC", 8))
165 62102 : return (Node *) _readRoleSpec();
166 10830824 : if (MATCH("FUNCCALL", 8))
167 426272 : return (Node *) _readFuncCall();
168 10404552 : if (MATCH("A_STAR", 6))
169 72964 : return (Node *) _readA_Star();
170 10331588 : if (MATCH("A_INDICES", 9))
171 15402 : return (Node *) _readA_Indices();
172 10316186 : if (MATCH("A_INDIRECTION", 13))
173 36500 : return (Node *) _readA_Indirection();
174 10279686 : if (MATCH("A_ARRAYEXPR", 11))
175 7180 : return (Node *) _readA_ArrayExpr();
176 10272506 : if (MATCH("RESTARGET", 9))
177 1349886 : return (Node *) _readResTarget();
178 8922620 : if (MATCH("MULTIASSIGNREF", 14))
179 402 : return (Node *) _readMultiAssignRef();
180 8922218 : if (MATCH("SORTBY", 6))
181 112678 : return (Node *) _readSortBy();
182 8809540 : if (MATCH("WINDOWDEF", 9))
183 4766 : return (Node *) _readWindowDef();
184 8804774 : if (MATCH("RANGESUBSELECT", 14))
185 24968 : return (Node *) _readRangeSubselect();
186 8779806 : if (MATCH("RANGEFUNCTION", 13))
187 54354 : return (Node *) _readRangeFunction();
188 8725452 : if (MATCH("RANGETABLEFUNC", 14))
189 254 : return (Node *) _readRangeTableFunc();
190 8725198 : if (MATCH("RANGETABLEFUNCCOL", 17))
191 882 : return (Node *) _readRangeTableFuncCol();
192 8724316 : if (MATCH("RANGETABLESAMPLE", 16))
193 292 : return (Node *) _readRangeTableSample();
194 8724024 : if (MATCH("COLUMNDEF", 9))
195 148554 : return (Node *) _readColumnDef();
196 8575470 : if (MATCH("TABLELIKECLAUSE", 15))
197 1572 : return (Node *) _readTableLikeClause();
198 8573898 : if (MATCH("INDEXELEM", 9))
199 19828 : return (Node *) _readIndexElem();
200 8554070 : if (MATCH("DEFELEM", 7))
201 372826 : return (Node *) _readDefElem();
202 8181244 : if (MATCH("LOCKINGCLAUSE", 13))
203 7780 : return (Node *) _readLockingClause();
204 8173464 : if (MATCH("XMLSERIALIZE", 12))
205 250 : return (Node *) _readXmlSerialize();
206 8173214 : if (MATCH("PARTITIONELEM", 13))
207 12180 : return (Node *) _readPartitionElem();
208 8161034 : if (MATCH("PARTITIONSPEC", 13))
209 11208 : return (Node *) _readPartitionSpec();
210 8149826 : if (MATCH("PARTITIONBOUNDSPEC", 18))
211 74902 : return (Node *) _readPartitionBoundSpec();
212 8074924 : if (MATCH("PARTITIONRANGEDATUM", 19))
213 60864 : return (Node *) _readPartitionRangeDatum();
214 8014060 : if (MATCH("SINGLEPARTITIONSPEC", 19))
215 2208 : return (Node *) _readSinglePartitionSpec();
216 8011852 : if (MATCH("PARTITIONCMD", 12))
217 8494 : return (Node *) _readPartitionCmd();
218 8003358 : if (MATCH("RANGETBLENTRY", 13))
219 1918244 : return (Node *) _readRangeTblEntry();
220 6085114 : if (MATCH("RTEPERMISSIONINFO", 17))
221 1120018 : return (Node *) _readRTEPermissionInfo();
222 4965096 : if (MATCH("RANGETBLFUNCTION", 16))
223 120822 : return (Node *) _readRangeTblFunction();
224 4844274 : if (MATCH("TABLESAMPLECLAUSE", 17))
225 614 : return (Node *) _readTableSampleClause();
226 4843660 : if (MATCH("WITHCHECKOPTION", 15))
227 5742 : return (Node *) _readWithCheckOption();
228 4837918 : if (MATCH("SORTGROUPCLAUSE", 15))
229 171462 : return (Node *) _readSortGroupClause();
230 4666456 : if (MATCH("GROUPINGSET", 11))
231 4998 : return (Node *) _readGroupingSet();
232 4661458 : if (MATCH("WINDOWCLAUSE", 12))
233 3280 : return (Node *) _readWindowClause();
234 4658178 : if (MATCH("ROWMARKCLAUSE", 13))
235 11114 : return (Node *) _readRowMarkClause();
236 4647064 : if (MATCH("WITHCLAUSE", 10))
237 3536 : return (Node *) _readWithClause();
238 4643528 : if (MATCH("INFERCLAUSE", 11))
239 1752 : return (Node *) _readInferClause();
240 4641776 : if (MATCH("ONCONFLICTCLAUSE", 16))
241 2010 : return (Node *) _readOnConflictClause();
242 4639766 : if (MATCH("CTESEARCHCLAUSE", 15))
243 228 : return (Node *) _readCTESearchClause();
244 4639538 : if (MATCH("CTECYCLECLAUSE", 14))
245 246 : return (Node *) _readCTECycleClause();
246 4639292 : if (MATCH("COMMONTABLEEXPR", 15))
247 9478 : return (Node *) _readCommonTableExpr();
248 4629814 : if (MATCH("MERGEWHENCLAUSE", 15))
249 3154 : return (Node *) _readMergeWhenClause();
250 4626660 : if (MATCH("RETURNINGOPTION", 15))
251 150 : return (Node *) _readReturningOption();
252 4626510 : if (MATCH("RETURNINGCLAUSE", 15))
253 3402 : return (Node *) _readReturningClause();
254 4623108 : if (MATCH("TRIGGERTRANSITION", 17))
255 1212 : return (Node *) _readTriggerTransition();
256 4621896 : if (MATCH("JSONOUTPUT", 10))
257 1540 : return (Node *) _readJsonOutput();
258 4620356 : if (MATCH("JSONARGUMENT", 12))
259 630 : return (Node *) _readJsonArgument();
260 4619726 : if (MATCH("JSONFUNCEXPR", 12))
261 2052 : return (Node *) _readJsonFuncExpr();
262 4617674 : if (MATCH("JSONTABLEPATHSPEC", 17))
263 1984 : return (Node *) _readJsonTablePathSpec();
264 4615690 : if (MATCH("JSONTABLE", 9))
265 602 : return (Node *) _readJsonTable();
266 4615088 : if (MATCH("JSONTABLECOLUMN", 15))
267 1660 : return (Node *) _readJsonTableColumn();
268 4613428 : if (MATCH("JSONKEYVALUE", 12))
269 826 : return (Node *) _readJsonKeyValue();
270 4612602 : if (MATCH("JSONPARSEEXPR", 13))
271 164 : return (Node *) _readJsonParseExpr();
272 4612438 : if (MATCH("JSONSCALAREXPR", 14))
273 112 : return (Node *) _readJsonScalarExpr();
274 4612326 : if (MATCH("JSONSERIALIZEEXPR", 17))
275 108 : return (Node *) _readJsonSerializeExpr();
276 4612218 : if (MATCH("JSONOBJECTCONSTRUCTOR", 21))
277 446 : return (Node *) _readJsonObjectConstructor();
278 4611772 : if (MATCH("JSONARRAYCONSTRUCTOR", 20))
279 212 : return (Node *) _readJsonArrayConstructor();
280 4611560 : if (MATCH("JSONARRAYQUERYCONSTRUCTOR", 25))
281 66 : return (Node *) _readJsonArrayQueryConstructor();
282 4611494 : if (MATCH("JSONAGGCONSTRUCTOR", 18))
283 372 : return (Node *) _readJsonAggConstructor();
284 4611122 : if (MATCH("JSONOBJECTAGG", 13))
285 210 : return (Node *) _readJsonObjectAgg();
286 4610912 : if (MATCH("JSONARRAYAGG", 12))
287 162 : return (Node *) _readJsonArrayAgg();
288 4610750 : if (MATCH("RAWSTMT", 7))
289 770504 : return (Node *) _readRawStmt();
290 3840246 : if (MATCH("INSERTSTMT", 10))
291 73090 : return (Node *) _readInsertStmt();
292 3767156 : if (MATCH("DELETESTMT", 10))
293 4544 : return (Node *) _readDeleteStmt();
294 3762612 : if (MATCH("UPDATESTMT", 10))
295 14504 : return (Node *) _readUpdateStmt();
296 3748108 : if (MATCH("MERGESTMT", 9))
297 2056 : return (Node *) _readMergeStmt();
298 3746052 : if (MATCH("SELECTSTMT", 10))
299 540068 : return (Node *) _readSelectStmt();
300 3205984 : if (MATCH("SETOPERATIONSTMT", 16))
301 31596 : return (Node *) _readSetOperationStmt();
302 3174388 : if (MATCH("RETURNSTMT", 10))
303 9964 : return (Node *) _readReturnStmt();
304 3164424 : if (MATCH("PLASSIGNSTMT", 12))
305 0 : return (Node *) _readPLAssignStmt();
306 3164424 : if (MATCH("CREATESCHEMASTMT", 16))
307 2248 : return (Node *) _readCreateSchemaStmt();
308 3162176 : if (MATCH("ALTERTABLESTMT", 14))
309 64028 : return (Node *) _readAlterTableStmt();
310 3098148 : if (MATCH("ALTERTABLECMD", 13))
311 66044 : return (Node *) _readAlterTableCmd();
312 3032104 : if (MATCH("ATALTERCONSTRAINT", 17))
313 600 : return (Node *) _readATAlterConstraint();
314 3031504 : if (MATCH("REPLICAIDENTITYSTMT", 19))
315 988 : return (Node *) _readReplicaIdentityStmt();
316 3030516 : if (MATCH("ALTERCOLLATIONSTMT", 18))
317 12 : return (Node *) _readAlterCollationStmt();
318 3030504 : if (MATCH("ALTERDOMAINSTMT", 15))
319 580 : return (Node *) _readAlterDomainStmt();
320 3029924 : if (MATCH("GRANTSTMT", 9))
321 43086 : return (Node *) _readGrantStmt();
322 2986838 : if (MATCH("OBJECTWITHARGS", 14))
323 44734 : return (Node *) _readObjectWithArgs();
324 2942104 : if (MATCH("ACCESSPRIV", 10))
325 40276 : return (Node *) _readAccessPriv();
326 2901828 : if (MATCH("GRANTROLESTMT", 13))
327 1826 : return (Node *) _readGrantRoleStmt();
328 2900002 : if (MATCH("ALTERDEFAULTPRIVILEGESSTMT", 26))
329 412 : return (Node *) _readAlterDefaultPrivilegesStmt();
330 2899590 : if (MATCH("COPYSTMT", 8))
331 22880 : return (Node *) _readCopyStmt();
332 2876710 : if (MATCH("VARIABLESETSTMT", 15))
333 61114 : return (Node *) _readVariableSetStmt();
334 2815596 : if (MATCH("VARIABLESHOWSTMT", 16))
335 1740 : return (Node *) _readVariableShowStmt();
336 2813856 : if (MATCH("CREATESTMT", 10))
337 80112 : return (Node *) _readCreateStmt();
338 2733744 : if (MATCH("CONSTRAINT", 10))
339 74354 : return (Node *) _readConstraint();
340 2659390 : if (MATCH("CREATETABLESPACESTMT", 20))
341 264 : return (Node *) _readCreateTableSpaceStmt();
342 2659126 : if (MATCH("DROPTABLESPACESTMT", 18))
343 128 : return (Node *) _readDropTableSpaceStmt();
344 2658998 : if (MATCH("ALTERTABLESPACEOPTIONSSTMT", 26))
345 48 : return (Node *) _readAlterTableSpaceOptionsStmt();
346 2658950 : if (MATCH("ALTERTABLEMOVEALLSTMT", 21))
347 60 : return (Node *) _readAlterTableMoveAllStmt();
348 2658890 : if (MATCH("CREATEEXTENSIONSTMT", 19))
349 1160 : return (Node *) _readCreateExtensionStmt();
350 2657730 : if (MATCH("ALTEREXTENSIONSTMT", 18))
351 74 : return (Node *) _readAlterExtensionStmt();
352 2657656 : if (MATCH("ALTEREXTENSIONCONTENTSSTMT", 26))
353 508 : return (Node *) _readAlterExtensionContentsStmt();
354 2657148 : if (MATCH("CREATEFDWSTMT", 13))
355 412 : return (Node *) _readCreateFdwStmt();
356 2656736 : if (MATCH("ALTERFDWSTMT", 12))
357 244 : return (Node *) _readAlterFdwStmt();
358 2656492 : if (MATCH("CREATEFOREIGNSERVERSTMT", 23))
359 594 : return (Node *) _readCreateForeignServerStmt();
360 2655898 : if (MATCH("ALTERFOREIGNSERVERSTMT", 22))
361 464 : return (Node *) _readAlterForeignServerStmt();
362 2655434 : if (MATCH("CREATEFOREIGNTABLESTMT", 22))
363 976 : return (Node *) _readCreateForeignTableStmt();
364 2654458 : if (MATCH("CREATEUSERMAPPINGSTMT", 21))
365 520 : return (Node *) _readCreateUserMappingStmt();
366 2653938 : if (MATCH("ALTERUSERMAPPINGSTMT", 20))
367 236 : return (Node *) _readAlterUserMappingStmt();
368 2653702 : if (MATCH("DROPUSERMAPPINGSTMT", 19))
369 252 : return (Node *) _readDropUserMappingStmt();
370 2653450 : if (MATCH("IMPORTFOREIGNSCHEMASTMT", 23))
371 96 : return (Node *) _readImportForeignSchemaStmt();
372 2653354 : if (MATCH("CREATEPOLICYSTMT", 16))
373 1544 : return (Node *) _readCreatePolicyStmt();
374 2651810 : if (MATCH("ALTERPOLICYSTMT", 15))
375 168 : return (Node *) _readAlterPolicyStmt();
376 2651642 : if (MATCH("CREATEAMSTMT", 12))
377 148 : return (Node *) _readCreateAmStmt();
378 2651494 : if (MATCH("CREATETRIGSTMT", 14))
379 6584 : return (Node *) _readCreateTrigStmt();
380 2644910 : if (MATCH("CREATEEVENTTRIGSTMT", 19))
381 400 : return (Node *) _readCreateEventTrigStmt();
382 2644510 : if (MATCH("ALTEREVENTTRIGSTMT", 18))
383 96 : return (Node *) _readAlterEventTrigStmt();
384 2644414 : if (MATCH("CREATEPLANGSTMT", 15))
385 288 : return (Node *) _readCreatePLangStmt();
386 2644126 : if (MATCH("CREATEROLESTMT", 14))
387 3832 : return (Node *) _readCreateRoleStmt();
388 2640294 : if (MATCH("ALTERROLESTMT", 13))
389 956 : return (Node *) _readAlterRoleStmt();
390 2639338 : if (MATCH("ALTERROLESETSTMT", 16))
391 188 : return (Node *) _readAlterRoleSetStmt();
392 2639150 : if (MATCH("DROPROLESTMT", 12))
393 3532 : return (Node *) _readDropRoleStmt();
394 2635618 : if (MATCH("CREATESEQSTMT", 13))
395 1432 : return (Node *) _readCreateSeqStmt();
396 2634186 : if (MATCH("ALTERSEQSTMT", 12))
397 400 : return (Node *) _readAlterSeqStmt();
398 2633786 : if (MATCH("DEFINESTMT", 10))
399 19576 : return (Node *) _readDefineStmt();
400 2614210 : if (MATCH("CREATEDOMAINSTMT", 16))
401 2948 : return (Node *) _readCreateDomainStmt();
402 2611262 : if (MATCH("CREATEOPCLASSSTMT", 17))
403 1112 : return (Node *) _readCreateOpClassStmt();
404 2610150 : if (MATCH("CREATEOPCLASSITEM", 17))
405 13788 : return (Node *) _readCreateOpClassItem();
406 2596362 : if (MATCH("CREATEOPFAMILYSTMT", 18))
407 296 : return (Node *) _readCreateOpFamilyStmt();
408 2596066 : if (MATCH("ALTEROPFAMILYSTMT", 17))
409 916 : return (Node *) _readAlterOpFamilyStmt();
410 2595150 : if (MATCH("DROPSTMT", 8))
411 53514 : return (Node *) _readDropStmt();
412 2541636 : if (MATCH("TRUNCATESTMT", 12))
413 3638 : return (Node *) _readTruncateStmt();
414 2537998 : if (MATCH("COMMENTSTMT", 11))
415 15260 : return (Node *) _readCommentStmt();
416 2522738 : if (MATCH("SECLABELSTMT", 12))
417 236 : return (Node *) _readSecLabelStmt();
418 2522502 : if (MATCH("DECLARECURSORSTMT", 17))
419 7456 : return (Node *) _readDeclareCursorStmt();
420 2515046 : if (MATCH("CLOSEPORTALSTMT", 15))
421 4504 : return (Node *) _readClosePortalStmt();
422 2510542 : if (MATCH("FETCHSTMT", 9))
423 13698 : return (Node *) _readFetchStmt();
424 2496844 : if (MATCH("INDEXSTMT", 9))
425 13128 : return (Node *) _readIndexStmt();
426 2483716 : if (MATCH("CREATESTATSSTMT", 15))
427 1718 : return (Node *) _readCreateStatsStmt();
428 2481998 : if (MATCH("STATSELEM", 9))
429 4028 : return (Node *) _readStatsElem();
430 2477970 : if (MATCH("ALTERSTATSSTMT", 14))
431 52 : return (Node *) _readAlterStatsStmt();
432 2477918 : if (MATCH("CREATEFUNCTIONSTMT", 18))
433 52064 : return (Node *) _readCreateFunctionStmt();
434 2425854 : if (MATCH("FUNCTIONPARAMETER", 17))
435 160782 : return (Node *) _readFunctionParameter();
436 2265072 : if (MATCH("ALTERFUNCTIONSTMT", 17))
437 716 : return (Node *) _readAlterFunctionStmt();
438 2264356 : if (MATCH("DOSTMT", 6))
439 2244 : return (Node *) _readDoStmt();
440 2262112 : if (MATCH("CALLSTMT", 8))
441 914 : return (Node *) _readCallStmt();
442 2261198 : if (MATCH("RENAMESTMT", 10))
443 2856 : return (Node *) _readRenameStmt();
444 2258342 : if (MATCH("ALTEROBJECTDEPENDSSTMT", 22))
445 92 : return (Node *) _readAlterObjectDependsStmt();
446 2258250 : if (MATCH("ALTEROBJECTSCHEMASTMT", 21))
447 796 : return (Node *) _readAlterObjectSchemaStmt();
448 2257454 : if (MATCH("ALTEROWNERSTMT", 14))
449 3358 : return (Node *) _readAlterOwnerStmt();
450 2254096 : if (MATCH("ALTEROPERATORSTMT", 17))
451 1216 : return (Node *) _readAlterOperatorStmt();
452 2252880 : if (MATCH("ALTERTYPESTMT", 13))
453 120 : return (Node *) _readAlterTypeStmt();
454 2252760 : if (MATCH("RULESTMT", 8))
455 2204 : return (Node *) _readRuleStmt();
456 2250556 : if (MATCH("NOTIFYSTMT", 10))
457 456 : return (Node *) _readNotifyStmt();
458 2250100 : if (MATCH("LISTENSTMT", 10))
459 232 : return (Node *) _readListenStmt();
460 2249868 : if (MATCH("UNLISTENSTMT", 12))
461 312 : return (Node *) _readUnlistenStmt();
462 2249556 : if (MATCH("TRANSACTIONSTMT", 15))
463 97542 : return (Node *) _readTransactionStmt();
464 2152014 : if (MATCH("COMPOSITETYPESTMT", 17))
465 5224 : return (Node *) _readCompositeTypeStmt();
466 2146790 : if (MATCH("CREATEENUMSTMT", 14))
467 412 : return (Node *) _readCreateEnumStmt();
468 2146378 : if (MATCH("CREATERANGESTMT", 15))
469 368 : return (Node *) _readCreateRangeStmt();
470 2146010 : if (MATCH("ALTERENUMSTMT", 13))
471 792 : return (Node *) _readAlterEnumStmt();
472 2145218 : if (MATCH("VIEWSTMT", 8))
473 34716 : return (Node *) _readViewStmt();
474 2110502 : if (MATCH("LOADSTMT", 8))
475 128 : return (Node *) _readLoadStmt();
476 2110374 : if (MATCH("CREATEDBSTMT", 12))
477 1640 : return (Node *) _readCreatedbStmt();
478 2108734 : if (MATCH("ALTERDATABASESTMT", 17))
479 184 : return (Node *) _readAlterDatabaseStmt();
480 2108550 : if (MATCH("ALTERDATABASEREFRESHCOLLSTMT", 28))
481 12 : return (Node *) _readAlterDatabaseRefreshCollStmt();
482 2108538 : if (MATCH("ALTERDATABASESETSTMT", 20))
483 2520 : return (Node *) _readAlterDatabaseSetStmt();
484 2106018 : if (MATCH("DROPDBSTMT", 10))
485 256 : return (Node *) _readDropdbStmt();
486 2105762 : if (MATCH("ALTERSYSTEMSTMT", 15))
487 412 : return (Node *) _readAlterSystemStmt();
488 2105350 : if (MATCH("CLUSTERSTMT", 11))
489 472 : return (Node *) _readClusterStmt();
490 2104878 : if (MATCH("VACUUMSTMT", 10))
491 29426 : return (Node *) _readVacuumStmt();
492 2075452 : if (MATCH("VACUUMRELATION", 14))
493 29070 : return (Node *) _readVacuumRelation();
494 2046382 : if (MATCH("EXPLAINSTMT", 11))
495 41422 : return (Node *) _readExplainStmt();
496 2004960 : if (MATCH("CREATETABLEASSTMT", 17))
497 3878 : return (Node *) _readCreateTableAsStmt();
498 2001082 : if (MATCH("REFRESHMATVIEWSTMT", 18))
499 536 : return (Node *) _readRefreshMatViewStmt();
500 2000546 : if (MATCH("CHECKPOINTSTMT", 14))
501 502 : return (Node *) _readCheckPointStmt();
502 2000044 : if (MATCH("DISCARDSTMT", 11))
503 76 : return (Node *) _readDiscardStmt();
504 1999968 : if (MATCH("LOCKSTMT", 8))
505 2104 : return (Node *) _readLockStmt();
506 1997864 : if (MATCH("CONSTRAINTSSETSTMT", 18))
507 202 : return (Node *) _readConstraintsSetStmt();
508 1997662 : if (MATCH("REINDEXSTMT", 11))
509 2268 : return (Node *) _readReindexStmt();
510 1995394 : if (MATCH("CREATECONVERSIONSTMT", 20))
511 128 : return (Node *) _readCreateConversionStmt();
512 1995266 : if (MATCH("CREATECASTSTMT", 14))
513 556 : return (Node *) _readCreateCastStmt();
514 1994710 : if (MATCH("CREATETRANSFORMSTMT", 19))
515 100 : return (Node *) _readCreateTransformStmt();
516 1994610 : if (MATCH("PREPARESTMT", 11))
517 4028 : return (Node *) _readPrepareStmt();
518 1990582 : if (MATCH("EXECUTESTMT", 11))
519 33262 : return (Node *) _readExecuteStmt();
520 1957320 : if (MATCH("DEALLOCATESTMT", 14))
521 8204 : return (Node *) _readDeallocateStmt();
522 1949116 : if (MATCH("DROPOWNEDSTMT", 13))
523 296 : return (Node *) _readDropOwnedStmt();
524 1948820 : if (MATCH("REASSIGNOWNEDSTMT", 17))
525 92 : return (Node *) _readReassignOwnedStmt();
526 1948728 : if (MATCH("ALTERTSDICTIONARYSTMT", 21))
527 80 : return (Node *) _readAlterTSDictionaryStmt();
528 1948648 : if (MATCH("ALTERTSCONFIGURATIONSTMT", 24))
529 18708 : return (Node *) _readAlterTSConfigurationStmt();
530 1929940 : if (MATCH("PUBLICATIONTABLE", 16))
531 2876 : return (Node *) _readPublicationTable();
532 1927064 : if (MATCH("PUBLICATIONOBJSPEC", 18))
533 3668 : return (Node *) _readPublicationObjSpec();
534 1923396 : if (MATCH("PUBLICATIONALLOBJSPEC", 21))
535 0 : return (Node *) _readPublicationAllObjSpec();
536 1923396 : if (MATCH("CREATEPUBLICATIONSTMT", 21))
537 1792 : return (Node *) _readCreatePublicationStmt();
538 1921604 : if (MATCH("ALTERPUBLICATIONSTMT", 20))
539 2212 : return (Node *) _readAlterPublicationStmt();
540 1919392 : if (MATCH("CREATESUBSCRIPTIONSTMT", 22))
541 968 : return (Node *) _readCreateSubscriptionStmt();
542 1918424 : if (MATCH("ALTERSUBSCRIPTIONSTMT", 21))
543 1078 : return (Node *) _readAlterSubscriptionStmt();
544 1917346 : if (MATCH("DROPSUBSCRIPTIONSTMT", 20))
545 500 : return (Node *) _readDropSubscriptionStmt();
546 1916846 : if (MATCH("WAITSTMT", 8))
547 218 : return (Node *) _readWaitStmt();
548 1916628 : if (MATCH("GROUPBYORDERING", 15))
549 0 : return (Node *) _readGroupByOrdering();
550 1916628 : if (MATCH("PLACEHOLDERVAR", 14))
551 0 : return (Node *) _readPlaceHolderVar();
552 1916628 : if (MATCH("APPENDRELINFO", 13))
553 59256 : return (Node *) _readAppendRelInfo();
554 1857372 : if (MATCH("PLANNEDSTMT", 11))
555 465162 : return (Node *) _readPlannedStmt();
556 1392210 : if (MATCH("RESULT", 6))
557 215560 : return (Node *) _readResult();
558 1176650 : if (MATCH("PROJECTSET", 10))
559 12110 : return (Node *) _readProjectSet();
560 1164540 : if (MATCH("MODIFYTABLE", 11))
561 92644 : return (Node *) _readModifyTable();
562 1071896 : if (MATCH("APPEND", 6))
563 18544 : return (Node *) _readAppend();
564 1053352 : if (MATCH("MERGEAPPEND", 11))
565 574 : return (Node *) _readMergeAppend();
566 1052778 : if (MATCH("RECURSIVEUNION", 14))
567 936 : return (Node *) _readRecursiveUnion();
568 1051842 : if (MATCH("BITMAPAND", 9))
569 250 : return (Node *) _readBitmapAnd();
570 1051592 : if (MATCH("BITMAPOR", 8))
571 430 : return (Node *) _readBitmapOr();
572 1051162 : if (MATCH("SEQSCAN", 7))
573 227488 : return (Node *) _readSeqScan();
574 823674 : if (MATCH("SAMPLESCAN", 10))
575 306 : return (Node *) _readSampleScan();
576 823368 : if (MATCH("INDEXSCAN", 9))
577 145054 : return (Node *) _readIndexScan();
578 678314 : if (MATCH("INDEXONLYSCAN", 13))
579 18822 : return (Node *) _readIndexOnlyScan();
580 659492 : if (MATCH("BITMAPINDEXSCAN", 15))
581 26328 : return (Node *) _readBitmapIndexScan();
582 633164 : if (MATCH("BITMAPHEAPSCAN", 14))
583 25642 : return (Node *) _readBitmapHeapScan();
584 607522 : if (MATCH("TIDSCAN", 7))
585 752 : return (Node *) _readTidScan();
586 606770 : if (MATCH("TIDRANGESCAN", 12))
587 2100 : return (Node *) _readTidRangeScan();
588 604670 : if (MATCH("SUBQUERYSCAN", 12))
589 21804 : return (Node *) _readSubqueryScan();
590 582866 : if (MATCH("FUNCTIONSCAN", 12))
591 53440 : return (Node *) _readFunctionScan();
592 529426 : if (MATCH("VALUESSCAN", 10))
593 8518 : return (Node *) _readValuesScan();
594 520908 : if (MATCH("TABLEFUNCSCAN", 13))
595 626 : return (Node *) _readTableFuncScan();
596 520282 : if (MATCH("CTESCAN", 7))
597 4442 : return (Node *) _readCteScan();
598 515840 : if (MATCH("NAMEDTUPLESTORESCAN", 19))
599 482 : return (Node *) _readNamedTuplestoreScan();
600 515358 : if (MATCH("WORKTABLESCAN", 13))
601 936 : return (Node *) _readWorkTableScan();
602 514422 : if (MATCH("FOREIGNSCAN", 11))
603 2048 : return (Node *) _readForeignScan();
604 512374 : if (MATCH("CUSTOMSCAN", 10))
605 0 : return (Node *) _readCustomScan();
606 512374 : if (MATCH("NESTLOOP", 8))
607 100512 : return (Node *) _readNestLoop();
608 411862 : if (MATCH("NESTLOOPPARAM", 13))
609 56674 : return (Node *) _readNestLoopParam();
610 355188 : if (MATCH("MERGEJOIN", 9))
611 7810 : return (Node *) _readMergeJoin();
612 347378 : if (MATCH("HASHJOIN", 8))
613 37166 : return (Node *) _readHashJoin();
614 310212 : if (MATCH("MATERIAL", 8))
615 4546 : return (Node *) _readMaterial();
616 305666 : if (MATCH("MEMOIZE", 7))
617 2026 : return (Node *) _readMemoize();
618 303640 : if (MATCH("SORT", 4))
619 81124 : return (Node *) _readSort();
620 222516 : if (MATCH("INCREMENTALSORT", 15))
621 1026 : return (Node *) _readIncrementalSort();
622 221490 : if (MATCH("GROUP", 5))
623 246 : return (Node *) _readGroup();
624 221244 : if (MATCH("AGG", 3))
625 52402 : return (Node *) _readAgg();
626 168842 : if (MATCH("WINDOWAGG", 9))
627 2862 : return (Node *) _readWindowAgg();
628 165980 : if (MATCH("UNIQUE", 6))
629 5790 : return (Node *) _readUnique();
630 160190 : if (MATCH("GATHER", 6))
631 1150 : return (Node *) _readGather();
632 159040 : if (MATCH("GATHERMERGE", 11))
633 360 : return (Node *) _readGatherMerge();
634 158680 : if (MATCH("HASH", 4))
635 37166 : return (Node *) _readHash();
636 121514 : if (MATCH("SETOP", 5))
637 680 : return (Node *) _readSetOp();
638 120834 : if (MATCH("LOCKROWS", 8))
639 13510 : return (Node *) _readLockRows();
640 107324 : if (MATCH("LIMIT", 5))
641 5088 : return (Node *) _readLimit();
642 102236 : if (MATCH("PLANROWMARK", 11))
643 37888 : return (Node *) _readPlanRowMark();
644 64348 : if (MATCH("PARTITIONPRUNEINFO", 18))
645 696 : return (Node *) _readPartitionPruneInfo();
646 63652 : if (MATCH("PARTITIONEDRELPRUNEINFO", 23))
647 1404 : return (Node *) _readPartitionedRelPruneInfo();
648 62248 : if (MATCH("PARTITIONPRUNESTEPOP", 20))
649 1176 : return (Node *) _readPartitionPruneStepOp();
650 61072 : if (MATCH("PARTITIONPRUNESTEPCOMBINE", 25))
651 224 : return (Node *) _readPartitionPruneStepCombine();
652 60848 : if (MATCH("PLANINVALITEM", 13))
653 60848 : return (Node *) _readPlanInvalItem();
654 0 : if (MATCH("EXTENSIBLENODE", 14))
655 0 : return (Node *) _readExtensibleNode();
|