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 53595220 : if (MATCH("ALIAS", 5))
19 3003570 : return (Node *) _readAlias();
20 50591650 : if (MATCH("RANGEVAR", 8))
21 895794 : return (Node *) _readRangeVar();
22 49695856 : if (MATCH("TABLEFUNC", 9))
23 1488 : return (Node *) _readTableFunc();
24 49694368 : if (MATCH("INTOCLAUSE", 10))
25 4006 : return (Node *) _readIntoClause();
26 49690362 : if (MATCH("VAR", 3))
27 14376516 : return (Node *) _readVar();
28 35313846 : if (MATCH("CONST", 5))
29 3209172 : return (Node *) _readConst();
30 32104674 : if (MATCH("PARAM", 5))
31 335748 : return (Node *) _readParam();
32 31768926 : if (MATCH("AGGREF", 6))
33 112926 : return (Node *) _readAggref();
34 31656000 : if (MATCH("GROUPINGFUNC", 12))
35 1116 : return (Node *) _readGroupingFunc();
36 31654884 : if (MATCH("WINDOWFUNC", 10))
37 7984 : return (Node *) _readWindowFunc();
38 31646900 : if (MATCH("WINDOWFUNCRUNCONDITION", 22))
39 360 : return (Node *) _readWindowFuncRunCondition();
40 31646540 : if (MATCH("MERGESUPPORTFUNC", 16))
41 856 : return (Node *) _readMergeSupportFunc();
42 31645684 : if (MATCH("SUBSCRIPTINGREF", 15))
43 37970 : return (Node *) _readSubscriptingRef();
44 31607714 : if (MATCH("FUNCEXPR", 8))
45 1009796 : return (Node *) _readFuncExpr();
46 30597918 : if (MATCH("NAMEDARGEXPR", 12))
47 95032 : return (Node *) _readNamedArgExpr();
48 30502886 : if (MATCH("OPEXPR", 6))
49 1659538 : return (Node *) _readOpExpr();
50 28843348 : if (MATCH("DISTINCTEXPR", 12))
51 2202 : return (Node *) _readDistinctExpr();
52 28841146 : if (MATCH("NULLIFEXPR", 10))
53 1140 : return (Node *) _readNullIfExpr();
54 28840006 : if (MATCH("SCALARARRAYOPEXPR", 17))
55 81314 : return (Node *) _readScalarArrayOpExpr();
56 28758692 : if (MATCH("BOOLEXPR", 8))
57 406310 : return (Node *) _readBoolExpr();
58 28352382 : if (MATCH("SUBLINK", 7))
59 105292 : return (Node *) _readSubLink();
60 28247090 : if (MATCH("SUBPLAN", 7))
61 43396 : return (Node *) _readSubPlan();
62 28203694 : if (MATCH("ALTERNATIVESUBPLAN", 18))
63 0 : return (Node *) _readAlternativeSubPlan();
64 28203694 : if (MATCH("FIELDSELECT", 11))
65 32560 : return (Node *) _readFieldSelect();
66 28171134 : if (MATCH("FIELDSTORE", 10))
67 1106 : return (Node *) _readFieldStore();
68 28170028 : if (MATCH("RELABELTYPE", 11))
69 275118 : return (Node *) _readRelabelType();
70 27894910 : if (MATCH("COERCEVIAIO", 11))
71 54704 : return (Node *) _readCoerceViaIO();
72 27840206 : if (MATCH("ARRAYCOERCEEXPR", 15))
73 11082 : return (Node *) _readArrayCoerceExpr();
74 27829124 : if (MATCH("CONVERTROWTYPEEXPR", 18))
75 870 : return (Node *) _readConvertRowtypeExpr();
76 27828254 : if (MATCH("COLLATEEXPR", 11))
77 9504 : return (Node *) _readCollateExpr();
78 27818750 : if (MATCH("CASEEXPR", 8))
79 149784 : return (Node *) _readCaseExpr();
80 27668966 : if (MATCH("CASEWHEN", 8))
81 288772 : return (Node *) _readCaseWhen();
82 27380194 : if (MATCH("CASETESTEXPR", 12))
83 66436 : return (Node *) _readCaseTestExpr();
84 27313758 : if (MATCH("ARRAYEXPR", 9))
85 39372 : return (Node *) _readArrayExpr();
86 27274386 : if (MATCH("ROWEXPR", 7))
87 13596 : return (Node *) _readRowExpr();
88 27260790 : if (MATCH("ROWCOMPAREEXPR", 14))
89 744 : return (Node *) _readRowCompareExpr();
90 27260046 : if (MATCH("COALESCEEXPR", 12))
91 19736 : return (Node *) _readCoalesceExpr();
92 27240310 : if (MATCH("MINMAXEXPR", 10))
93 966 : return (Node *) _readMinMaxExpr();
94 27239344 : if (MATCH("SQLVALUEFUNCTION", 16))
95 13826 : return (Node *) _readSQLValueFunction();
96 27225518 : if (MATCH("XMLEXPR", 7))
97 2504 : return (Node *) _readXmlExpr();
98 27223014 : if (MATCH("JSONFORMAT", 10))
99 24838 : return (Node *) _readJsonFormat();
100 27198176 : if (MATCH("JSONRETURNING", 13))
101 10538 : return (Node *) _readJsonReturning();
102 27187638 : if (MATCH("JSONVALUEEXPR", 13))
103 6470 : return (Node *) _readJsonValueExpr();
104 27181168 : if (MATCH("JSONCONSTRUCTOREXPR", 19))
105 2822 : return (Node *) _readJsonConstructorExpr();
106 27178346 : if (MATCH("JSONISPREDICATE", 15))
107 1128 : return (Node *) _readJsonIsPredicate();
108 27177218 : if (MATCH("JSONBEHAVIOR", 12))
109 11910 : return (Node *) _readJsonBehavior();
110 27165308 : if (MATCH("JSONEXPR", 8))
111 6176 : return (Node *) _readJsonExpr();
112 27159132 : if (MATCH("JSONTABLEPATH", 13))
113 1568 : return (Node *) _readJsonTablePath();
114 27157564 : if (MATCH("JSONTABLEPATHSCAN", 17))
115 1568 : return (Node *) _readJsonTablePathScan();
116 27155996 : if (MATCH("JSONTABLESIBLINGJOIN", 20))
117 210 : return (Node *) _readJsonTableSiblingJoin();
118 27155786 : if (MATCH("NULLTEST", 8))
119 58064 : return (Node *) _readNullTest();
120 27097722 : if (MATCH("BOOLEANTEST", 11))
121 3912 : return (Node *) _readBooleanTest();
122 27093810 : if (MATCH("MERGEACTION", 11))
123 6784 : return (Node *) _readMergeAction();
124 27087026 : if (MATCH("COERCETODOMAIN", 14))
125 143096 : return (Node *) _readCoerceToDomain();
126 26943930 : if (MATCH("COERCETODOMAINVALUE", 19))
127 1916 : return (Node *) _readCoerceToDomainValue();
128 26942014 : if (MATCH("SETTODEFAULT", 12))
129 1822 : return (Node *) _readSetToDefault();
130 26940192 : if (MATCH("CURRENTOFEXPR", 13))
131 902 : return (Node *) _readCurrentOfExpr();
132 26939290 : if (MATCH("NEXTVALUEEXPR", 13))
133 892 : return (Node *) _readNextValueExpr();
134 26938398 : if (MATCH("INFERENCEELEM", 13))
135 1974 : return (Node *) _readInferenceElem();
136 26936424 : if (MATCH("RETURNINGEXPR", 13))
137 1158 : return (Node *) _readReturningExpr();
138 26935266 : if (MATCH("TARGETENTRY", 11))
139 7795646 : return (Node *) _readTargetEntry();
140 19139620 : if (MATCH("RANGETBLREF", 11))
141 687130 : return (Node *) _readRangeTblRef();
142 18452490 : if (MATCH("JOINEXPR", 8))
143 230878 : return (Node *) _readJoinExpr();
144 18221612 : if (MATCH("FROMEXPR", 8))
145 667862 : return (Node *) _readFromExpr();
146 17553750 : if (MATCH("ONCONFLICTEXPR", 14))
147 1970 : return (Node *) _readOnConflictExpr();
148 17551780 : if (MATCH("QUERY", 5))
149 1077180 : return (Node *) _readQuery();
150 16474600 : if (MATCH("TYPENAME", 8))
151 853670 : return (Node *) _readTypeName();
152 15620930 : if (MATCH("COLUMNREF", 9))
153 2127888 : return (Node *) _readColumnRef();
154 13493042 : if (MATCH("PARAMREF", 8))
155 55404 : return (Node *) _readParamRef();
156 13437638 : if (MATCH("A_EXPR", 6))
157 673514 : return (Node *) _readA_Expr();
158 12764124 : if (MATCH("A_CONST", 7))
159 1498160 : return (Node *) _readA_Const();
160 11265964 : if (MATCH("TYPECAST", 8))
161 381120 : return (Node *) _readTypeCast();
162 10884844 : if (MATCH("COLLATECLAUSE", 13))
163 11204 : return (Node *) _readCollateClause();
164 10873640 : if (MATCH("ROLESPEC", 8))
165 61796 : return (Node *) _readRoleSpec();
166 10811844 : if (MATCH("FUNCCALL", 8))
167 426460 : return (Node *) _readFuncCall();
168 10385384 : if (MATCH("A_STAR", 6))
169 72778 : return (Node *) _readA_Star();
170 10312606 : if (MATCH("A_INDICES", 9))
171 15402 : return (Node *) _readA_Indices();
172 10297204 : if (MATCH("A_INDIRECTION", 13))
173 36500 : return (Node *) _readA_Indirection();
174 10260704 : if (MATCH("A_ARRAYEXPR", 11))
175 7192 : return (Node *) _readA_ArrayExpr();
176 10253512 : if (MATCH("RESTARGET", 9))
177 1350122 : return (Node *) _readResTarget();
178 8903390 : if (MATCH("MULTIASSIGNREF", 14))
179 402 : return (Node *) _readMultiAssignRef();
180 8902988 : if (MATCH("SORTBY", 6))
181 112690 : return (Node *) _readSortBy();
182 8790298 : if (MATCH("WINDOWDEF", 9))
183 4766 : return (Node *) _readWindowDef();
184 8785532 : if (MATCH("RANGESUBSELECT", 14))
185 24976 : return (Node *) _readRangeSubselect();
186 8760556 : if (MATCH("RANGEFUNCTION", 13))
187 54198 : return (Node *) _readRangeFunction();
188 8706358 : if (MATCH("RANGETABLEFUNC", 14))
189 254 : return (Node *) _readRangeTableFunc();
190 8706104 : if (MATCH("RANGETABLEFUNCCOL", 17))
191 882 : return (Node *) _readRangeTableFuncCol();
192 8705222 : if (MATCH("RANGETABLESAMPLE", 16))
193 292 : return (Node *) _readRangeTableSample();
194 8704930 : if (MATCH("COLUMNDEF", 9))
195 148646 : return (Node *) _readColumnDef();
196 8556284 : if (MATCH("TABLELIKECLAUSE", 15))
197 1572 : return (Node *) _readTableLikeClause();
198 8554712 : if (MATCH("INDEXELEM", 9))
199 19848 : return (Node *) _readIndexElem();
200 8534864 : if (MATCH("DEFELEM", 7))
201 373230 : return (Node *) _readDefElem();
202 8161634 : if (MATCH("LOCKINGCLAUSE", 13))
203 7780 : return (Node *) _readLockingClause();
204 8153854 : if (MATCH("XMLSERIALIZE", 12))
205 250 : return (Node *) _readXmlSerialize();
206 8153604 : if (MATCH("PARTITIONELEM", 13))
207 12180 : return (Node *) _readPartitionElem();
208 8141424 : if (MATCH("PARTITIONSPEC", 13))
209 11208 : return (Node *) _readPartitionSpec();
210 8130216 : if (MATCH("PARTITIONBOUNDSPEC", 18))
211 74886 : return (Node *) _readPartitionBoundSpec();
212 8055330 : if (MATCH("PARTITIONRANGEDATUM", 19))
213 60852 : return (Node *) _readPartitionRangeDatum();
214 7994478 : if (MATCH("SINGLEPARTITIONSPEC", 19))
215 2208 : return (Node *) _readSinglePartitionSpec();
216 7992270 : if (MATCH("PARTITIONCMD", 12))
217 8478 : return (Node *) _readPartitionCmd();
218 7983792 : if (MATCH("RANGETBLENTRY", 13))
219 1911860 : return (Node *) _readRangeTblEntry();
220 6071932 : if (MATCH("RTEPERMISSIONINFO", 17))
221 1116616 : return (Node *) _readRTEPermissionInfo();
222 4955316 : if (MATCH("RANGETBLFUNCTION", 16))
223 119784 : return (Node *) _readRangeTblFunction();
224 4835532 : if (MATCH("TABLESAMPLECLAUSE", 17))
225 614 : return (Node *) _readTableSampleClause();
226 4834918 : if (MATCH("WITHCHECKOPTION", 15))
227 5742 : return (Node *) _readWithCheckOption();
228 4829176 : if (MATCH("SORTGROUPCLAUSE", 15))
229 171498 : return (Node *) _readSortGroupClause();
230 4657678 : if (MATCH("GROUPINGSET", 11))
231 5004 : return (Node *) _readGroupingSet();
232 4652674 : if (MATCH("WINDOWCLAUSE", 12))
233 3280 : return (Node *) _readWindowClause();
234 4649394 : if (MATCH("ROWMARKCLAUSE", 13))
235 11160 : return (Node *) _readRowMarkClause();
236 4638234 : if (MATCH("WITHCLAUSE", 10))
237 3538 : return (Node *) _readWithClause();
238 4634696 : if (MATCH("INFERCLAUSE", 11))
239 1754 : return (Node *) _readInferClause();
240 4632942 : if (MATCH("ONCONFLICTCLAUSE", 16))
241 2012 : return (Node *) _readOnConflictClause();
242 4630930 : if (MATCH("CTESEARCHCLAUSE", 15))
243 228 : return (Node *) _readCTESearchClause();
244 4630702 : if (MATCH("CTECYCLECLAUSE", 14))
245 246 : return (Node *) _readCTECycleClause();
246 4630456 : if (MATCH("COMMONTABLEEXPR", 15))
247 9512 : return (Node *) _readCommonTableExpr();
248 4620944 : if (MATCH("MERGEWHENCLAUSE", 15))
249 3154 : return (Node *) _readMergeWhenClause();
250 4617790 : if (MATCH("RETURNINGOPTION", 15))
251 150 : return (Node *) _readReturningOption();
252 4617640 : if (MATCH("RETURNINGCLAUSE", 15))
253 3408 : return (Node *) _readReturningClause();
254 4614232 : if (MATCH("TRIGGERTRANSITION", 17))
255 1212 : return (Node *) _readTriggerTransition();
256 4613020 : if (MATCH("JSONOUTPUT", 10))
257 1540 : return (Node *) _readJsonOutput();
258 4611480 : if (MATCH("JSONARGUMENT", 12))
259 630 : return (Node *) _readJsonArgument();
260 4610850 : if (MATCH("JSONFUNCEXPR", 12))
261 2052 : return (Node *) _readJsonFuncExpr();
262 4608798 : if (MATCH("JSONTABLEPATHSPEC", 17))
263 1984 : return (Node *) _readJsonTablePathSpec();
264 4606814 : if (MATCH("JSONTABLE", 9))
265 602 : return (Node *) _readJsonTable();
266 4606212 : if (MATCH("JSONTABLECOLUMN", 15))
267 1660 : return (Node *) _readJsonTableColumn();
268 4604552 : if (MATCH("JSONKEYVALUE", 12))
269 826 : return (Node *) _readJsonKeyValue();
270 4603726 : if (MATCH("JSONPARSEEXPR", 13))
271 164 : return (Node *) _readJsonParseExpr();
272 4603562 : if (MATCH("JSONSCALAREXPR", 14))
273 112 : return (Node *) _readJsonScalarExpr();
274 4603450 : if (MATCH("JSONSERIALIZEEXPR", 17))
275 108 : return (Node *) _readJsonSerializeExpr();
276 4603342 : if (MATCH("JSONOBJECTCONSTRUCTOR", 21))
277 446 : return (Node *) _readJsonObjectConstructor();
278 4602896 : if (MATCH("JSONARRAYCONSTRUCTOR", 20))
279 212 : return (Node *) _readJsonArrayConstructor();
280 4602684 : if (MATCH("JSONARRAYQUERYCONSTRUCTOR", 25))
281 66 : return (Node *) _readJsonArrayQueryConstructor();
282 4602618 : if (MATCH("JSONAGGCONSTRUCTOR", 18))
283 372 : return (Node *) _readJsonAggConstructor();
284 4602246 : if (MATCH("JSONOBJECTAGG", 13))
285 210 : return (Node *) _readJsonObjectAgg();
286 4602036 : if (MATCH("JSONARRAYAGG", 12))
287 162 : return (Node *) _readJsonArrayAgg();
288 4601874 : if (MATCH("RAWSTMT", 7))
289 768904 : return (Node *) _readRawStmt();
290 3832970 : if (MATCH("INSERTSTMT", 10))
291 71422 : return (Node *) _readInsertStmt();
292 3761548 : if (MATCH("DELETESTMT", 10))
293 4544 : return (Node *) _readDeleteStmt();
294 3757004 : if (MATCH("UPDATESTMT", 10))
295 14506 : return (Node *) _readUpdateStmt();
296 3742498 : if (MATCH("MERGESTMT", 9))
297 2056 : return (Node *) _readMergeStmt();
298 3740442 : if (MATCH("SELECTSTMT", 10))
299 538460 : return (Node *) _readSelectStmt();
300 3201982 : if (MATCH("SETOPERATIONSTMT", 16))
301 31600 : return (Node *) _readSetOperationStmt();
302 3170382 : if (MATCH("RETURNSTMT", 10))
303 9964 : return (Node *) _readReturnStmt();
304 3160418 : if (MATCH("PLASSIGNSTMT", 12))
305 0 : return (Node *) _readPLAssignStmt();
306 3160418 : if (MATCH("CREATESCHEMASTMT", 16))
307 2250 : return (Node *) _readCreateSchemaStmt();
308 3158168 : if (MATCH("ALTERTABLESTMT", 14))
309 63992 : return (Node *) _readAlterTableStmt();
310 3094176 : if (MATCH("ALTERTABLECMD", 13))
311 66008 : return (Node *) _readAlterTableCmd();
312 3028168 : if (MATCH("ATALTERCONSTRAINT", 17))
313 600 : return (Node *) _readATAlterConstraint();
314 3027568 : if (MATCH("REPLICAIDENTITYSTMT", 19))
315 988 : return (Node *) _readReplicaIdentityStmt();
316 3026580 : if (MATCH("ALTERCOLLATIONSTMT", 18))
317 12 : return (Node *) _readAlterCollationStmt();
318 3026568 : if (MATCH("ALTERDOMAINSTMT", 15))
319 580 : return (Node *) _readAlterDomainStmt();
320 3025988 : if (MATCH("GRANTSTMT", 9))
321 42774 : return (Node *) _readGrantStmt();
322 2983214 : if (MATCH("OBJECTWITHARGS", 14))
323 44802 : return (Node *) _readObjectWithArgs();
324 2938412 : if (MATCH("ACCESSPRIV", 10))
325 39962 : return (Node *) _readAccessPriv();
326 2898450 : if (MATCH("GRANTROLESTMT", 13))
327 1824 : return (Node *) _readGrantRoleStmt();
328 2896626 : if (MATCH("ALTERDEFAULTPRIVILEGESSTMT", 26))
329 412 : return (Node *) _readAlterDefaultPrivilegesStmt();
330 2896214 : if (MATCH("COPYSTMT", 8))
331 22940 : return (Node *) _readCopyStmt();
332 2873274 : if (MATCH("VARIABLESETSTMT", 15))
333 61218 : return (Node *) _readVariableSetStmt();
334 2812056 : if (MATCH("VARIABLESHOWSTMT", 16))
335 1800 : return (Node *) _readVariableShowStmt();
336 2810256 : if (MATCH("CREATESTMT", 10))
337 80142 : return (Node *) _readCreateStmt();
338 2730114 : if (MATCH("CONSTRAINT", 10))
339 74336 : return (Node *) _readConstraint();
340 2655778 : if (MATCH("CREATETABLESPACESTMT", 20))
341 264 : return (Node *) _readCreateTableSpaceStmt();
342 2655514 : if (MATCH("DROPTABLESPACESTMT", 18))
343 128 : return (Node *) _readDropTableSpaceStmt();
344 2655386 : if (MATCH("ALTERTABLESPACEOPTIONSSTMT", 26))
345 48 : return (Node *) _readAlterTableSpaceOptionsStmt();
346 2655338 : if (MATCH("ALTERTABLEMOVEALLSTMT", 21))
347 60 : return (Node *) _readAlterTableMoveAllStmt();
348 2655278 : if (MATCH("CREATEEXTENSIONSTMT", 19))
349 1160 : return (Node *) _readCreateExtensionStmt();
350 2654118 : if (MATCH("ALTEREXTENSIONSTMT", 18))
351 74 : return (Node *) _readAlterExtensionStmt();
352 2654044 : if (MATCH("ALTEREXTENSIONCONTENTSSTMT", 26))
353 508 : return (Node *) _readAlterExtensionContentsStmt();
354 2653536 : if (MATCH("CREATEFDWSTMT", 13))
355 412 : return (Node *) _readCreateFdwStmt();
356 2653124 : if (MATCH("ALTERFDWSTMT", 12))
357 244 : return (Node *) _readAlterFdwStmt();
358 2652880 : if (MATCH("CREATEFOREIGNSERVERSTMT", 23))
359 594 : return (Node *) _readCreateForeignServerStmt();
360 2652286 : if (MATCH("ALTERFOREIGNSERVERSTMT", 22))
361 464 : return (Node *) _readAlterForeignServerStmt();
362 2651822 : if (MATCH("CREATEFOREIGNTABLESTMT", 22))
363 976 : return (Node *) _readCreateForeignTableStmt();
364 2650846 : if (MATCH("CREATEUSERMAPPINGSTMT", 21))
365 520 : return (Node *) _readCreateUserMappingStmt();
366 2650326 : if (MATCH("ALTERUSERMAPPINGSTMT", 20))
367 236 : return (Node *) _readAlterUserMappingStmt();
368 2650090 : if (MATCH("DROPUSERMAPPINGSTMT", 19))
369 252 : return (Node *) _readDropUserMappingStmt();
370 2649838 : if (MATCH("IMPORTFOREIGNSCHEMASTMT", 23))
371 96 : return (Node *) _readImportForeignSchemaStmt();
372 2649742 : if (MATCH("CREATEPOLICYSTMT", 16))
373 1544 : return (Node *) _readCreatePolicyStmt();
374 2648198 : if (MATCH("ALTERPOLICYSTMT", 15))
375 168 : return (Node *) _readAlterPolicyStmt();
376 2648030 : if (MATCH("CREATEAMSTMT", 12))
377 148 : return (Node *) _readCreateAmStmt();
378 2647882 : if (MATCH("CREATETRIGSTMT", 14))
379 6584 : return (Node *) _readCreateTrigStmt();
380 2641298 : if (MATCH("CREATEEVENTTRIGSTMT", 19))
381 400 : return (Node *) _readCreateEventTrigStmt();
382 2640898 : if (MATCH("ALTEREVENTTRIGSTMT", 18))
383 96 : return (Node *) _readAlterEventTrigStmt();
384 2640802 : if (MATCH("CREATEPLANGSTMT", 15))
385 288 : return (Node *) _readCreatePLangStmt();
386 2640514 : if (MATCH("CREATEROLESTMT", 14))
387 3832 : return (Node *) _readCreateRoleStmt();
388 2636682 : if (MATCH("ALTERROLESTMT", 13))
389 956 : return (Node *) _readAlterRoleStmt();
390 2635726 : if (MATCH("ALTERROLESETSTMT", 16))
391 188 : return (Node *) _readAlterRoleSetStmt();
392 2635538 : if (MATCH("DROPROLESTMT", 12))
393 3532 : return (Node *) _readDropRoleStmt();
394 2632006 : if (MATCH("CREATESEQSTMT", 13))
395 1432 : return (Node *) _readCreateSeqStmt();
396 2630574 : if (MATCH("ALTERSEQSTMT", 12))
397 400 : return (Node *) _readAlterSeqStmt();
398 2630174 : if (MATCH("DEFINESTMT", 10))
399 19576 : return (Node *) _readDefineStmt();
400 2610598 : if (MATCH("CREATEDOMAINSTMT", 16))
401 2948 : return (Node *) _readCreateDomainStmt();
402 2607650 : if (MATCH("CREATEOPCLASSSTMT", 17))
403 1112 : return (Node *) _readCreateOpClassStmt();
404 2606538 : if (MATCH("CREATEOPCLASSITEM", 17))
405 13788 : return (Node *) _readCreateOpClassItem();
406 2592750 : if (MATCH("CREATEOPFAMILYSTMT", 18))
407 296 : return (Node *) _readCreateOpFamilyStmt();
408 2592454 : if (MATCH("ALTEROPFAMILYSTMT", 17))
409 916 : return (Node *) _readAlterOpFamilyStmt();
410 2591538 : if (MATCH("DROPSTMT", 8))
411 53610 : return (Node *) _readDropStmt();
412 2537928 : if (MATCH("TRUNCATESTMT", 12))
413 3642 : return (Node *) _readTruncateStmt();
414 2534286 : if (MATCH("COMMENTSTMT", 11))
415 15260 : return (Node *) _readCommentStmt();
416 2519026 : if (MATCH("SECLABELSTMT", 12))
417 236 : return (Node *) _readSecLabelStmt();
418 2518790 : if (MATCH("DECLARECURSORSTMT", 17))
419 7456 : return (Node *) _readDeclareCursorStmt();
420 2511334 : if (MATCH("CLOSEPORTALSTMT", 15))
421 4504 : return (Node *) _readClosePortalStmt();
422 2506830 : if (MATCH("FETCHSTMT", 9))
423 13698 : return (Node *) _readFetchStmt();
424 2493132 : if (MATCH("INDEXSTMT", 9))
425 13146 : return (Node *) _readIndexStmt();
426 2479986 : if (MATCH("CREATESTATSSTMT", 15))
427 1718 : return (Node *) _readCreateStatsStmt();
428 2478268 : if (MATCH("STATSELEM", 9))
429 4028 : return (Node *) _readStatsElem();
430 2474240 : if (MATCH("ALTERSTATSSTMT", 14))
431 52 : return (Node *) _readAlterStatsStmt();
432 2474188 : if (MATCH("CREATEFUNCTIONSTMT", 18))
433 52156 : return (Node *) _readCreateFunctionStmt();
434 2422032 : if (MATCH("FUNCTIONPARAMETER", 17))
435 160974 : return (Node *) _readFunctionParameter();
436 2261058 : if (MATCH("ALTERFUNCTIONSTMT", 17))
437 716 : return (Node *) _readAlterFunctionStmt();
438 2260342 : if (MATCH("DOSTMT", 6))
439 2248 : return (Node *) _readDoStmt();
440 2258094 : if (MATCH("CALLSTMT", 8))
441 914 : return (Node *) _readCallStmt();
442 2257180 : if (MATCH("RENAMESTMT", 10))
443 2856 : return (Node *) _readRenameStmt();
444 2254324 : if (MATCH("ALTEROBJECTDEPENDSSTMT", 22))
445 92 : return (Node *) _readAlterObjectDependsStmt();
446 2254232 : if (MATCH("ALTEROBJECTSCHEMASTMT", 21))
447 796 : return (Node *) _readAlterObjectSchemaStmt();
448 2253436 : if (MATCH("ALTEROWNERSTMT", 14))
449 3366 : return (Node *) _readAlterOwnerStmt();
450 2250070 : if (MATCH("ALTEROPERATORSTMT", 17))
451 1216 : return (Node *) _readAlterOperatorStmt();
452 2248854 : if (MATCH("ALTERTYPESTMT", 13))
453 120 : return (Node *) _readAlterTypeStmt();
454 2248734 : if (MATCH("RULESTMT", 8))
455 2204 : return (Node *) _readRuleStmt();
456 2246530 : if (MATCH("NOTIFYSTMT", 10))
457 456 : return (Node *) _readNotifyStmt();
458 2246074 : if (MATCH("LISTENSTMT", 10))
459 232 : return (Node *) _readListenStmt();
460 2245842 : if (MATCH("UNLISTENSTMT", 12))
461 312 : return (Node *) _readUnlistenStmt();
462 2245530 : if (MATCH("TRANSACTIONSTMT", 15))
463 97138 : return (Node *) _readTransactionStmt();
464 2148392 : if (MATCH("COMPOSITETYPESTMT", 17))
465 5224 : return (Node *) _readCompositeTypeStmt();
466 2143168 : if (MATCH("CREATEENUMSTMT", 14))
467 412 : return (Node *) _readCreateEnumStmt();
468 2142756 : if (MATCH("CREATERANGESTMT", 15))
469 368 : return (Node *) _readCreateRangeStmt();
470 2142388 : if (MATCH("ALTERENUMSTMT", 13))
471 792 : return (Node *) _readAlterEnumStmt();
472 2141596 : if (MATCH("VIEWSTMT", 8))
473 34716 : return (Node *) _readViewStmt();
474 2106880 : if (MATCH("LOADSTMT", 8))
475 128 : return (Node *) _readLoadStmt();
476 2106752 : if (MATCH("CREATEDBSTMT", 12))
477 1640 : return (Node *) _readCreatedbStmt();
478 2105112 : if (MATCH("ALTERDATABASESTMT", 17))
479 184 : return (Node *) _readAlterDatabaseStmt();
480 2104928 : if (MATCH("ALTERDATABASEREFRESHCOLLSTMT", 28))
481 12 : return (Node *) _readAlterDatabaseRefreshCollStmt();
482 2104916 : if (MATCH("ALTERDATABASESETSTMT", 20))
483 2520 : return (Node *) _readAlterDatabaseSetStmt();
484 2102396 : if (MATCH("DROPDBSTMT", 10))
485 260 : return (Node *) _readDropdbStmt();
486 2102136 : if (MATCH("ALTERSYSTEMSTMT", 15))
487 420 : return (Node *) _readAlterSystemStmt();
488 2101716 : if (MATCH("CLUSTERSTMT", 11))
489 476 : return (Node *) _readClusterStmt();
490 2101240 : if (MATCH("VACUUMSTMT", 10))
491 29422 : return (Node *) _readVacuumStmt();
492 2071818 : if (MATCH("VACUUMRELATION", 14))
493 29066 : return (Node *) _readVacuumRelation();
494 2042752 : if (MATCH("EXPLAINSTMT", 11))
495 41422 : return (Node *) _readExplainStmt();
496 2001330 : if (MATCH("CREATETABLEASSTMT", 17))
497 3880 : return (Node *) _readCreateTableAsStmt();
498 1997450 : if (MATCH("REFRESHMATVIEWSTMT", 18))
499 536 : return (Node *) _readRefreshMatViewStmt();
500 1996914 : if (MATCH("CHECKPOINTSTMT", 14))
501 502 : return (Node *) _readCheckPointStmt();
502 1996412 : if (MATCH("DISCARDSTMT", 11))
503 76 : return (Node *) _readDiscardStmt();
504 1996336 : if (MATCH("LOCKSTMT", 8))
505 2104 : return (Node *) _readLockStmt();
506 1994232 : if (MATCH("CONSTRAINTSSETSTMT", 18))
507 202 : return (Node *) _readConstraintsSetStmt();
508 1994030 : if (MATCH("REINDEXSTMT", 11))
509 2288 : return (Node *) _readReindexStmt();
510 1991742 : if (MATCH("CREATECONVERSIONSTMT", 20))
511 128 : return (Node *) _readCreateConversionStmt();
512 1991614 : if (MATCH("CREATECASTSTMT", 14))
513 556 : return (Node *) _readCreateCastStmt();
514 1991058 : if (MATCH("CREATETRANSFORMSTMT", 19))
515 100 : return (Node *) _readCreateTransformStmt();
516 1990958 : if (MATCH("PREPARESTMT", 11))
517 4028 : return (Node *) _readPrepareStmt();
518 1986930 : if (MATCH("EXECUTESTMT", 11))
519 33302 : return (Node *) _readExecuteStmt();
520 1953628 : if (MATCH("DEALLOCATESTMT", 14))
521 8204 : return (Node *) _readDeallocateStmt();
522 1945424 : if (MATCH("DROPOWNEDSTMT", 13))
523 296 : return (Node *) _readDropOwnedStmt();
524 1945128 : if (MATCH("REASSIGNOWNEDSTMT", 17))
525 92 : return (Node *) _readReassignOwnedStmt();
526 1945036 : if (MATCH("ALTERTSDICTIONARYSTMT", 21))
527 80 : return (Node *) _readAlterTSDictionaryStmt();
528 1944956 : if (MATCH("ALTERTSCONFIGURATIONSTMT", 24))
529 18708 : return (Node *) _readAlterTSConfigurationStmt();
530 1926248 : if (MATCH("PUBLICATIONTABLE", 16))
531 2876 : return (Node *) _readPublicationTable();
532 1923372 : if (MATCH("PUBLICATIONOBJSPEC", 18))
533 3668 : return (Node *) _readPublicationObjSpec();
534 1919704 : if (MATCH("PUBLICATIONALLOBJSPEC", 21))
535 0 : return (Node *) _readPublicationAllObjSpec();
536 1919704 : if (MATCH("CREATEPUBLICATIONSTMT", 21))
537 1792 : return (Node *) _readCreatePublicationStmt();
538 1917912 : if (MATCH("ALTERPUBLICATIONSTMT", 20))
539 2212 : return (Node *) _readAlterPublicationStmt();
540 1915700 : if (MATCH("CREATESUBSCRIPTIONSTMT", 22))
541 968 : return (Node *) _readCreateSubscriptionStmt();
542 1914732 : if (MATCH("ALTERSUBSCRIPTIONSTMT", 21))
543 1078 : return (Node *) _readAlterSubscriptionStmt();
544 1913654 : if (MATCH("DROPSUBSCRIPTIONSTMT", 20))
545 500 : return (Node *) _readDropSubscriptionStmt();
546 1913154 : if (MATCH("WAITSTMT", 8))
547 218 : return (Node *) _readWaitStmt();
548 1912936 : if (MATCH("GROUPBYORDERING", 15))
549 0 : return (Node *) _readGroupByOrdering();
550 1912936 : if (MATCH("PLACEHOLDERVAR", 14))
551 0 : return (Node *) _readPlaceHolderVar();
552 1912936 : if (MATCH("APPENDRELINFO", 13))
553 59266 : return (Node *) _readAppendRelInfo();
554 1853670 : if (MATCH("PLANNEDSTMT", 11))
555 463742 : return (Node *) _readPlannedStmt();
556 1389928 : if (MATCH("RESULT", 6))
557 214144 : return (Node *) _readResult();
558 1175784 : if (MATCH("PROJECTSET", 10))
559 12108 : return (Node *) _readProjectSet();
560 1163676 : if (MATCH("MODIFYTABLE", 11))
561 90994 : return (Node *) _readModifyTable();
562 1072682 : if (MATCH("APPEND", 6))
563 18544 : return (Node *) _readAppend();
564 1054138 : if (MATCH("MERGEAPPEND", 11))
565 574 : return (Node *) _readMergeAppend();
566 1053564 : if (MATCH("RECURSIVEUNION", 14))
567 936 : return (Node *) _readRecursiveUnion();
568 1052628 : if (MATCH("BITMAPAND", 9))
569 254 : return (Node *) _readBitmapAnd();
570 1052374 : if (MATCH("BITMAPOR", 8))
571 434 : return (Node *) _readBitmapOr();
572 1051940 : if (MATCH("SEQSCAN", 7))
573 227422 : return (Node *) _readSeqScan();
574 824518 : if (MATCH("SAMPLESCAN", 10))
575 306 : return (Node *) _readSampleScan();
576 824212 : if (MATCH("INDEXSCAN", 9))
577 144760 : return (Node *) _readIndexScan();
578 679452 : if (MATCH("INDEXONLYSCAN", 13))
579 18718 : return (Node *) _readIndexOnlyScan();
580 660734 : if (MATCH("BITMAPINDEXSCAN", 15))
581 27080 : return (Node *) _readBitmapIndexScan();
582 633654 : if (MATCH("BITMAPHEAPSCAN", 14))
583 26386 : 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 21812 : return (Node *) _readSubqueryScan();
590 582604 : if (MATCH("FUNCTIONSCAN", 12))
591 53048 : return (Node *) _readFunctionScan();
592 529556 : if (MATCH("VALUESSCAN", 10))
593 8534 : return (Node *) _readValuesScan();
594 521022 : if (MATCH("TABLEFUNCSCAN", 13))
595 626 : return (Node *) _readTableFuncScan();
596 520396 : if (MATCH("CTESCAN", 7))
597 4462 : return (Node *) _readCteScan();
598 515934 : if (MATCH("NAMEDTUPLESTORESCAN", 19))
599 474 : return (Node *) _readNamedTuplestoreScan();
600 515460 : if (MATCH("WORKTABLESCAN", 13))
601 936 : return (Node *) _readWorkTableScan();
602 514524 : if (MATCH("FOREIGNSCAN", 11))
603 2048 : return (Node *) _readForeignScan();
604 512476 : if (MATCH("CUSTOMSCAN", 10))
605 0 : return (Node *) _readCustomScan();
606 512476 : if (MATCH("NESTLOOP", 8))
607 100904 : return (Node *) _readNestLoop();
608 411572 : if (MATCH("NESTLOOPPARAM", 13))
609 56712 : return (Node *) _readNestLoopParam();
610 354860 : if (MATCH("MERGEJOIN", 9))
611 7804 : return (Node *) _readMergeJoin();
612 347056 : if (MATCH("HASHJOIN", 8))
613 36720 : return (Node *) _readHashJoin();
614 310336 : if (MATCH("MATERIAL", 8))
615 4570 : return (Node *) _readMaterial();
616 305766 : if (MATCH("MEMOIZE", 7))
617 1998 : return (Node *) _readMemoize();
618 303768 : if (MATCH("SORT", 4))
619 81440 : return (Node *) _readSort();
620 222328 : if (MATCH("INCREMENTALSORT", 15))
621 1024 : return (Node *) _readIncrementalSort();
622 221304 : if (MATCH("GROUP", 5))
623 246 : return (Node *) _readGroup();
624 221058 : if (MATCH("AGG", 3))
625 52394 : return (Node *) _readAgg();
626 168664 : if (MATCH("WINDOWAGG", 9))
627 2862 : return (Node *) _readWindowAgg();
628 165802 : if (MATCH("UNIQUE", 6))
629 5784 : return (Node *) _readUnique();
630 160018 : if (MATCH("GATHER", 6))
631 1150 : return (Node *) _readGather();
632 158868 : if (MATCH("GATHERMERGE", 11))
633 360 : return (Node *) _readGatherMerge();
634 158508 : if (MATCH("HASH", 4))
635 36720 : return (Node *) _readHash();
636 121788 : if (MATCH("SETOP", 5))
637 680 : return (Node *) _readSetOp();
638 121108 : if (MATCH("LOCKROWS", 8))
639 13560 : return (Node *) _readLockRows();
640 107548 : if (MATCH("LIMIT", 5))
641 5090 : return (Node *) _readLimit();
642 102458 : if (MATCH("PLANROWMARK", 11))
643 37992 : return (Node *) _readPlanRowMark();
644 64466 : if (MATCH("PARTITIONPRUNEINFO", 18))
645 696 : return (Node *) _readPartitionPruneInfo();
646 63770 : if (MATCH("PARTITIONEDRELPRUNEINFO", 23))
647 1404 : return (Node *) _readPartitionedRelPruneInfo();
648 62366 : if (MATCH("PARTITIONPRUNESTEPOP", 20))
649 1176 : return (Node *) _readPartitionPruneStepOp();
650 61190 : if (MATCH("PARTITIONPRUNESTEPCOMBINE", 25))
651 224 : return (Node *) _readPartitionPruneStepCombine();
652 60966 : if (MATCH("PLANINVALITEM", 13))
653 60966 : return (Node *) _readPlanInvalItem();
654 0 : if (MATCH("EXTENSIBLENODE", 14))
655 0 : return (Node *) _readExtensibleNode();
|