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 53692132 : if (MATCH("ALIAS", 5))
19 3009488 : return (Node *) _readAlias();
20 50682644 : if (MATCH("RANGEVAR", 8))
21 896222 : return (Node *) _readRangeVar();
22 49786422 : if (MATCH("TABLEFUNC", 9))
23 1488 : return (Node *) _readTableFunc();
24 49784934 : if (MATCH("INTOCLAUSE", 10))
25 4010 : return (Node *) _readIntoClause();
26 49780924 : if (MATCH("VAR", 3))
27 14440428 : return (Node *) _readVar();
28 35340496 : if (MATCH("CONST", 5))
29 3210790 : return (Node *) _readConst();
30 32129706 : if (MATCH("PARAM", 5))
31 333276 : return (Node *) _readParam();
32 31796430 : if (MATCH("AGGREF", 6))
33 112998 : return (Node *) _readAggref();
34 31683432 : if (MATCH("GROUPINGFUNC", 12))
35 1114 : return (Node *) _readGroupingFunc();
36 31682318 : if (MATCH("WINDOWFUNC", 10))
37 7784 : return (Node *) _readWindowFunc();
38 31674534 : if (MATCH("WINDOWFUNCRUNCONDITION", 22))
39 360 : return (Node *) _readWindowFuncRunCondition();
40 31674174 : if (MATCH("MERGESUPPORTFUNC", 16))
41 856 : return (Node *) _readMergeSupportFunc();
42 31673318 : if (MATCH("SUBSCRIPTINGREF", 15))
43 38036 : return (Node *) _readSubscriptingRef();
44 31635282 : if (MATCH("FUNCEXPR", 8))
45 1010094 : return (Node *) _readFuncExpr();
46 30625188 : if (MATCH("NAMEDARGEXPR", 12))
47 95012 : return (Node *) _readNamedArgExpr();
48 30530176 : if (MATCH("OPEXPR", 6))
49 1659394 : return (Node *) _readOpExpr();
50 28870782 : if (MATCH("DISTINCTEXPR", 12))
51 2202 : return (Node *) _readDistinctExpr();
52 28868580 : if (MATCH("NULLIFEXPR", 10))
53 1140 : return (Node *) _readNullIfExpr();
54 28867440 : if (MATCH("SCALARARRAYOPEXPR", 17))
55 81796 : return (Node *) _readScalarArrayOpExpr();
56 28785644 : if (MATCH("BOOLEXPR", 8))
57 406122 : return (Node *) _readBoolExpr();
58 28379522 : if (MATCH("SUBLINK", 7))
59 105522 : return (Node *) _readSubLink();
60 28274000 : if (MATCH("SUBPLAN", 7))
61 43406 : return (Node *) _readSubPlan();
62 28230594 : if (MATCH("ALTERNATIVESUBPLAN", 18))
63 0 : return (Node *) _readAlternativeSubPlan();
64 28230594 : if (MATCH("FIELDSELECT", 11))
65 32550 : return (Node *) _readFieldSelect();
66 28198044 : if (MATCH("FIELDSTORE", 10))
67 1106 : return (Node *) _readFieldStore();
68 28196938 : if (MATCH("RELABELTYPE", 11))
69 275262 : return (Node *) _readRelabelType();
70 27921676 : if (MATCH("COERCEVIAIO", 11))
71 54746 : return (Node *) _readCoerceViaIO();
72 27866930 : if (MATCH("ARRAYCOERCEEXPR", 15))
73 11050 : return (Node *) _readArrayCoerceExpr();
74 27855880 : if (MATCH("CONVERTROWTYPEEXPR", 18))
75 870 : return (Node *) _readConvertRowtypeExpr();
76 27855010 : if (MATCH("COLLATEEXPR", 11))
77 9510 : return (Node *) _readCollateExpr();
78 27845500 : if (MATCH("CASEEXPR", 8))
79 149782 : return (Node *) _readCaseExpr();
80 27695718 : if (MATCH("CASEWHEN", 8))
81 288794 : return (Node *) _readCaseWhen();
82 27406924 : if (MATCH("CASETESTEXPR", 12))
83 66404 : return (Node *) _readCaseTestExpr();
84 27340520 : if (MATCH("ARRAYEXPR", 9))
85 39568 : return (Node *) _readArrayExpr();
86 27300952 : if (MATCH("ROWEXPR", 7))
87 13592 : return (Node *) _readRowExpr();
88 27287360 : if (MATCH("ROWCOMPAREEXPR", 14))
89 744 : return (Node *) _readRowCompareExpr();
90 27286616 : if (MATCH("COALESCEEXPR", 12))
91 19738 : return (Node *) _readCoalesceExpr();
92 27266878 : if (MATCH("MINMAXEXPR", 10))
93 966 : return (Node *) _readMinMaxExpr();
94 27265912 : if (MATCH("SQLVALUEFUNCTION", 16))
95 13822 : return (Node *) _readSQLValueFunction();
96 27252090 : if (MATCH("XMLEXPR", 7))
97 2502 : return (Node *) _readXmlExpr();
98 27249588 : if (MATCH("JSONFORMAT", 10))
99 24838 : return (Node *) _readJsonFormat();
100 27224750 : if (MATCH("JSONRETURNING", 13))
101 10538 : return (Node *) _readJsonReturning();
102 27214212 : if (MATCH("JSONVALUEEXPR", 13))
103 6470 : return (Node *) _readJsonValueExpr();
104 27207742 : if (MATCH("JSONCONSTRUCTOREXPR", 19))
105 2822 : return (Node *) _readJsonConstructorExpr();
106 27204920 : if (MATCH("JSONISPREDICATE", 15))
107 1128 : return (Node *) _readJsonIsPredicate();
108 27203792 : if (MATCH("JSONBEHAVIOR", 12))
109 11910 : return (Node *) _readJsonBehavior();
110 27191882 : if (MATCH("JSONEXPR", 8))
111 6176 : return (Node *) _readJsonExpr();
112 27185706 : if (MATCH("JSONTABLEPATH", 13))
113 1568 : return (Node *) _readJsonTablePath();
114 27184138 : if (MATCH("JSONTABLEPATHSCAN", 17))
115 1568 : return (Node *) _readJsonTablePathScan();
116 27182570 : if (MATCH("JSONTABLESIBLINGJOIN", 20))
117 210 : return (Node *) _readJsonTableSiblingJoin();
118 27182360 : if (MATCH("NULLTEST", 8))
119 57354 : return (Node *) _readNullTest();
120 27125006 : if (MATCH("BOOLEANTEST", 11))
121 3612 : return (Node *) _readBooleanTest();
122 27121394 : if (MATCH("MERGEACTION", 11))
123 6784 : return (Node *) _readMergeAction();
124 27114610 : if (MATCH("COERCETODOMAIN", 14))
125 143096 : return (Node *) _readCoerceToDomain();
126 26971514 : if (MATCH("COERCETODOMAINVALUE", 19))
127 1928 : return (Node *) _readCoerceToDomainValue();
128 26969586 : if (MATCH("SETTODEFAULT", 12))
129 1818 : return (Node *) _readSetToDefault();
130 26967768 : if (MATCH("CURRENTOFEXPR", 13))
131 902 : return (Node *) _readCurrentOfExpr();
132 26966866 : if (MATCH("NEXTVALUEEXPR", 13))
133 888 : return (Node *) _readNextValueExpr();
134 26965978 : if (MATCH("INFERENCEELEM", 13))
135 1972 : return (Node *) _readInferenceElem();
136 26964006 : if (MATCH("RETURNINGEXPR", 13))
137 1158 : return (Node *) _readReturningExpr();
138 26962848 : if (MATCH("TARGETENTRY", 11))
139 7813770 : return (Node *) _readTargetEntry();
140 19149078 : if (MATCH("RANGETBLREF", 11))
141 688420 : return (Node *) _readRangeTblRef();
142 18460658 : if (MATCH("JOINEXPR", 8))
143 231784 : return (Node *) _readJoinExpr();
144 18228874 : if (MATCH("FROMEXPR", 8))
145 668522 : return (Node *) _readFromExpr();
146 17560352 : if (MATCH("ONCONFLICTEXPR", 14))
147 1968 : return (Node *) _readOnConflictExpr();
148 17558384 : if (MATCH("QUERY", 5))
149 1077990 : return (Node *) _readQuery();
150 16480394 : if (MATCH("TYPENAME", 8))
151 853444 : return (Node *) _readTypeName();
152 15626950 : if (MATCH("COLUMNREF", 9))
153 2127072 : return (Node *) _readColumnRef();
154 13499878 : if (MATCH("PARAMREF", 8))
155 55424 : return (Node *) _readParamRef();
156 13444454 : if (MATCH("A_EXPR", 6))
157 673814 : return (Node *) _readA_Expr();
158 12770640 : if (MATCH("A_CONST", 7))
159 1498822 : return (Node *) _readA_Const();
160 11271818 : if (MATCH("TYPECAST", 8))
161 381286 : return (Node *) _readTypeCast();
162 10890532 : if (MATCH("COLLATECLAUSE", 13))
163 11204 : return (Node *) _readCollateClause();
164 10879328 : if (MATCH("ROLESPEC", 8))
165 62076 : return (Node *) _readRoleSpec();
166 10817252 : if (MATCH("FUNCCALL", 8))
167 425952 : return (Node *) _readFuncCall();
168 10391300 : if (MATCH("A_STAR", 6))
169 72836 : return (Node *) _readA_Star();
170 10318464 : if (MATCH("A_INDICES", 9))
171 15402 : return (Node *) _readA_Indices();
172 10303062 : if (MATCH("A_INDIRECTION", 13))
173 36500 : return (Node *) _readA_Indirection();
174 10266562 : if (MATCH("A_ARRAYEXPR", 11))
175 7180 : return (Node *) _readA_ArrayExpr();
176 10259382 : if (MATCH("RESTARGET", 9))
177 1349874 : return (Node *) _readResTarget();
178 8909508 : if (MATCH("MULTIASSIGNREF", 14))
179 402 : return (Node *) _readMultiAssignRef();
180 8909106 : if (MATCH("SORTBY", 6))
181 112576 : return (Node *) _readSortBy();
182 8796530 : if (MATCH("WINDOWDEF", 9))
183 4666 : return (Node *) _readWindowDef();
184 8791864 : if (MATCH("RANGESUBSELECT", 14))
185 24968 : return (Node *) _readRangeSubselect();
186 8766896 : if (MATCH("RANGEFUNCTION", 13))
187 54234 : return (Node *) _readRangeFunction();
188 8712662 : if (MATCH("RANGETABLEFUNC", 14))
189 254 : return (Node *) _readRangeTableFunc();
190 8712408 : if (MATCH("RANGETABLEFUNCCOL", 17))
191 882 : return (Node *) _readRangeTableFuncCol();
192 8711526 : if (MATCH("RANGETABLESAMPLE", 16))
193 292 : return (Node *) _readRangeTableSample();
194 8711234 : if (MATCH("COLUMNDEF", 9))
195 148550 : return (Node *) _readColumnDef();
196 8562684 : if (MATCH("TABLELIKECLAUSE", 15))
197 1572 : return (Node *) _readTableLikeClause();
198 8561112 : if (MATCH("INDEXELEM", 9))
199 19862 : return (Node *) _readIndexElem();
200 8541250 : if (MATCH("DEFELEM", 7))
201 372730 : return (Node *) _readDefElem();
202 8168520 : if (MATCH("LOCKINGCLAUSE", 13))
203 7780 : return (Node *) _readLockingClause();
204 8160740 : if (MATCH("XMLSERIALIZE", 12))
205 250 : return (Node *) _readXmlSerialize();
206 8160490 : if (MATCH("PARTITIONELEM", 13))
207 12180 : return (Node *) _readPartitionElem();
208 8148310 : if (MATCH("PARTITIONSPEC", 13))
209 11208 : return (Node *) _readPartitionSpec();
210 8137102 : if (MATCH("PARTITIONBOUNDSPEC", 18))
211 74834 : return (Node *) _readPartitionBoundSpec();
212 8062268 : if (MATCH("PARTITIONRANGEDATUM", 19))
213 60832 : return (Node *) _readPartitionRangeDatum();
214 8001436 : if (MATCH("SINGLEPARTITIONSPEC", 19))
215 2208 : return (Node *) _readSinglePartitionSpec();
216 7999228 : if (MATCH("PARTITIONCMD", 12))
217 8470 : return (Node *) _readPartitionCmd();
218 7990758 : if (MATCH("RANGETBLENTRY", 13))
219 1916010 : return (Node *) _readRangeTblEntry();
220 6074748 : if (MATCH("RTEPERMISSIONINFO", 17))
221 1118042 : return (Node *) _readRTEPermissionInfo();
222 4956706 : if (MATCH("RANGETBLFUNCTION", 16))
223 121266 : return (Node *) _readRangeTblFunction();
224 4835440 : if (MATCH("TABLESAMPLECLAUSE", 17))
225 614 : return (Node *) _readTableSampleClause();
226 4834826 : if (MATCH("WITHCHECKOPTION", 15))
227 5742 : return (Node *) _readWithCheckOption();
228 4829084 : if (MATCH("SORTGROUPCLAUSE", 15))
229 171308 : return (Node *) _readSortGroupClause();
230 4657776 : if (MATCH("GROUPINGSET", 11))
231 4998 : return (Node *) _readGroupingSet();
232 4652778 : if (MATCH("WINDOWCLAUSE", 12))
233 3180 : return (Node *) _readWindowClause();
234 4649598 : if (MATCH("ROWMARKCLAUSE", 13))
235 11154 : return (Node *) _readRowMarkClause();
236 4638444 : if (MATCH("WITHCLAUSE", 10))
237 3436 : return (Node *) _readWithClause();
238 4635008 : if (MATCH("INFERCLAUSE", 11))
239 1752 : return (Node *) _readInferClause();
240 4633256 : if (MATCH("ONCONFLICTCLAUSE", 16))
241 2010 : return (Node *) _readOnConflictClause();
242 4631246 : if (MATCH("CTESEARCHCLAUSE", 15))
243 228 : return (Node *) _readCTESearchClause();
244 4631018 : if (MATCH("CTECYCLECLAUSE", 14))
245 246 : return (Node *) _readCTECycleClause();
246 4630772 : if (MATCH("COMMONTABLEEXPR", 15))
247 9280 : return (Node *) _readCommonTableExpr();
248 4621492 : if (MATCH("MERGEWHENCLAUSE", 15))
249 3154 : return (Node *) _readMergeWhenClause();
250 4618338 : if (MATCH("RETURNINGOPTION", 15))
251 150 : return (Node *) _readReturningOption();
252 4618188 : if (MATCH("RETURNINGCLAUSE", 15))
253 3406 : return (Node *) _readReturningClause();
254 4614782 : if (MATCH("TRIGGERTRANSITION", 17))
255 1212 : return (Node *) _readTriggerTransition();
256 4613570 : if (MATCH("JSONOUTPUT", 10))
257 1540 : return (Node *) _readJsonOutput();
258 4612030 : if (MATCH("JSONARGUMENT", 12))
259 630 : return (Node *) _readJsonArgument();
260 4611400 : if (MATCH("JSONFUNCEXPR", 12))
261 2052 : return (Node *) _readJsonFuncExpr();
262 4609348 : if (MATCH("JSONTABLEPATHSPEC", 17))
263 1984 : return (Node *) _readJsonTablePathSpec();
264 4607364 : if (MATCH("JSONTABLE", 9))
265 602 : return (Node *) _readJsonTable();
266 4606762 : if (MATCH("JSONTABLECOLUMN", 15))
267 1660 : return (Node *) _readJsonTableColumn();
268 4605102 : if (MATCH("JSONKEYVALUE", 12))
269 826 : return (Node *) _readJsonKeyValue();
270 4604276 : if (MATCH("JSONPARSEEXPR", 13))
271 164 : return (Node *) _readJsonParseExpr();
272 4604112 : if (MATCH("JSONSCALAREXPR", 14))
273 112 : return (Node *) _readJsonScalarExpr();
274 4604000 : if (MATCH("JSONSERIALIZEEXPR", 17))
275 108 : return (Node *) _readJsonSerializeExpr();
276 4603892 : if (MATCH("JSONOBJECTCONSTRUCTOR", 21))
277 446 : return (Node *) _readJsonObjectConstructor();
278 4603446 : if (MATCH("JSONARRAYCONSTRUCTOR", 20))
279 212 : return (Node *) _readJsonArrayConstructor();
280 4603234 : if (MATCH("JSONARRAYQUERYCONSTRUCTOR", 25))
281 66 : return (Node *) _readJsonArrayQueryConstructor();
282 4603168 : if (MATCH("JSONAGGCONSTRUCTOR", 18))
283 372 : return (Node *) _readJsonAggConstructor();
284 4602796 : if (MATCH("JSONOBJECTAGG", 13))
285 210 : return (Node *) _readJsonObjectAgg();
286 4602586 : if (MATCH("JSONARRAYAGG", 12))
287 162 : return (Node *) _readJsonArrayAgg();
288 4602424 : if (MATCH("RAWSTMT", 7))
289 769210 : return (Node *) _readRawStmt();
290 3833214 : if (MATCH("INSERTSTMT", 10))
291 71860 : return (Node *) _readInsertStmt();
292 3761354 : if (MATCH("DELETESTMT", 10))
293 4544 : return (Node *) _readDeleteStmt();
294 3756810 : if (MATCH("UPDATESTMT", 10))
295 14506 : return (Node *) _readUpdateStmt();
296 3742304 : if (MATCH("MERGESTMT", 9))
297 2056 : return (Node *) _readMergeStmt();
298 3740248 : if (MATCH("SELECTSTMT", 10))
299 538862 : return (Node *) _readSelectStmt();
300 3201386 : if (MATCH("SETOPERATIONSTMT", 16))
301 31596 : return (Node *) _readSetOperationStmt();
302 3169790 : if (MATCH("RETURNSTMT", 10))
303 9964 : return (Node *) _readReturnStmt();
304 3159826 : if (MATCH("PLASSIGNSTMT", 12))
305 0 : return (Node *) _readPLAssignStmt();
306 3159826 : if (MATCH("CREATESCHEMASTMT", 16))
307 2250 : return (Node *) _readCreateSchemaStmt();
308 3157576 : if (MATCH("ALTERTABLESTMT", 14))
309 63968 : return (Node *) _readAlterTableStmt();
310 3093608 : if (MATCH("ALTERTABLECMD", 13))
311 65984 : return (Node *) _readAlterTableCmd();
312 3027624 : if (MATCH("ATALTERCONSTRAINT", 17))
313 600 : return (Node *) _readATAlterConstraint();
314 3027024 : if (MATCH("REPLICAIDENTITYSTMT", 19))
315 988 : return (Node *) _readReplicaIdentityStmt();
316 3026036 : if (MATCH("ALTERCOLLATIONSTMT", 18))
317 12 : return (Node *) _readAlterCollationStmt();
318 3026024 : if (MATCH("ALTERDOMAINSTMT", 15))
319 580 : return (Node *) _readAlterDomainStmt();
320 3025444 : if (MATCH("GRANTSTMT", 9))
321 43070 : return (Node *) _readGrantStmt();
322 2982374 : if (MATCH("OBJECTWITHARGS", 14))
323 44734 : return (Node *) _readObjectWithArgs();
324 2937640 : if (MATCH("ACCESSPRIV", 10))
325 40258 : return (Node *) _readAccessPriv();
326 2897382 : if (MATCH("GRANTROLESTMT", 13))
327 1824 : return (Node *) _readGrantRoleStmt();
328 2895558 : if (MATCH("ALTERDEFAULTPRIVILEGESSTMT", 26))
329 412 : return (Node *) _readAlterDefaultPrivilegesStmt();
330 2895146 : if (MATCH("COPYSTMT", 8))
331 22880 : return (Node *) _readCopyStmt();
332 2872266 : if (MATCH("VARIABLESETSTMT", 15))
333 61062 : return (Node *) _readVariableSetStmt();
334 2811204 : if (MATCH("VARIABLESHOWSTMT", 16))
335 1740 : return (Node *) _readVariableShowStmt();
336 2809464 : if (MATCH("CREATESTMT", 10))
337 80106 : return (Node *) _readCreateStmt();
338 2729358 : if (MATCH("CONSTRAINT", 10))
339 74316 : return (Node *) _readConstraint();
340 2655042 : if (MATCH("CREATETABLESPACESTMT", 20))
341 264 : return (Node *) _readCreateTableSpaceStmt();
342 2654778 : if (MATCH("DROPTABLESPACESTMT", 18))
343 128 : return (Node *) _readDropTableSpaceStmt();
344 2654650 : if (MATCH("ALTERTABLESPACEOPTIONSSTMT", 26))
345 48 : return (Node *) _readAlterTableSpaceOptionsStmt();
346 2654602 : if (MATCH("ALTERTABLEMOVEALLSTMT", 21))
347 60 : return (Node *) _readAlterTableMoveAllStmt();
348 2654542 : if (MATCH("CREATEEXTENSIONSTMT", 19))
349 1160 : return (Node *) _readCreateExtensionStmt();
350 2653382 : if (MATCH("ALTEREXTENSIONSTMT", 18))
351 74 : return (Node *) _readAlterExtensionStmt();
352 2653308 : if (MATCH("ALTEREXTENSIONCONTENTSSTMT", 26))
353 508 : return (Node *) _readAlterExtensionContentsStmt();
354 2652800 : if (MATCH("CREATEFDWSTMT", 13))
355 412 : return (Node *) _readCreateFdwStmt();
356 2652388 : if (MATCH("ALTERFDWSTMT", 12))
357 244 : return (Node *) _readAlterFdwStmt();
358 2652144 : if (MATCH("CREATEFOREIGNSERVERSTMT", 23))
359 594 : return (Node *) _readCreateForeignServerStmt();
360 2651550 : if (MATCH("ALTERFOREIGNSERVERSTMT", 22))
361 464 : return (Node *) _readAlterForeignServerStmt();
362 2651086 : if (MATCH("CREATEFOREIGNTABLESTMT", 22))
363 976 : return (Node *) _readCreateForeignTableStmt();
364 2650110 : if (MATCH("CREATEUSERMAPPINGSTMT", 21))
365 520 : return (Node *) _readCreateUserMappingStmt();
366 2649590 : if (MATCH("ALTERUSERMAPPINGSTMT", 20))
367 236 : return (Node *) _readAlterUserMappingStmt();
368 2649354 : if (MATCH("DROPUSERMAPPINGSTMT", 19))
369 252 : return (Node *) _readDropUserMappingStmt();
370 2649102 : if (MATCH("IMPORTFOREIGNSCHEMASTMT", 23))
371 96 : return (Node *) _readImportForeignSchemaStmt();
372 2649006 : if (MATCH("CREATEPOLICYSTMT", 16))
373 1544 : return (Node *) _readCreatePolicyStmt();
374 2647462 : if (MATCH("ALTERPOLICYSTMT", 15))
375 168 : return (Node *) _readAlterPolicyStmt();
376 2647294 : if (MATCH("CREATEAMSTMT", 12))
377 148 : return (Node *) _readCreateAmStmt();
378 2647146 : if (MATCH("CREATETRIGSTMT", 14))
379 6584 : return (Node *) _readCreateTrigStmt();
380 2640562 : if (MATCH("CREATEEVENTTRIGSTMT", 19))
381 400 : return (Node *) _readCreateEventTrigStmt();
382 2640162 : if (MATCH("ALTEREVENTTRIGSTMT", 18))
383 96 : return (Node *) _readAlterEventTrigStmt();
384 2640066 : if (MATCH("CREATEPLANGSTMT", 15))
385 288 : return (Node *) _readCreatePLangStmt();
386 2639778 : if (MATCH("CREATEROLESTMT", 14))
387 3824 : return (Node *) _readCreateRoleStmt();
388 2635954 : if (MATCH("ALTERROLESTMT", 13))
389 956 : return (Node *) _readAlterRoleStmt();
390 2634998 : if (MATCH("ALTERROLESETSTMT", 16))
391 188 : return (Node *) _readAlterRoleSetStmt();
392 2634810 : if (MATCH("DROPROLESTMT", 12))
393 3532 : return (Node *) _readDropRoleStmt();
394 2631278 : if (MATCH("CREATESEQSTMT", 13))
395 1432 : return (Node *) _readCreateSeqStmt();
396 2629846 : if (MATCH("ALTERSEQSTMT", 12))
397 400 : return (Node *) _readAlterSeqStmt();
398 2629446 : if (MATCH("DEFINESTMT", 10))
399 19576 : return (Node *) _readDefineStmt();
400 2609870 : if (MATCH("CREATEDOMAINSTMT", 16))
401 2948 : return (Node *) _readCreateDomainStmt();
402 2606922 : if (MATCH("CREATEOPCLASSSTMT", 17))
403 1112 : return (Node *) _readCreateOpClassStmt();
404 2605810 : if (MATCH("CREATEOPCLASSITEM", 17))
405 13788 : return (Node *) _readCreateOpClassItem();
406 2592022 : if (MATCH("CREATEOPFAMILYSTMT", 18))
407 296 : return (Node *) _readCreateOpFamilyStmt();
408 2591726 : if (MATCH("ALTEROPFAMILYSTMT", 17))
409 916 : return (Node *) _readAlterOpFamilyStmt();
410 2590810 : if (MATCH("DROPSTMT", 8))
411 53546 : return (Node *) _readDropStmt();
412 2537264 : if (MATCH("TRUNCATESTMT", 12))
413 3642 : return (Node *) _readTruncateStmt();
414 2533622 : if (MATCH("COMMENTSTMT", 11))
415 15260 : return (Node *) _readCommentStmt();
416 2518362 : if (MATCH("SECLABELSTMT", 12))
417 236 : return (Node *) _readSecLabelStmt();
418 2518126 : if (MATCH("DECLARECURSORSTMT", 17))
419 7456 : return (Node *) _readDeclareCursorStmt();
420 2510670 : if (MATCH("CLOSEPORTALSTMT", 15))
421 4504 : return (Node *) _readClosePortalStmt();
422 2506166 : if (MATCH("FETCHSTMT", 9))
423 13698 : return (Node *) _readFetchStmt();
424 2492468 : if (MATCH("INDEXSTMT", 9))
425 13162 : return (Node *) _readIndexStmt();
426 2479306 : if (MATCH("CREATESTATSSTMT", 15))
427 1718 : return (Node *) _readCreateStatsStmt();
428 2477588 : if (MATCH("STATSELEM", 9))
429 4028 : return (Node *) _readStatsElem();
430 2473560 : if (MATCH("ALTERSTATSSTMT", 14))
431 52 : return (Node *) _readAlterStatsStmt();
432 2473508 : if (MATCH("CREATEFUNCTIONSTMT", 18))
433 52064 : return (Node *) _readCreateFunctionStmt();
434 2421444 : if (MATCH("FUNCTIONPARAMETER", 17))
435 160782 : return (Node *) _readFunctionParameter();
436 2260662 : if (MATCH("ALTERFUNCTIONSTMT", 17))
437 716 : return (Node *) _readAlterFunctionStmt();
438 2259946 : if (MATCH("DOSTMT", 6))
439 2240 : return (Node *) _readDoStmt();
440 2257706 : if (MATCH("CALLSTMT", 8))
441 914 : return (Node *) _readCallStmt();
442 2256792 : if (MATCH("RENAMESTMT", 10))
443 2856 : return (Node *) _readRenameStmt();
444 2253936 : if (MATCH("ALTEROBJECTDEPENDSSTMT", 22))
445 92 : return (Node *) _readAlterObjectDependsStmt();
446 2253844 : if (MATCH("ALTEROBJECTSCHEMASTMT", 21))
447 796 : return (Node *) _readAlterObjectSchemaStmt();
448 2253048 : if (MATCH("ALTEROWNERSTMT", 14))
449 3358 : return (Node *) _readAlterOwnerStmt();
450 2249690 : if (MATCH("ALTEROPERATORSTMT", 17))
451 1216 : return (Node *) _readAlterOperatorStmt();
452 2248474 : if (MATCH("ALTERTYPESTMT", 13))
453 120 : return (Node *) _readAlterTypeStmt();
454 2248354 : if (MATCH("RULESTMT", 8))
455 2204 : return (Node *) _readRuleStmt();
456 2246150 : if (MATCH("NOTIFYSTMT", 10))
457 456 : return (Node *) _readNotifyStmt();
458 2245694 : if (MATCH("LISTENSTMT", 10))
459 232 : return (Node *) _readListenStmt();
460 2245462 : if (MATCH("UNLISTENSTMT", 12))
461 312 : return (Node *) _readUnlistenStmt();
462 2245150 : if (MATCH("TRANSACTIONSTMT", 15))
463 97430 : return (Node *) _readTransactionStmt();
464 2147720 : if (MATCH("COMPOSITETYPESTMT", 17))
465 5224 : return (Node *) _readCompositeTypeStmt();
466 2142496 : if (MATCH("CREATEENUMSTMT", 14))
467 412 : return (Node *) _readCreateEnumStmt();
468 2142084 : if (MATCH("CREATERANGESTMT", 15))
469 368 : return (Node *) _readCreateRangeStmt();
470 2141716 : if (MATCH("ALTERENUMSTMT", 13))
471 792 : return (Node *) _readAlterEnumStmt();
472 2140924 : if (MATCH("VIEWSTMT", 8))
473 34716 : return (Node *) _readViewStmt();
474 2106208 : if (MATCH("LOADSTMT", 8))
475 128 : return (Node *) _readLoadStmt();
476 2106080 : if (MATCH("CREATEDBSTMT", 12))
477 1636 : return (Node *) _readCreatedbStmt();
478 2104444 : if (MATCH("ALTERDATABASESTMT", 17))
479 184 : return (Node *) _readAlterDatabaseStmt();
480 2104260 : if (MATCH("ALTERDATABASEREFRESHCOLLSTMT", 28))
481 12 : return (Node *) _readAlterDatabaseRefreshCollStmt();
482 2104248 : if (MATCH("ALTERDATABASESETSTMT", 20))
483 2520 : return (Node *) _readAlterDatabaseSetStmt();
484 2101728 : if (MATCH("DROPDBSTMT", 10))
485 260 : return (Node *) _readDropdbStmt();
486 2101468 : if (MATCH("ALTERSYSTEMSTMT", 15))
487 416 : return (Node *) _readAlterSystemStmt();
488 2101052 : if (MATCH("CLUSTERSTMT", 11))
489 464 : return (Node *) _readClusterStmt();
490 2100588 : if (MATCH("VACUUMSTMT", 10))
491 29422 : return (Node *) _readVacuumStmt();
492 2071166 : if (MATCH("VACUUMRELATION", 14))
493 29066 : return (Node *) _readVacuumRelation();
494 2042100 : if (MATCH("EXPLAINSTMT", 11))
495 41422 : return (Node *) _readExplainStmt();
496 2000678 : if (MATCH("CREATETABLEASSTMT", 17))
497 3884 : return (Node *) _readCreateTableAsStmt();
498 1996794 : if (MATCH("REFRESHMATVIEWSTMT", 18))
499 536 : return (Node *) _readRefreshMatViewStmt();
500 1996258 : if (MATCH("CHECKPOINTSTMT", 14))
501 514 : return (Node *) _readCheckPointStmt();
502 1995744 : if (MATCH("DISCARDSTMT", 11))
503 76 : return (Node *) _readDiscardStmt();
504 1995668 : if (MATCH("LOCKSTMT", 8))
505 2104 : return (Node *) _readLockStmt();
506 1993564 : if (MATCH("CONSTRAINTSSETSTMT", 18))
507 202 : return (Node *) _readConstraintsSetStmt();
508 1993362 : if (MATCH("REINDEXSTMT", 11))
509 2244 : return (Node *) _readReindexStmt();
510 1991118 : if (MATCH("CREATECONVERSIONSTMT", 20))
511 128 : return (Node *) _readCreateConversionStmt();
512 1990990 : if (MATCH("CREATECASTSTMT", 14))
513 556 : return (Node *) _readCreateCastStmt();
514 1990434 : if (MATCH("CREATETRANSFORMSTMT", 19))
515 100 : return (Node *) _readCreateTransformStmt();
516 1990334 : if (MATCH("PREPARESTMT", 11))
517 4028 : return (Node *) _readPrepareStmt();
518 1986306 : if (MATCH("EXECUTESTMT", 11))
519 33262 : return (Node *) _readExecuteStmt();
520 1953044 : if (MATCH("DEALLOCATESTMT", 14))
521 8204 : return (Node *) _readDeallocateStmt();
522 1944840 : if (MATCH("DROPOWNEDSTMT", 13))
523 296 : return (Node *) _readDropOwnedStmt();
524 1944544 : if (MATCH("REASSIGNOWNEDSTMT", 17))
525 92 : return (Node *) _readReassignOwnedStmt();
526 1944452 : if (MATCH("ALTERTSDICTIONARYSTMT", 21))
527 80 : return (Node *) _readAlterTSDictionaryStmt();
528 1944372 : if (MATCH("ALTERTSCONFIGURATIONSTMT", 24))
529 18708 : return (Node *) _readAlterTSConfigurationStmt();
530 1925664 : if (MATCH("PUBLICATIONTABLE", 16))
531 2876 : return (Node *) _readPublicationTable();
532 1922788 : if (MATCH("PUBLICATIONOBJSPEC", 18))
533 3668 : return (Node *) _readPublicationObjSpec();
534 1919120 : if (MATCH("PUBLICATIONALLOBJSPEC", 21))
535 0 : return (Node *) _readPublicationAllObjSpec();
536 1919120 : if (MATCH("CREATEPUBLICATIONSTMT", 21))
537 1792 : return (Node *) _readCreatePublicationStmt();
538 1917328 : if (MATCH("ALTERPUBLICATIONSTMT", 20))
539 2212 : return (Node *) _readAlterPublicationStmt();
540 1915116 : if (MATCH("CREATESUBSCRIPTIONSTMT", 22))
541 968 : return (Node *) _readCreateSubscriptionStmt();
542 1914148 : if (MATCH("ALTERSUBSCRIPTIONSTMT", 21))
543 1078 : return (Node *) _readAlterSubscriptionStmt();
544 1913070 : if (MATCH("DROPSUBSCRIPTIONSTMT", 20))
545 500 : return (Node *) _readDropSubscriptionStmt();
546 1912570 : if (MATCH("WAITSTMT", 8))
547 218 : return (Node *) _readWaitStmt();
548 1912352 : if (MATCH("GROUPBYORDERING", 15))
549 0 : return (Node *) _readGroupByOrdering();
550 1912352 : if (MATCH("PLACEHOLDERVAR", 14))
551 0 : return (Node *) _readPlaceHolderVar();
552 1912352 : if (MATCH("APPENDRELINFO", 13))
553 59276 : return (Node *) _readAppendRelInfo();
554 1853076 : if (MATCH("PLANNEDSTMT", 11))
555 463960 : return (Node *) _readPlannedStmt();
556 1389116 : if (MATCH("RESULT", 6))
557 214262 : return (Node *) _readResult();
558 1174854 : if (MATCH("PROJECTSET", 10))
559 12112 : return (Node *) _readProjectSet();
560 1162742 : if (MATCH("MODIFYTABLE", 11))
561 91426 : return (Node *) _readModifyTable();
562 1071316 : if (MATCH("APPEND", 6))
563 18542 : return (Node *) _readAppend();
564 1052774 : if (MATCH("MERGEAPPEND", 11))
565 574 : return (Node *) _readMergeAppend();
566 1052200 : if (MATCH("RECURSIVEUNION", 14))
567 936 : return (Node *) _readRecursiveUnion();
568 1051264 : if (MATCH("BITMAPAND", 9))
569 250 : return (Node *) _readBitmapAnd();
570 1051014 : if (MATCH("BITMAPOR", 8))
571 434 : return (Node *) _readBitmapOr();
572 1050580 : if (MATCH("SEQSCAN", 7))
573 227812 : return (Node *) _readSeqScan();
574 822768 : if (MATCH("SAMPLESCAN", 10))
575 306 : return (Node *) _readSampleScan();
576 822462 : if (MATCH("INDEXSCAN", 9))
577 144276 : return (Node *) _readIndexScan();
578 678186 : if (MATCH("INDEXONLYSCAN", 13))
579 18776 : return (Node *) _readIndexOnlyScan();
580 659410 : if (MATCH("BITMAPINDEXSCAN", 15))
581 26758 : return (Node *) _readBitmapIndexScan();
582 632652 : if (MATCH("BITMAPHEAPSCAN", 14))
583 26068 : return (Node *) _readBitmapHeapScan();
584 606584 : if (MATCH("TIDSCAN", 7))
585 752 : return (Node *) _readTidScan();
586 605832 : if (MATCH("TIDRANGESCAN", 12))
587 2100 : return (Node *) _readTidRangeScan();
588 603732 : if (MATCH("SUBQUERYSCAN", 12))
589 21806 : return (Node *) _readSubqueryScan();
590 581926 : if (MATCH("FUNCTIONSCAN", 12))
591 53520 : return (Node *) _readFunctionScan();
592 528406 : if (MATCH("VALUESSCAN", 10))
593 8516 : return (Node *) _readValuesScan();
594 519890 : if (MATCH("TABLEFUNCSCAN", 13))
595 626 : return (Node *) _readTableFuncScan();
596 519264 : if (MATCH("CTESCAN", 7))
597 4344 : return (Node *) _readCteScan();
598 514920 : if (MATCH("NAMEDTUPLESTORESCAN", 19))
599 474 : return (Node *) _readNamedTuplestoreScan();
600 514446 : if (MATCH("WORKTABLESCAN", 13))
601 936 : return (Node *) _readWorkTableScan();
602 513510 : if (MATCH("FOREIGNSCAN", 11))
603 2046 : return (Node *) _readForeignScan();
604 511464 : if (MATCH("CUSTOMSCAN", 10))
605 0 : return (Node *) _readCustomScan();
606 511464 : if (MATCH("NESTLOOP", 8))
607 101318 : return (Node *) _readNestLoop();
608 410146 : if (MATCH("NESTLOOPPARAM", 13))
609 56304 : return (Node *) _readNestLoopParam();
610 353842 : if (MATCH("MERGEJOIN", 9))
611 7944 : return (Node *) _readMergeJoin();
612 345898 : if (MATCH("HASHJOIN", 8))
613 36158 : return (Node *) _readHashJoin();
614 309740 : if (MATCH("MATERIAL", 8))
615 4674 : return (Node *) _readMaterial();
616 305066 : if (MATCH("MEMOIZE", 7))
617 2036 : return (Node *) _readMemoize();
618 303030 : if (MATCH("SORT", 4))
619 81592 : return (Node *) _readSort();
620 221438 : if (MATCH("INCREMENTALSORT", 15))
621 1022 : return (Node *) _readIncrementalSort();
622 220416 : if (MATCH("GROUP", 5))
623 246 : return (Node *) _readGroup();
624 220170 : if (MATCH("AGG", 3))
625 52414 : return (Node *) _readAgg();
626 167756 : if (MATCH("WINDOWAGG", 9))
627 2762 : return (Node *) _readWindowAgg();
628 164994 : if (MATCH("UNIQUE", 6))
629 5792 : return (Node *) _readUnique();
630 159202 : if (MATCH("GATHER", 6))
631 1150 : return (Node *) _readGather();
632 158052 : if (MATCH("GATHERMERGE", 11))
633 360 : return (Node *) _readGatherMerge();
634 157692 : if (MATCH("HASH", 4))
635 36158 : return (Node *) _readHash();
636 121534 : if (MATCH("SETOP", 5))
637 680 : return (Node *) _readSetOp();
638 120854 : if (MATCH("LOCKROWS", 8))
639 13550 : return (Node *) _readLockRows();
640 107304 : if (MATCH("LIMIT", 5))
641 4988 : return (Node *) _readLimit();
642 102316 : if (MATCH("PLANROWMARK", 11))
643 37972 : return (Node *) _readPlanRowMark();
644 64344 : if (MATCH("PARTITIONPRUNEINFO", 18))
645 694 : return (Node *) _readPartitionPruneInfo();
646 63650 : if (MATCH("PARTITIONEDRELPRUNEINFO", 23))
647 1396 : return (Node *) _readPartitionedRelPruneInfo();
648 62254 : if (MATCH("PARTITIONPRUNESTEPOP", 20))
649 1170 : return (Node *) _readPartitionPruneStepOp();
650 61084 : if (MATCH("PARTITIONPRUNESTEPCOMBINE", 25))
651 222 : return (Node *) _readPartitionPruneStepCombine();
652 60862 : if (MATCH("PLANINVALITEM", 13))
653 60862 : return (Node *) _readPlanInvalItem();
654 0 : if (MATCH("EXTENSIBLENODE", 14))
655 0 : return (Node *) _readExtensibleNode();
|