Line data Source code
1 : /*-------------------------------------------------------------------------
2 : *
3 : * readfuncs.switch.c
4 : * Generated node infrastructure code
5 : *
6 : * Portions Copyright (c) 1996-2025, 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 50923102 : if (MATCH("ALIAS", 5))
19 2813820 : return (Node *) _readAlias();
20 48109282 : if (MATCH("RANGEVAR", 8))
21 869992 : return (Node *) _readRangeVar();
22 47239290 : if (MATCH("TABLEFUNC", 9))
23 1520 : return (Node *) _readTableFunc();
24 47237770 : if (MATCH("INTOCLAUSE", 10))
25 3924 : return (Node *) _readIntoClause();
26 47233846 : if (MATCH("VAR", 3))
27 12903172 : return (Node *) _readVar();
28 34330674 : if (MATCH("CONST", 5))
29 3224316 : return (Node *) _readConst();
30 31106358 : if (MATCH("PARAM", 5))
31 502810 : return (Node *) _readParam();
32 30603548 : if (MATCH("AGGREF", 6))
33 95718 : return (Node *) _readAggref();
34 30507830 : if (MATCH("GROUPINGFUNC", 12))
35 1090 : return (Node *) _readGroupingFunc();
36 30506740 : if (MATCH("WINDOWFUNC", 10))
37 7020 : return (Node *) _readWindowFunc();
38 30499720 : if (MATCH("WINDOWFUNCRUNCONDITION", 22))
39 360 : return (Node *) _readWindowFuncRunCondition();
40 30499360 : if (MATCH("MERGESUPPORTFUNC", 16))
41 786 : return (Node *) _readMergeSupportFunc();
42 30498574 : if (MATCH("SUBSCRIPTINGREF", 15))
43 46072 : return (Node *) _readSubscriptingRef();
44 30452502 : if (MATCH("FUNCEXPR", 8))
45 967686 : return (Node *) _readFuncExpr();
46 29484816 : if (MATCH("NAMEDARGEXPR", 12))
47 99182 : return (Node *) _readNamedArgExpr();
48 29385634 : if (MATCH("OPEXPR", 6))
49 1636010 : return (Node *) _readOpExpr();
50 27749624 : if (MATCH("DISTINCTEXPR", 12))
51 2146 : return (Node *) _readDistinctExpr();
52 27747478 : if (MATCH("NULLIFEXPR", 10))
53 1246 : return (Node *) _readNullIfExpr();
54 27746232 : if (MATCH("SCALARARRAYOPEXPR", 17))
55 73842 : return (Node *) _readScalarArrayOpExpr();
56 27672390 : if (MATCH("BOOLEXPR", 8))
57 393248 : return (Node *) _readBoolExpr();
58 27279142 : if (MATCH("SUBLINK", 7))
59 96024 : return (Node *) _readSubLink();
60 27183118 : if (MATCH("SUBPLAN", 7))
61 41648 : return (Node *) _readSubPlan();
62 27141470 : if (MATCH("ALTERNATIVESUBPLAN", 18))
63 0 : return (Node *) _readAlternativeSubPlan();
64 27141470 : if (MATCH("FIELDSELECT", 11))
65 30044 : return (Node *) _readFieldSelect();
66 27111426 : if (MATCH("FIELDSTORE", 10))
67 1106 : return (Node *) _readFieldStore();
68 27110320 : if (MATCH("RELABELTYPE", 11))
69 250276 : return (Node *) _readRelabelType();
70 26860044 : if (MATCH("COERCEVIAIO", 11))
71 50906 : return (Node *) _readCoerceViaIO();
72 26809138 : if (MATCH("ARRAYCOERCEEXPR", 15))
73 10616 : return (Node *) _readArrayCoerceExpr();
74 26798522 : if (MATCH("CONVERTROWTYPEEXPR", 18))
75 842 : return (Node *) _readConvertRowtypeExpr();
76 26797680 : if (MATCH("COLLATEEXPR", 11))
77 8898 : return (Node *) _readCollateExpr();
78 26788782 : if (MATCH("CASEEXPR", 8))
79 198832 : return (Node *) _readCaseExpr();
80 26589950 : if (MATCH("CASEWHEN", 8))
81 406850 : return (Node *) _readCaseWhen();
82 26183100 : if (MATCH("CASETESTEXPR", 12))
83 59582 : return (Node *) _readCaseTestExpr();
84 26123518 : if (MATCH("ARRAYEXPR", 9))
85 36236 : return (Node *) _readArrayExpr();
86 26087282 : if (MATCH("ROWEXPR", 7))
87 13456 : return (Node *) _readRowExpr();
88 26073826 : if (MATCH("ROWCOMPAREEXPR", 14))
89 636 : return (Node *) _readRowCompareExpr();
90 26073190 : if (MATCH("COALESCEEXPR", 12))
91 19120 : return (Node *) _readCoalesceExpr();
92 26054070 : if (MATCH("MINMAXEXPR", 10))
93 836 : return (Node *) _readMinMaxExpr();
94 26053234 : if (MATCH("SQLVALUEFUNCTION", 16))
95 14190 : return (Node *) _readSQLValueFunction();
96 26039044 : if (MATCH("XMLEXPR", 7))
97 2706 : return (Node *) _readXmlExpr();
98 26036338 : if (MATCH("JSONFORMAT", 10))
99 24514 : return (Node *) _readJsonFormat();
100 26011824 : if (MATCH("JSONRETURNING", 13))
101 10400 : return (Node *) _readJsonReturning();
102 26001424 : if (MATCH("JSONVALUEEXPR", 13))
103 6350 : return (Node *) _readJsonValueExpr();
104 25995074 : if (MATCH("JSONCONSTRUCTOREXPR", 19))
105 2786 : return (Node *) _readJsonConstructorExpr();
106 25992288 : if (MATCH("JSONISPREDICATE", 15))
107 1128 : return (Node *) _readJsonIsPredicate();
108 25991160 : if (MATCH("JSONBEHAVIOR", 12))
109 11766 : return (Node *) _readJsonBehavior();
110 25979394 : if (MATCH("JSONEXPR", 8))
111 6128 : return (Node *) _readJsonExpr();
112 25973266 : if (MATCH("JSONTABLEPATH", 13))
113 1568 : return (Node *) _readJsonTablePath();
114 25971698 : if (MATCH("JSONTABLEPATHSCAN", 17))
115 1568 : return (Node *) _readJsonTablePathScan();
116 25970130 : if (MATCH("JSONTABLESIBLINGJOIN", 20))
117 210 : return (Node *) _readJsonTableSiblingJoin();
118 25969920 : if (MATCH("NULLTEST", 8))
119 53888 : return (Node *) _readNullTest();
120 25916032 : if (MATCH("BOOLEANTEST", 11))
121 3462 : return (Node *) _readBooleanTest();
122 25912570 : if (MATCH("MERGEACTION", 11))
123 6462 : return (Node *) _readMergeAction();
124 25906108 : if (MATCH("COERCETODOMAIN", 14))
125 136734 : return (Node *) _readCoerceToDomain();
126 25769374 : if (MATCH("COERCETODOMAINVALUE", 19))
127 2028 : return (Node *) _readCoerceToDomainValue();
128 25767346 : if (MATCH("SETTODEFAULT", 12))
129 1918 : return (Node *) _readSetToDefault();
130 25765428 : if (MATCH("CURRENTOFEXPR", 13))
131 902 : return (Node *) _readCurrentOfExpr();
132 25764526 : if (MATCH("NEXTVALUEEXPR", 13))
133 820 : return (Node *) _readNextValueExpr();
134 25763706 : if (MATCH("INFERENCEELEM", 13))
135 1884 : return (Node *) _readInferenceElem();
136 25761822 : if (MATCH("RETURNINGEXPR", 13))
137 1158 : return (Node *) _readReturningExpr();
138 25760664 : if (MATCH("TARGETENTRY", 11))
139 7258870 : return (Node *) _readTargetEntry();
140 18501794 : if (MATCH("RANGETBLREF", 11))
141 607746 : return (Node *) _readRangeTblRef();
142 17894048 : if (MATCH("JOINEXPR", 8))
143 203482 : return (Node *) _readJoinExpr();
144 17690566 : if (MATCH("FROMEXPR", 8))
145 654608 : return (Node *) _readFromExpr();
146 17035958 : if (MATCH("ONCONFLICTEXPR", 14))
147 1850 : return (Node *) _readOnConflictExpr();
148 17034108 : if (MATCH("QUERY", 5))
149 1059832 : return (Node *) _readQuery();
150 15974276 : if (MATCH("TYPENAME", 8))
151 824666 : return (Node *) _readTypeName();
152 15149610 : if (MATCH("COLUMNREF", 9))
153 1990618 : return (Node *) _readColumnRef();
154 13158992 : if (MATCH("PARAMREF", 8))
155 154756 : return (Node *) _readParamRef();
156 13004236 : if (MATCH("A_EXPR", 6))
157 672806 : return (Node *) _readA_Expr();
158 12331430 : if (MATCH("A_CONST", 7))
159 1577766 : return (Node *) _readA_Const();
160 10753664 : if (MATCH("TYPECAST", 8))
161 378302 : return (Node *) _readTypeCast();
162 10375362 : if (MATCH("COLLATECLAUSE", 13))
163 10548 : return (Node *) _readCollateClause();
164 10364814 : if (MATCH("ROLESPEC", 8))
165 62240 : return (Node *) _readRoleSpec();
166 10302574 : if (MATCH("FUNCCALL", 8))
167 421528 : return (Node *) _readFuncCall();
168 9881046 : if (MATCH("A_STAR", 6))
169 67456 : return (Node *) _readA_Star();
170 9813590 : if (MATCH("A_INDICES", 9))
171 14806 : return (Node *) _readA_Indices();
172 9798784 : if (MATCH("A_INDIRECTION", 13))
173 34526 : return (Node *) _readA_Indirection();
174 9764258 : if (MATCH("A_ARRAYEXPR", 11))
175 6924 : return (Node *) _readA_ArrayExpr();
176 9757334 : if (MATCH("RESTARGET", 9))
177 1301542 : return (Node *) _readResTarget();
178 8455792 : if (MATCH("MULTIASSIGNREF", 14))
179 402 : return (Node *) _readMultiAssignRef();
180 8455390 : if (MATCH("SORTBY", 6))
181 102474 : return (Node *) _readSortBy();
182 8352916 : if (MATCH("WINDOWDEF", 9))
183 4164 : return (Node *) _readWindowDef();
184 8348752 : if (MATCH("RANGESUBSELECT", 14))
185 18452 : return (Node *) _readRangeSubselect();
186 8330300 : if (MATCH("RANGEFUNCTION", 13))
187 56368 : return (Node *) _readRangeFunction();
188 8273932 : if (MATCH("RANGETABLEFUNC", 14))
189 250 : return (Node *) _readRangeTableFunc();
190 8273682 : if (MATCH("RANGETABLEFUNCCOL", 17))
191 906 : return (Node *) _readRangeTableFuncCol();
192 8272776 : if (MATCH("RANGETABLESAMPLE", 16))
193 288 : return (Node *) _readRangeTableSample();
194 8272488 : if (MATCH("COLUMNDEF", 9))
195 151582 : return (Node *) _readColumnDef();
196 8120906 : if (MATCH("TABLELIKECLAUSE", 15))
197 1536 : return (Node *) _readTableLikeClause();
198 8119370 : if (MATCH("INDEXELEM", 9))
199 20246 : return (Node *) _readIndexElem();
200 8099124 : if (MATCH("DEFELEM", 7))
201 344450 : return (Node *) _readDefElem();
202 7754674 : if (MATCH("LOCKINGCLAUSE", 13))
203 2168 : return (Node *) _readLockingClause();
204 7752506 : if (MATCH("XMLSERIALIZE", 12))
205 266 : return (Node *) _readXmlSerialize();
206 7752240 : if (MATCH("PARTITIONELEM", 13))
207 11116 : return (Node *) _readPartitionElem();
208 7741124 : if (MATCH("PARTITIONSPEC", 13))
209 10184 : return (Node *) _readPartitionSpec();
210 7730940 : if (MATCH("PARTITIONBOUNDSPEC", 18))
211 64578 : return (Node *) _readPartitionBoundSpec();
212 7666362 : if (MATCH("PARTITIONRANGEDATUM", 19))
213 49900 : return (Node *) _readPartitionRangeDatum();
214 7616462 : if (MATCH("PARTITIONCMD", 12))
215 7674 : return (Node *) _readPartitionCmd();
216 7608788 : if (MATCH("RANGETBLENTRY", 13))
217 1760420 : return (Node *) _readRangeTblEntry();
218 5848368 : if (MATCH("RTEPERMISSIONINFO", 17))
219 1034624 : return (Node *) _readRTEPermissionInfo();
220 4813744 : if (MATCH("RANGETBLFUNCTION", 16))
221 118658 : return (Node *) _readRangeTblFunction();
222 4695086 : if (MATCH("TABLESAMPLECLAUSE", 17))
223 646 : return (Node *) _readTableSampleClause();
224 4694440 : if (MATCH("WITHCHECKOPTION", 15))
225 4698 : return (Node *) _readWithCheckOption();
226 4689742 : if (MATCH("SORTGROUPCLAUSE", 15))
227 156940 : return (Node *) _readSortGroupClause();
228 4532802 : if (MATCH("GROUPINGSET", 11))
229 4294 : return (Node *) _readGroupingSet();
230 4528508 : if (MATCH("WINDOWCLAUSE", 12))
231 2938 : return (Node *) _readWindowClause();
232 4525570 : if (MATCH("ROWMARKCLAUSE", 13))
233 5282 : return (Node *) _readRowMarkClause();
234 4520288 : if (MATCH("WITHCLAUSE", 10))
235 3256 : return (Node *) _readWithClause();
236 4517032 : if (MATCH("INFERCLAUSE", 11))
237 1634 : return (Node *) _readInferClause();
238 4515398 : if (MATCH("ONCONFLICTCLAUSE", 16))
239 1874 : return (Node *) _readOnConflictClause();
240 4513524 : if (MATCH("CTESEARCHCLAUSE", 15))
241 228 : return (Node *) _readCTESearchClause();
242 4513296 : if (MATCH("CTECYCLECLAUSE", 14))
243 246 : return (Node *) _readCTECycleClause();
244 4513050 : if (MATCH("COMMONTABLEEXPR", 15))
245 8870 : return (Node *) _readCommonTableExpr();
246 4504180 : if (MATCH("MERGEWHENCLAUSE", 15))
247 2984 : return (Node *) _readMergeWhenClause();
248 4501196 : if (MATCH("RETURNINGOPTION", 15))
249 150 : return (Node *) _readReturningOption();
250 4501046 : if (MATCH("RETURNINGCLAUSE", 15))
251 3292 : return (Node *) _readReturningClause();
252 4497754 : if (MATCH("TRIGGERTRANSITION", 17))
253 1228 : return (Node *) _readTriggerTransition();
254 4496526 : if (MATCH("JSONOUTPUT", 10))
255 1486 : return (Node *) _readJsonOutput();
256 4495040 : if (MATCH("JSONARGUMENT", 12))
257 630 : return (Node *) _readJsonArgument();
258 4494410 : if (MATCH("JSONFUNCEXPR", 12))
259 1992 : return (Node *) _readJsonFuncExpr();
260 4492418 : if (MATCH("JSONTABLEPATHSPEC", 17))
261 1972 : return (Node *) _readJsonTablePathSpec();
262 4490446 : if (MATCH("JSONTABLE", 9))
263 590 : return (Node *) _readJsonTable();
264 4489856 : if (MATCH("JSONTABLECOLUMN", 15))
265 1648 : return (Node *) _readJsonTableColumn();
266 4488208 : if (MATCH("JSONKEYVALUE", 12))
267 826 : return (Node *) _readJsonKeyValue();
268 4487382 : if (MATCH("JSONPARSEEXPR", 13))
269 164 : return (Node *) _readJsonParseExpr();
270 4487218 : if (MATCH("JSONSCALAREXPR", 14))
271 112 : return (Node *) _readJsonScalarExpr();
272 4487106 : if (MATCH("JSONSERIALIZEEXPR", 17))
273 108 : return (Node *) _readJsonSerializeExpr();
274 4486998 : if (MATCH("JSONOBJECTCONSTRUCTOR", 21))
275 446 : return (Node *) _readJsonObjectConstructor();
276 4486552 : if (MATCH("JSONARRAYCONSTRUCTOR", 20))
277 200 : return (Node *) _readJsonArrayConstructor();
278 4486352 : if (MATCH("JSONARRAYQUERYCONSTRUCTOR", 25))
279 60 : return (Node *) _readJsonArrayQueryConstructor();
280 4486292 : if (MATCH("JSONAGGCONSTRUCTOR", 18))
281 372 : return (Node *) _readJsonAggConstructor();
282 4485920 : if (MATCH("JSONOBJECTAGG", 13))
283 210 : return (Node *) _readJsonObjectAgg();
284 4485710 : if (MATCH("JSONARRAYAGG", 12))
285 162 : return (Node *) _readJsonArrayAgg();
286 4485548 : if (MATCH("RAWSTMT", 7))
287 791138 : return (Node *) _readRawStmt();
288 3694410 : if (MATCH("INSERTSTMT", 10))
289 73298 : return (Node *) _readInsertStmt();
290 3621112 : if (MATCH("DELETESTMT", 10))
291 4466 : return (Node *) _readDeleteStmt();
292 3616646 : if (MATCH("UPDATESTMT", 10))
293 13522 : return (Node *) _readUpdateStmt();
294 3603124 : if (MATCH("MERGESTMT", 9))
295 1930 : return (Node *) _readMergeStmt();
296 3601194 : if (MATCH("SELECTSTMT", 10))
297 542342 : return (Node *) _readSelectStmt();
298 3058852 : if (MATCH("SETOPERATIONSTMT", 16))
299 18752 : return (Node *) _readSetOperationStmt();
300 3040100 : if (MATCH("RETURNSTMT", 10))
301 9372 : return (Node *) _readReturnStmt();
302 3030728 : if (MATCH("PLASSIGNSTMT", 12))
303 0 : return (Node *) _readPLAssignStmt();
304 3030728 : if (MATCH("CREATESCHEMASTMT", 16))
305 2120 : return (Node *) _readCreateSchemaStmt();
306 3028608 : if (MATCH("ALTERTABLESTMT", 14))
307 63390 : return (Node *) _readAlterTableStmt();
308 2965218 : if (MATCH("ALTERTABLECMD", 13))
309 65382 : return (Node *) _readAlterTableCmd();
310 2899836 : if (MATCH("ATALTERCONSTRAINT", 17))
311 384 : return (Node *) _readATAlterConstraint();
312 2899452 : if (MATCH("REPLICAIDENTITYSTMT", 19))
313 980 : return (Node *) _readReplicaIdentityStmt();
314 2898472 : if (MATCH("ALTERCOLLATIONSTMT", 18))
315 12 : return (Node *) _readAlterCollationStmt();
316 2898460 : if (MATCH("ALTERDOMAINSTMT", 15))
317 564 : return (Node *) _readAlterDomainStmt();
318 2897896 : if (MATCH("GRANTSTMT", 9))
319 38962 : return (Node *) _readGrantStmt();
320 2858934 : if (MATCH("OBJECTWITHARGS", 14))
321 39142 : return (Node *) _readObjectWithArgs();
322 2819792 : if (MATCH("ACCESSPRIV", 10))
323 36938 : return (Node *) _readAccessPriv();
324 2782854 : if (MATCH("GRANTROLESTMT", 13))
325 1892 : return (Node *) _readGrantRoleStmt();
326 2780962 : if (MATCH("ALTERDEFAULTPRIVILEGESSTMT", 26))
327 320 : return (Node *) _readAlterDefaultPrivilegesStmt();
328 2780642 : if (MATCH("COPYSTMT", 8))
329 31168 : return (Node *) _readCopyStmt();
330 2749474 : if (MATCH("VARIABLESETSTMT", 15))
331 56182 : return (Node *) _readVariableSetStmt();
332 2693292 : if (MATCH("VARIABLESHOWSTMT", 16))
333 1764 : return (Node *) _readVariableShowStmt();
334 2691528 : if (MATCH("CREATESTMT", 10))
335 76442 : return (Node *) _readCreateStmt();
336 2615086 : if (MATCH("CONSTRAINT", 10))
337 71978 : return (Node *) _readConstraint();
338 2543108 : if (MATCH("CREATETABLESPACESTMT", 20))
339 224 : return (Node *) _readCreateTableSpaceStmt();
340 2542884 : if (MATCH("DROPTABLESPACESTMT", 18))
341 128 : return (Node *) _readDropTableSpaceStmt();
342 2542756 : if (MATCH("ALTERTABLESPACEOPTIONSSTMT", 26))
343 48 : return (Node *) _readAlterTableSpaceOptionsStmt();
344 2542708 : if (MATCH("ALTERTABLEMOVEALLSTMT", 21))
345 60 : return (Node *) _readAlterTableMoveAllStmt();
346 2542648 : if (MATCH("CREATEEXTENSIONSTMT", 19))
347 1016 : return (Node *) _readCreateExtensionStmt();
348 2541632 : if (MATCH("ALTEREXTENSIONSTMT", 18))
349 70 : return (Node *) _readAlterExtensionStmt();
350 2541562 : if (MATCH("ALTEREXTENSIONCONTENTSSTMT", 26))
351 484 : return (Node *) _readAlterExtensionContentsStmt();
352 2541078 : if (MATCH("CREATEFDWSTMT", 13))
353 412 : return (Node *) _readCreateFdwStmt();
354 2540666 : if (MATCH("ALTERFDWSTMT", 12))
355 244 : return (Node *) _readAlterFdwStmt();
356 2540422 : if (MATCH("CREATEFOREIGNSERVERSTMT", 23))
357 582 : return (Node *) _readCreateForeignServerStmt();
358 2539840 : if (MATCH("ALTERFOREIGNSERVERSTMT", 22))
359 438 : return (Node *) _readAlterForeignServerStmt();
360 2539402 : if (MATCH("CREATEFOREIGNTABLESTMT", 22))
361 896 : return (Node *) _readCreateForeignTableStmt();
362 2538506 : if (MATCH("CREATEUSERMAPPINGSTMT", 21))
363 504 : return (Node *) _readCreateUserMappingStmt();
364 2538002 : if (MATCH("ALTERUSERMAPPINGSTMT", 20))
365 220 : return (Node *) _readAlterUserMappingStmt();
366 2537782 : if (MATCH("DROPUSERMAPPINGSTMT", 19))
367 252 : return (Node *) _readDropUserMappingStmt();
368 2537530 : if (MATCH("IMPORTFOREIGNSCHEMASTMT", 23))
369 96 : return (Node *) _readImportForeignSchemaStmt();
370 2537434 : if (MATCH("CREATEPOLICYSTMT", 16))
371 1388 : return (Node *) _readCreatePolicyStmt();
372 2536046 : if (MATCH("ALTERPOLICYSTMT", 15))
373 168 : return (Node *) _readAlterPolicyStmt();
374 2535878 : if (MATCH("CREATEAMSTMT", 12))
375 128 : return (Node *) _readCreateAmStmt();
376 2535750 : if (MATCH("CREATETRIGSTMT", 14))
377 6700 : return (Node *) _readCreateTrigStmt();
378 2529050 : if (MATCH("CREATEEVENTTRIGSTMT", 19))
379 396 : return (Node *) _readCreateEventTrigStmt();
380 2528654 : if (MATCH("ALTEREVENTTRIGSTMT", 18))
381 96 : return (Node *) _readAlterEventTrigStmt();
382 2528558 : if (MATCH("CREATEPLANGSTMT", 15))
383 276 : return (Node *) _readCreatePLangStmt();
384 2528282 : if (MATCH("CREATEROLESTMT", 14))
385 3624 : return (Node *) _readCreateRoleStmt();
386 2524658 : if (MATCH("ALTERROLESTMT", 13))
387 920 : return (Node *) _readAlterRoleStmt();
388 2523738 : if (MATCH("ALTERROLESETSTMT", 16))
389 164 : return (Node *) _readAlterRoleSetStmt();
390 2523574 : if (MATCH("DROPROLESTMT", 12))
391 3428 : return (Node *) _readDropRoleStmt();
392 2520146 : if (MATCH("CREATESEQSTMT", 13))
393 1472 : return (Node *) _readCreateSeqStmt();
394 2518674 : if (MATCH("ALTERSEQSTMT", 12))
395 448 : return (Node *) _readAlterSeqStmt();
396 2518226 : if (MATCH("DEFINESTMT", 10))
397 18284 : return (Node *) _readDefineStmt();
398 2499942 : if (MATCH("CREATEDOMAINSTMT", 16))
399 2888 : return (Node *) _readCreateDomainStmt();
400 2497054 : if (MATCH("CREATEOPCLASSSTMT", 17))
401 788 : return (Node *) _readCreateOpClassStmt();
402 2496266 : if (MATCH("CREATEOPCLASSITEM", 17))
403 8064 : return (Node *) _readCreateOpClassItem();
404 2488202 : if (MATCH("CREATEOPFAMILYSTMT", 18))
405 324 : return (Node *) _readCreateOpFamilyStmt();
406 2487878 : if (MATCH("ALTEROPFAMILYSTMT", 17))
407 1040 : return (Node *) _readAlterOpFamilyStmt();
408 2486838 : if (MATCH("DROPSTMT", 8))
409 50378 : return (Node *) _readDropStmt();
410 2436460 : if (MATCH("TRUNCATESTMT", 12))
411 5798 : return (Node *) _readTruncateStmt();
412 2430662 : if (MATCH("COMMENTSTMT", 11))
413 13528 : return (Node *) _readCommentStmt();
414 2417134 : if (MATCH("SECLABELSTMT", 12))
415 200 : return (Node *) _readSecLabelStmt();
416 2416934 : if (MATCH("DECLARECURSORSTMT", 17))
417 7320 : return (Node *) _readDeclareCursorStmt();
418 2409614 : if (MATCH("CLOSEPORTALSTMT", 15))
419 4400 : return (Node *) _readClosePortalStmt();
420 2405214 : if (MATCH("FETCHSTMT", 9))
421 13278 : return (Node *) _readFetchStmt();
422 2391936 : if (MATCH("INDEXSTMT", 9))
423 13260 : return (Node *) _readIndexStmt();
424 2378676 : if (MATCH("CREATESTATSSTMT", 15))
425 1310 : return (Node *) _readCreateStatsStmt();
426 2377366 : if (MATCH("STATSELEM", 9))
427 3204 : return (Node *) _readStatsElem();
428 2374162 : if (MATCH("ALTERSTATSSTMT", 14))
429 52 : return (Node *) _readAlterStatsStmt();
430 2374110 : if (MATCH("CREATEFUNCTIONSTMT", 18))
431 48400 : return (Node *) _readCreateFunctionStmt();
432 2325710 : if (MATCH("FUNCTIONPARAMETER", 17))
433 143986 : return (Node *) _readFunctionParameter();
434 2181724 : if (MATCH("ALTERFUNCTIONSTMT", 17))
435 1344 : return (Node *) _readAlterFunctionStmt();
436 2180380 : if (MATCH("DOSTMT", 6))
437 2188 : return (Node *) _readDoStmt();
438 2178192 : if (MATCH("CALLSTMT", 8))
439 886 : return (Node *) _readCallStmt();
440 2177306 : if (MATCH("RENAMESTMT", 10))
441 2832 : return (Node *) _readRenameStmt();
442 2174474 : if (MATCH("ALTEROBJECTDEPENDSSTMT", 22))
443 92 : return (Node *) _readAlterObjectDependsStmt();
444 2174382 : if (MATCH("ALTEROBJECTSCHEMASTMT", 21))
445 796 : return (Node *) _readAlterObjectSchemaStmt();
446 2173586 : if (MATCH("ALTEROWNERSTMT", 14))
447 5022 : return (Node *) _readAlterOwnerStmt();
448 2168564 : if (MATCH("ALTEROPERATORSTMT", 17))
449 1216 : return (Node *) _readAlterOperatorStmt();
450 2167348 : if (MATCH("ALTERTYPESTMT", 13))
451 120 : return (Node *) _readAlterTypeStmt();
452 2167228 : if (MATCH("RULESTMT", 8))
453 2324 : return (Node *) _readRuleStmt();
454 2164904 : if (MATCH("NOTIFYSTMT", 10))
455 408 : return (Node *) _readNotifyStmt();
456 2164496 : if (MATCH("LISTENSTMT", 10))
457 148 : return (Node *) _readListenStmt();
458 2164348 : if (MATCH("UNLISTENSTMT", 12))
459 76 : return (Node *) _readUnlistenStmt();
460 2164272 : if (MATCH("TRANSACTIONSTMT", 15))
461 74854 : return (Node *) _readTransactionStmt();
462 2089418 : if (MATCH("COMPOSITETYPESTMT", 17))
463 5284 : return (Node *) _readCompositeTypeStmt();
464 2084134 : if (MATCH("CREATEENUMSTMT", 14))
465 412 : return (Node *) _readCreateEnumStmt();
466 2083722 : if (MATCH("CREATERANGESTMT", 15))
467 392 : return (Node *) _readCreateRangeStmt();
468 2083330 : if (MATCH("ALTERENUMSTMT", 13))
469 788 : return (Node *) _readAlterEnumStmt();
470 2082542 : if (MATCH("VIEWSTMT", 8))
471 32512 : return (Node *) _readViewStmt();
472 2050030 : if (MATCH("LOADSTMT", 8))
473 120 : return (Node *) _readLoadStmt();
474 2049910 : if (MATCH("CREATEDBSTMT", 12))
475 1524 : return (Node *) _readCreatedbStmt();
476 2048386 : if (MATCH("ALTERDATABASESTMT", 17))
477 152 : return (Node *) _readAlterDatabaseStmt();
478 2048234 : if (MATCH("ALTERDATABASEREFRESHCOLLSTMT", 28))
479 12 : return (Node *) _readAlterDatabaseRefreshCollStmt();
480 2048222 : if (MATCH("ALTERDATABASESETSTMT", 20))
481 2340 : return (Node *) _readAlterDatabaseSetStmt();
482 2045882 : if (MATCH("DROPDBSTMT", 10))
483 248 : return (Node *) _readDropdbStmt();
484 2045634 : if (MATCH("ALTERSYSTEMSTMT", 15))
485 364 : return (Node *) _readAlterSystemStmt();
486 2045270 : if (MATCH("CLUSTERSTMT", 11))
487 472 : return (Node *) _readClusterStmt();
488 2044798 : if (MATCH("VACUUMSTMT", 10))
489 27144 : return (Node *) _readVacuumStmt();
490 2017654 : if (MATCH("VACUUMRELATION", 14))
491 26708 : return (Node *) _readVacuumRelation();
492 1990946 : if (MATCH("EXPLAINSTMT", 11))
493 38772 : return (Node *) _readExplainStmt();
494 1952174 : if (MATCH("CREATETABLEASSTMT", 17))
495 3804 : return (Node *) _readCreateTableAsStmt();
496 1948370 : if (MATCH("REFRESHMATVIEWSTMT", 18))
497 556 : return (Node *) _readRefreshMatViewStmt();
498 1947814 : if (MATCH("CHECKPOINTSTMT", 14))
499 436 : return (Node *) _readCheckPointStmt();
500 1947378 : if (MATCH("DISCARDSTMT", 11))
501 60 : return (Node *) _readDiscardStmt();
502 1947318 : if (MATCH("LOCKSTMT", 8))
503 4748 : return (Node *) _readLockStmt();
504 1942570 : if (MATCH("CONSTRAINTSSETSTMT", 18))
505 202 : return (Node *) _readConstraintsSetStmt();
506 1942368 : if (MATCH("REINDEXSTMT", 11))
507 2200 : return (Node *) _readReindexStmt();
508 1940168 : if (MATCH("CREATECONVERSIONSTMT", 20))
509 128 : return (Node *) _readCreateConversionStmt();
510 1940040 : if (MATCH("CREATECASTSTMT", 14))
511 580 : return (Node *) _readCreateCastStmt();
512 1939460 : if (MATCH("CREATETRANSFORMSTMT", 19))
513 104 : return (Node *) _readCreateTransformStmt();
514 1939356 : if (MATCH("PREPARESTMT", 11))
515 4212 : return (Node *) _readPrepareStmt();
516 1935144 : if (MATCH("EXECUTESTMT", 11))
517 67374 : return (Node *) _readExecuteStmt();
518 1867770 : if (MATCH("DEALLOCATESTMT", 14))
519 8108 : return (Node *) _readDeallocateStmt();
520 1859662 : if (MATCH("DROPOWNEDSTMT", 13))
521 308 : return (Node *) _readDropOwnedStmt();
522 1859354 : if (MATCH("REASSIGNOWNEDSTMT", 17))
523 104 : return (Node *) _readReassignOwnedStmt();
524 1859250 : if (MATCH("ALTERTSDICTIONARYSTMT", 21))
525 80 : return (Node *) _readAlterTSDictionaryStmt();
526 1859170 : if (MATCH("ALTERTSCONFIGURATIONSTMT", 24))
527 16792 : return (Node *) _readAlterTSConfigurationStmt();
528 1842378 : if (MATCH("PUBLICATIONTABLE", 16))
529 2756 : return (Node *) _readPublicationTable();
530 1839622 : if (MATCH("PUBLICATIONOBJSPEC", 18))
531 3468 : return (Node *) _readPublicationObjSpec();
532 1836154 : if (MATCH("CREATEPUBLICATIONSTMT", 21))
533 1608 : return (Node *) _readCreatePublicationStmt();
534 1834546 : if (MATCH("ALTERPUBLICATIONSTMT", 20))
535 2132 : return (Node *) _readAlterPublicationStmt();
536 1832414 : if (MATCH("CREATESUBSCRIPTIONSTMT", 22))
537 892 : return (Node *) _readCreateSubscriptionStmt();
538 1831522 : if (MATCH("ALTERSUBSCRIPTIONSTMT", 21))
539 934 : return (Node *) _readAlterSubscriptionStmt();
540 1830588 : if (MATCH("DROPSUBSCRIPTIONSTMT", 20))
541 456 : return (Node *) _readDropSubscriptionStmt();
542 1830132 : if (MATCH("GROUPBYORDERING", 15))
543 0 : return (Node *) _readGroupByOrdering();
544 1830132 : if (MATCH("PLACEHOLDERVAR", 14))
545 0 : return (Node *) _readPlaceHolderVar();
546 1830132 : if (MATCH("APPENDRELINFO", 13))
547 44740 : return (Node *) _readAppendRelInfo();
548 1785392 : if (MATCH("PLANNEDSTMT", 11))
549 474266 : return (Node *) _readPlannedStmt();
550 1311126 : if (MATCH("RESULT", 6))
551 233826 : return (Node *) _readResult();
552 1077300 : if (MATCH("PROJECTSET", 10))
553 9078 : return (Node *) _readProjectSet();
554 1068222 : if (MATCH("MODIFYTABLE", 11))
555 91804 : return (Node *) _readModifyTable();
556 976418 : if (MATCH("APPEND", 6))
557 14390 : return (Node *) _readAppend();
558 962028 : if (MATCH("MERGEAPPEND", 11))
559 520 : return (Node *) _readMergeAppend();
560 961508 : if (MATCH("RECURSIVEUNION", 14))
561 896 : return (Node *) _readRecursiveUnion();
562 960612 : if (MATCH("BITMAPAND", 9))
563 222 : return (Node *) _readBitmapAnd();
564 960390 : if (MATCH("BITMAPOR", 8))
565 388 : return (Node *) _readBitmapOr();
566 960002 : if (MATCH("SEQSCAN", 7))
567 206980 : return (Node *) _readSeqScan();
568 753022 : if (MATCH("SAMPLESCAN", 10))
569 306 : return (Node *) _readSampleScan();
570 752716 : if (MATCH("INDEXSCAN", 9))
571 138624 : return (Node *) _readIndexScan();
572 614092 : if (MATCH("INDEXONLYSCAN", 13))
573 16194 : return (Node *) _readIndexOnlyScan();
574 597898 : if (MATCH("BITMAPINDEXSCAN", 15))
575 21862 : return (Node *) _readBitmapIndexScan();
576 576036 : if (MATCH("BITMAPHEAPSCAN", 14))
577 21246 : return (Node *) _readBitmapHeapScan();
578 554790 : if (MATCH("TIDSCAN", 7))
579 732 : return (Node *) _readTidScan();
580 554058 : if (MATCH("TIDRANGESCAN", 12))
581 1940 : return (Node *) _readTidRangeScan();
582 552118 : if (MATCH("SUBQUERYSCAN", 12))
583 11506 : return (Node *) _readSubqueryScan();
584 540612 : if (MATCH("FUNCTIONSCAN", 12))
585 52520 : return (Node *) _readFunctionScan();
586 488092 : if (MATCH("VALUESSCAN", 10))
587 8156 : return (Node *) _readValuesScan();
588 479936 : if (MATCH("TABLEFUNCSCAN", 13))
589 626 : return (Node *) _readTableFuncScan();
590 479310 : if (MATCH("CTESCAN", 7))
591 3986 : return (Node *) _readCteScan();
592 475324 : if (MATCH("NAMEDTUPLESTORESCAN", 19))
593 470 : return (Node *) _readNamedTuplestoreScan();
594 474854 : if (MATCH("WORKTABLESCAN", 13))
595 896 : return (Node *) _readWorkTableScan();
596 473958 : if (MATCH("FOREIGNSCAN", 11))
597 1986 : return (Node *) _readForeignScan();
598 471972 : if (MATCH("CUSTOMSCAN", 10))
599 0 : return (Node *) _readCustomScan();
600 471972 : if (MATCH("NESTLOOP", 8))
601 91212 : return (Node *) _readNestLoop();
602 380760 : if (MATCH("NESTLOOPPARAM", 13))
603 51010 : return (Node *) _readNestLoopParam();
604 329750 : if (MATCH("MERGEJOIN", 9))
605 7836 : return (Node *) _readMergeJoin();
606 321914 : if (MATCH("HASHJOIN", 8))
607 31474 : return (Node *) _readHashJoin();
608 290440 : if (MATCH("MATERIAL", 8))
609 4172 : return (Node *) _readMaterial();
610 286268 : if (MATCH("MEMOIZE", 7))
611 1638 : return (Node *) _readMemoize();
612 284630 : if (MATCH("SORT", 4))
613 74864 : return (Node *) _readSort();
614 209766 : if (MATCH("INCREMENTALSORT", 15))
615 794 : return (Node *) _readIncrementalSort();
616 208972 : if (MATCH("GROUP", 5))
617 246 : return (Node *) _readGroup();
618 208726 : if (MATCH("AGG", 3))
619 43280 : return (Node *) _readAgg();
620 165446 : if (MATCH("WINDOWAGG", 9))
621 2546 : return (Node *) _readWindowAgg();
622 162900 : if (MATCH("UNIQUE", 6))
623 5360 : return (Node *) _readUnique();
624 157540 : if (MATCH("GATHER", 6))
625 1044 : return (Node *) _readGather();
626 156496 : if (MATCH("GATHERMERGE", 11))
627 330 : return (Node *) _readGatherMerge();
628 156166 : if (MATCH("HASH", 4))
629 31474 : return (Node *) _readHash();
630 124692 : if (MATCH("SETOP", 5))
631 662 : return (Node *) _readSetOp();
632 124030 : if (MATCH("LOCKROWS", 8))
633 7624 : return (Node *) _readLockRows();
634 116406 : if (MATCH("LIMIT", 5))
635 4664 : return (Node *) _readLimit();
636 111742 : if (MATCH("PLANROWMARK", 11))
637 25492 : return (Node *) _readPlanRowMark();
638 86250 : if (MATCH("PARTITIONPRUNEINFO", 18))
639 682 : return (Node *) _readPartitionPruneInfo();
640 85568 : if (MATCH("PARTITIONEDRELPRUNEINFO", 23))
641 1378 : return (Node *) _readPartitionedRelPruneInfo();
642 84190 : if (MATCH("PARTITIONPRUNESTEPOP", 20))
643 1154 : return (Node *) _readPartitionPruneStepOp();
644 83036 : if (MATCH("PARTITIONPRUNESTEPCOMBINE", 25))
645 220 : return (Node *) _readPartitionPruneStepCombine();
646 82816 : if (MATCH("PLANINVALITEM", 13))
647 82816 : return (Node *) _readPlanInvalItem();
648 0 : if (MATCH("EXTENSIBLENODE", 14))
649 0 : return (Node *) _readExtensibleNode();
|