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 5417354 : if (MATCH("ALIAS", 5))
19 290266 : return (Node *) _readAlias();
20 5127088 : if (MATCH("RANGEVAR", 8))
21 0 : return (Node *) _readRangeVar();
22 5127088 : if (MATCH("TABLEFUNC", 9))
23 278 : return (Node *) _readTableFunc();
24 5126810 : if (MATCH("INTOCLAUSE", 10))
25 0 : return (Node *) _readIntoClause();
26 5126810 : if (MATCH("VAR", 3))
27 2394862 : return (Node *) _readVar();
28 2731948 : if (MATCH("CONST", 5))
29 553870 : return (Node *) _readConst();
30 2178078 : if (MATCH("PARAM", 5))
31 26204 : return (Node *) _readParam();
32 2151874 : if (MATCH("AGGREF", 6))
33 6708 : return (Node *) _readAggref();
34 2145166 : if (MATCH("GROUPINGFUNC", 12))
35 24 : return (Node *) _readGroupingFunc();
36 2145142 : if (MATCH("WINDOWFUNC", 10))
37 350 : return (Node *) _readWindowFunc();
38 2144792 : if (MATCH("WINDOWFUNCRUNCONDITION", 22))
39 0 : return (Node *) _readWindowFuncRunCondition();
40 2144792 : if (MATCH("MERGESUPPORTFUNC", 16))
41 12 : return (Node *) _readMergeSupportFunc();
42 2144780 : if (MATCH("SUBSCRIPTINGREF", 15))
43 5642 : return (Node *) _readSubscriptingRef();
44 2139138 : if (MATCH("FUNCEXPR", 8))
45 306228 : return (Node *) _readFuncExpr();
46 1832910 : if (MATCH("NAMEDARGEXPR", 12))
47 78 : return (Node *) _readNamedArgExpr();
48 1832832 : if (MATCH("OPEXPR", 6))
49 200618 : return (Node *) _readOpExpr();
50 1632214 : if (MATCH("DISTINCTEXPR", 12))
51 32 : return (Node *) _readDistinctExpr();
52 1632182 : if (MATCH("NULLIFEXPR", 10))
53 856 : return (Node *) _readNullIfExpr();
54 1631326 : if (MATCH("SCALARARRAYOPEXPR", 17))
55 10376 : return (Node *) _readScalarArrayOpExpr();
56 1620950 : if (MATCH("BOOLEXPR", 8))
57 46026 : return (Node *) _readBoolExpr();
58 1574924 : if (MATCH("SUBLINK", 7))
59 6632 : return (Node *) _readSubLink();
60 1568292 : if (MATCH("SUBPLAN", 7))
61 48 : return (Node *) _readSubPlan();
62 1568244 : if (MATCH("ALTERNATIVESUBPLAN", 18))
63 0 : return (Node *) _readAlternativeSubPlan();
64 1568244 : if (MATCH("FIELDSELECT", 11))
65 21016 : return (Node *) _readFieldSelect();
66 1547228 : if (MATCH("FIELDSTORE", 10))
67 336 : return (Node *) _readFieldStore();
68 1546892 : if (MATCH("RELABELTYPE", 11))
69 23150 : return (Node *) _readRelabelType();
70 1523742 : if (MATCH("COERCEVIAIO", 11))
71 7056 : return (Node *) _readCoerceViaIO();
72 1516686 : if (MATCH("ARRAYCOERCEEXPR", 15))
73 992 : return (Node *) _readArrayCoerceExpr();
74 1515694 : if (MATCH("CONVERTROWTYPEEXPR", 18))
75 0 : return (Node *) _readConvertRowtypeExpr();
76 1515694 : if (MATCH("COLLATEEXPR", 11))
77 318 : return (Node *) _readCollateExpr();
78 1515376 : if (MATCH("CASEEXPR", 8))
79 23838 : return (Node *) _readCaseExpr();
80 1491538 : if (MATCH("CASEWHEN", 8))
81 53304 : return (Node *) _readCaseWhen();
82 1438234 : if (MATCH("CASETESTEXPR", 12))
83 14844 : return (Node *) _readCaseTestExpr();
84 1423390 : if (MATCH("ARRAYEXPR", 9))
85 10112 : return (Node *) _readArrayExpr();
86 1413278 : if (MATCH("ROWEXPR", 7))
87 138 : return (Node *) _readRowExpr();
88 1413140 : if (MATCH("ROWCOMPAREEXPR", 14))
89 36 : return (Node *) _readRowCompareExpr();
90 1413104 : if (MATCH("COALESCEEXPR", 12))
91 9216 : return (Node *) _readCoalesceExpr();
92 1403888 : if (MATCH("MINMAXEXPR", 10))
93 18 : return (Node *) _readMinMaxExpr();
94 1403870 : if (MATCH("SQLVALUEFUNCTION", 16))
95 2252 : return (Node *) _readSQLValueFunction();
96 1401618 : if (MATCH("XMLEXPR", 7))
97 446 : return (Node *) _readXmlExpr();
98 1401172 : if (MATCH("JSONFORMAT", 10))
99 3396 : return (Node *) _readJsonFormat();
100 1397776 : if (MATCH("JSONRETURNING", 13))
101 1278 : return (Node *) _readJsonReturning();
102 1396498 : if (MATCH("JSONVALUEEXPR", 13))
103 930 : return (Node *) _readJsonValueExpr();
104 1395568 : if (MATCH("JSONCONSTRUCTOREXPR", 19))
105 90 : return (Node *) _readJsonConstructorExpr();
106 1395478 : if (MATCH("JSONISPREDICATE", 15))
107 120 : return (Node *) _readJsonIsPredicate();
108 1395358 : if (MATCH("JSONBEHAVIOR", 12))
109 2076 : return (Node *) _readJsonBehavior();
110 1393282 : if (MATCH("JSONEXPR", 8))
111 1188 : return (Node *) _readJsonExpr();
112 1392094 : if (MATCH("JSONTABLEPATH", 13))
113 414 : return (Node *) _readJsonTablePath();
114 1391680 : if (MATCH("JSONTABLEPATHSCAN", 17))
115 414 : return (Node *) _readJsonTablePathScan();
116 1391266 : if (MATCH("JSONTABLESIBLINGJOIN", 20))
117 90 : return (Node *) _readJsonTableSiblingJoin();
118 1391176 : if (MATCH("NULLTEST", 8))
119 3740 : return (Node *) _readNullTest();
120 1387436 : if (MATCH("BOOLEANTEST", 11))
121 10 : return (Node *) _readBooleanTest();
122 1387426 : if (MATCH("MERGEACTION", 11))
123 156 : return (Node *) _readMergeAction();
124 1387270 : if (MATCH("COERCETODOMAIN", 14))
125 95770 : return (Node *) _readCoerceToDomain();
126 1291500 : if (MATCH("COERCETODOMAINVALUE", 19))
127 1980 : return (Node *) _readCoerceToDomainValue();
128 1289520 : if (MATCH("SETTODEFAULT", 12))
129 312 : return (Node *) _readSetToDefault();
130 1289208 : if (MATCH("CURRENTOFEXPR", 13))
131 0 : return (Node *) _readCurrentOfExpr();
132 1289208 : if (MATCH("NEXTVALUEEXPR", 13))
133 0 : return (Node *) _readNextValueExpr();
134 1289208 : if (MATCH("INFERENCEELEM", 13))
135 36 : return (Node *) _readInferenceElem();
136 1289172 : if (MATCH("RETURNINGEXPR", 13))
137 0 : return (Node *) _readReturningExpr();
138 1289172 : if (MATCH("TARGETENTRY", 11))
139 507156 : return (Node *) _readTargetEntry();
140 782016 : if (MATCH("RANGETBLREF", 11))
141 136802 : return (Node *) _readRangeTblRef();
142 645214 : if (MATCH("JOINEXPR", 8))
143 36012 : return (Node *) _readJoinExpr();
144 609202 : if (MATCH("FROMEXPR", 8))
145 81250 : return (Node *) _readFromExpr();
146 527952 : if (MATCH("ONCONFLICTEXPR", 14))
147 48 : return (Node *) _readOnConflictExpr();
148 527904 : if (MATCH("QUERY", 5))
149 81376 : return (Node *) _readQuery();
150 446528 : if (MATCH("TYPENAME", 8))
151 0 : return (Node *) _readTypeName();
152 446528 : if (MATCH("COLUMNREF", 9))
153 0 : return (Node *) _readColumnRef();
154 446528 : if (MATCH("PARAMREF", 8))
155 0 : return (Node *) _readParamRef();
156 446528 : if (MATCH("A_EXPR", 6))
157 0 : return (Node *) _readA_Expr();
158 446528 : if (MATCH("A_CONST", 7))
159 0 : return (Node *) _readA_Const();
160 446528 : if (MATCH("TYPECAST", 8))
161 0 : return (Node *) _readTypeCast();
162 446528 : if (MATCH("COLLATECLAUSE", 13))
163 0 : return (Node *) _readCollateClause();
164 446528 : if (MATCH("ROLESPEC", 8))
165 0 : return (Node *) _readRoleSpec();
166 446528 : if (MATCH("FUNCCALL", 8))
167 0 : return (Node *) _readFuncCall();
168 446528 : if (MATCH("A_STAR", 6))
169 0 : return (Node *) _readA_Star();
170 446528 : if (MATCH("A_INDICES", 9))
171 0 : return (Node *) _readA_Indices();
172 446528 : if (MATCH("A_INDIRECTION", 13))
173 0 : return (Node *) _readA_Indirection();
174 446528 : if (MATCH("A_ARRAYEXPR", 11))
175 0 : return (Node *) _readA_ArrayExpr();
176 446528 : if (MATCH("RESTARGET", 9))
177 0 : return (Node *) _readResTarget();
178 446528 : if (MATCH("MULTIASSIGNREF", 14))
179 0 : return (Node *) _readMultiAssignRef();
180 446528 : if (MATCH("SORTBY", 6))
181 0 : return (Node *) _readSortBy();
182 446528 : if (MATCH("WINDOWDEF", 9))
183 0 : return (Node *) _readWindowDef();
184 446528 : if (MATCH("RANGESUBSELECT", 14))
185 0 : return (Node *) _readRangeSubselect();
186 446528 : if (MATCH("RANGEFUNCTION", 13))
187 0 : return (Node *) _readRangeFunction();
188 446528 : if (MATCH("RANGETABLEFUNC", 14))
189 0 : return (Node *) _readRangeTableFunc();
190 446528 : if (MATCH("RANGETABLEFUNCCOL", 17))
191 0 : return (Node *) _readRangeTableFuncCol();
192 446528 : if (MATCH("RANGETABLESAMPLE", 16))
193 0 : return (Node *) _readRangeTableSample();
194 446528 : if (MATCH("COLUMNDEF", 9))
195 0 : return (Node *) _readColumnDef();
196 446528 : if (MATCH("TABLELIKECLAUSE", 15))
197 0 : return (Node *) _readTableLikeClause();
198 446528 : if (MATCH("INDEXELEM", 9))
199 0 : return (Node *) _readIndexElem();
200 446528 : if (MATCH("DEFELEM", 7))
201 0 : return (Node *) _readDefElem();
202 446528 : if (MATCH("LOCKINGCLAUSE", 13))
203 0 : return (Node *) _readLockingClause();
204 446528 : if (MATCH("XMLSERIALIZE", 12))
205 0 : return (Node *) _readXmlSerialize();
206 446528 : if (MATCH("PARTITIONELEM", 13))
207 0 : return (Node *) _readPartitionElem();
208 446528 : if (MATCH("PARTITIONSPEC", 13))
209 0 : return (Node *) _readPartitionSpec();
210 446528 : if (MATCH("PARTITIONBOUNDSPEC", 18))
211 41354 : return (Node *) _readPartitionBoundSpec();
212 405174 : if (MATCH("PARTITIONRANGEDATUM", 19))
213 47440 : return (Node *) _readPartitionRangeDatum();
214 357734 : if (MATCH("PARTITIONCMD", 12))
215 0 : return (Node *) _readPartitionCmd();
216 357734 : if (MATCH("RANGETBLENTRY", 13))
217 191312 : return (Node *) _readRangeTblEntry();
218 166422 : if (MATCH("RTEPERMISSIONINFO", 17))
219 112010 : return (Node *) _readRTEPermissionInfo();
220 54412 : if (MATCH("RANGETBLFUNCTION", 16))
221 13614 : return (Node *) _readRangeTblFunction();
222 40798 : if (MATCH("TABLESAMPLECLAUSE", 17))
223 88 : return (Node *) _readTableSampleClause();
224 40710 : if (MATCH("WITHCHECKOPTION", 15))
225 0 : return (Node *) _readWithCheckOption();
226 40710 : if (MATCH("SORTGROUPCLAUSE", 15))
227 17126 : return (Node *) _readSortGroupClause();
228 23584 : if (MATCH("GROUPINGSET", 11))
229 72 : return (Node *) _readGroupingSet();
230 23512 : if (MATCH("WINDOWCLAUSE", 12))
231 314 : return (Node *) _readWindowClause();
232 23198 : if (MATCH("ROWMARKCLAUSE", 13))
233 30 : return (Node *) _readRowMarkClause();
234 23168 : if (MATCH("WITHCLAUSE", 10))
235 0 : return (Node *) _readWithClause();
236 23168 : if (MATCH("INFERCLAUSE", 11))
237 0 : return (Node *) _readInferClause();
238 23168 : if (MATCH("ONCONFLICTCLAUSE", 16))
239 0 : return (Node *) _readOnConflictClause();
240 23168 : if (MATCH("CTESEARCHCLAUSE", 15))
241 18 : return (Node *) _readCTESearchClause();
242 23150 : if (MATCH("CTECYCLECLAUSE", 14))
243 36 : return (Node *) _readCTECycleClause();
244 23114 : if (MATCH("COMMONTABLEEXPR", 15))
245 388 : return (Node *) _readCommonTableExpr();
246 22726 : if (MATCH("MERGEWHENCLAUSE", 15))
247 0 : return (Node *) _readMergeWhenClause();
248 22726 : if (MATCH("RETURNINGOPTION", 15))
249 0 : return (Node *) _readReturningOption();
250 22726 : if (MATCH("RETURNINGCLAUSE", 15))
251 0 : return (Node *) _readReturningClause();
252 22726 : if (MATCH("TRIGGERTRANSITION", 17))
253 0 : return (Node *) _readTriggerTransition();
254 22726 : if (MATCH("JSONOUTPUT", 10))
255 0 : return (Node *) _readJsonOutput();
256 22726 : if (MATCH("JSONARGUMENT", 12))
257 0 : return (Node *) _readJsonArgument();
258 22726 : if (MATCH("JSONFUNCEXPR", 12))
259 0 : return (Node *) _readJsonFuncExpr();
260 22726 : if (MATCH("JSONTABLEPATHSPEC", 17))
261 0 : return (Node *) _readJsonTablePathSpec();
262 22726 : if (MATCH("JSONTABLE", 9))
263 0 : return (Node *) _readJsonTable();
264 22726 : if (MATCH("JSONTABLECOLUMN", 15))
265 0 : return (Node *) _readJsonTableColumn();
266 22726 : if (MATCH("JSONKEYVALUE", 12))
267 0 : return (Node *) _readJsonKeyValue();
268 22726 : if (MATCH("JSONPARSEEXPR", 13))
269 0 : return (Node *) _readJsonParseExpr();
270 22726 : if (MATCH("JSONSCALAREXPR", 14))
271 0 : return (Node *) _readJsonScalarExpr();
272 22726 : if (MATCH("JSONSERIALIZEEXPR", 17))
273 0 : return (Node *) _readJsonSerializeExpr();
274 22726 : if (MATCH("JSONOBJECTCONSTRUCTOR", 21))
275 0 : return (Node *) _readJsonObjectConstructor();
276 22726 : if (MATCH("JSONARRAYCONSTRUCTOR", 20))
277 0 : return (Node *) _readJsonArrayConstructor();
278 22726 : if (MATCH("JSONARRAYQUERYCONSTRUCTOR", 25))
279 0 : return (Node *) _readJsonArrayQueryConstructor();
280 22726 : if (MATCH("JSONAGGCONSTRUCTOR", 18))
281 0 : return (Node *) _readJsonAggConstructor();
282 22726 : if (MATCH("JSONOBJECTAGG", 13))
283 0 : return (Node *) _readJsonObjectAgg();
284 22726 : if (MATCH("JSONARRAYAGG", 12))
285 0 : return (Node *) _readJsonArrayAgg();
286 22726 : if (MATCH("RAWSTMT", 7))
287 0 : return (Node *) _readRawStmt();
288 22726 : if (MATCH("INSERTSTMT", 10))
289 0 : return (Node *) _readInsertStmt();
290 22726 : if (MATCH("DELETESTMT", 10))
291 0 : return (Node *) _readDeleteStmt();
292 22726 : if (MATCH("UPDATESTMT", 10))
293 0 : return (Node *) _readUpdateStmt();
294 22726 : if (MATCH("MERGESTMT", 9))
295 0 : return (Node *) _readMergeStmt();
296 22726 : if (MATCH("SELECTSTMT", 10))
297 0 : return (Node *) _readSelectStmt();
298 22726 : if (MATCH("SETOPERATIONSTMT", 16))
299 10642 : return (Node *) _readSetOperationStmt();
300 12084 : if (MATCH("RETURNSTMT", 10))
301 0 : return (Node *) _readReturnStmt();
302 12084 : if (MATCH("PLASSIGNSTMT", 12))
303 0 : return (Node *) _readPLAssignStmt();
304 12084 : if (MATCH("CREATESCHEMASTMT", 16))
305 0 : return (Node *) _readCreateSchemaStmt();
306 12084 : if (MATCH("ALTERTABLESTMT", 14))
307 0 : return (Node *) _readAlterTableStmt();
308 12084 : if (MATCH("ALTERTABLECMD", 13))
309 0 : return (Node *) _readAlterTableCmd();
310 12084 : if (MATCH("ATALTERCONSTRAINT", 17))
311 0 : return (Node *) _readATAlterConstraint();
312 12084 : if (MATCH("REPLICAIDENTITYSTMT", 19))
313 0 : return (Node *) _readReplicaIdentityStmt();
314 12084 : if (MATCH("ALTERCOLLATIONSTMT", 18))
315 0 : return (Node *) _readAlterCollationStmt();
316 12084 : if (MATCH("ALTERDOMAINSTMT", 15))
317 0 : return (Node *) _readAlterDomainStmt();
318 12084 : if (MATCH("GRANTSTMT", 9))
319 0 : return (Node *) _readGrantStmt();
320 12084 : if (MATCH("OBJECTWITHARGS", 14))
321 0 : return (Node *) _readObjectWithArgs();
322 12084 : if (MATCH("ACCESSPRIV", 10))
323 0 : return (Node *) _readAccessPriv();
324 12084 : if (MATCH("GRANTROLESTMT", 13))
325 0 : return (Node *) _readGrantRoleStmt();
326 12084 : if (MATCH("ALTERDEFAULTPRIVILEGESSTMT", 26))
327 0 : return (Node *) _readAlterDefaultPrivilegesStmt();
328 12084 : if (MATCH("COPYSTMT", 8))
329 0 : return (Node *) _readCopyStmt();
330 12084 : if (MATCH("VARIABLESETSTMT", 15))
331 0 : return (Node *) _readVariableSetStmt();
332 12084 : if (MATCH("VARIABLESHOWSTMT", 16))
333 0 : return (Node *) _readVariableShowStmt();
334 12084 : if (MATCH("CREATESTMT", 10))
335 0 : return (Node *) _readCreateStmt();
336 12084 : if (MATCH("CONSTRAINT", 10))
337 0 : return (Node *) _readConstraint();
338 12084 : if (MATCH("CREATETABLESPACESTMT", 20))
339 0 : return (Node *) _readCreateTableSpaceStmt();
340 12084 : if (MATCH("DROPTABLESPACESTMT", 18))
341 0 : return (Node *) _readDropTableSpaceStmt();
342 12084 : if (MATCH("ALTERTABLESPACEOPTIONSSTMT", 26))
343 0 : return (Node *) _readAlterTableSpaceOptionsStmt();
344 12084 : if (MATCH("ALTERTABLEMOVEALLSTMT", 21))
345 0 : return (Node *) _readAlterTableMoveAllStmt();
346 12084 : if (MATCH("CREATEEXTENSIONSTMT", 19))
347 0 : return (Node *) _readCreateExtensionStmt();
348 12084 : if (MATCH("ALTEREXTENSIONSTMT", 18))
349 0 : return (Node *) _readAlterExtensionStmt();
350 12084 : if (MATCH("ALTEREXTENSIONCONTENTSSTMT", 26))
351 0 : return (Node *) _readAlterExtensionContentsStmt();
352 12084 : if (MATCH("CREATEFDWSTMT", 13))
353 0 : return (Node *) _readCreateFdwStmt();
354 12084 : if (MATCH("ALTERFDWSTMT", 12))
355 0 : return (Node *) _readAlterFdwStmt();
356 12084 : if (MATCH("CREATEFOREIGNSERVERSTMT", 23))
357 0 : return (Node *) _readCreateForeignServerStmt();
358 12084 : if (MATCH("ALTERFOREIGNSERVERSTMT", 22))
359 0 : return (Node *) _readAlterForeignServerStmt();
360 12084 : if (MATCH("CREATEFOREIGNTABLESTMT", 22))
361 0 : return (Node *) _readCreateForeignTableStmt();
362 12084 : if (MATCH("CREATEUSERMAPPINGSTMT", 21))
363 0 : return (Node *) _readCreateUserMappingStmt();
364 12084 : if (MATCH("ALTERUSERMAPPINGSTMT", 20))
365 0 : return (Node *) _readAlterUserMappingStmt();
366 12084 : if (MATCH("DROPUSERMAPPINGSTMT", 19))
367 0 : return (Node *) _readDropUserMappingStmt();
368 12084 : if (MATCH("IMPORTFOREIGNSCHEMASTMT", 23))
369 0 : return (Node *) _readImportForeignSchemaStmt();
370 12084 : if (MATCH("CREATEPOLICYSTMT", 16))
371 0 : return (Node *) _readCreatePolicyStmt();
372 12084 : if (MATCH("ALTERPOLICYSTMT", 15))
373 0 : return (Node *) _readAlterPolicyStmt();
374 12084 : if (MATCH("CREATEAMSTMT", 12))
375 0 : return (Node *) _readCreateAmStmt();
376 12084 : if (MATCH("CREATETRIGSTMT", 14))
377 0 : return (Node *) _readCreateTrigStmt();
378 12084 : if (MATCH("CREATEEVENTTRIGSTMT", 19))
379 0 : return (Node *) _readCreateEventTrigStmt();
380 12084 : if (MATCH("ALTEREVENTTRIGSTMT", 18))
381 0 : return (Node *) _readAlterEventTrigStmt();
382 12084 : if (MATCH("CREATEPLANGSTMT", 15))
383 0 : return (Node *) _readCreatePLangStmt();
384 12084 : if (MATCH("CREATEROLESTMT", 14))
385 0 : return (Node *) _readCreateRoleStmt();
386 12084 : if (MATCH("ALTERROLESTMT", 13))
387 0 : return (Node *) _readAlterRoleStmt();
388 12084 : if (MATCH("ALTERROLESETSTMT", 16))
389 0 : return (Node *) _readAlterRoleSetStmt();
390 12084 : if (MATCH("DROPROLESTMT", 12))
391 0 : return (Node *) _readDropRoleStmt();
392 12084 : if (MATCH("CREATESEQSTMT", 13))
393 0 : return (Node *) _readCreateSeqStmt();
394 12084 : if (MATCH("ALTERSEQSTMT", 12))
395 0 : return (Node *) _readAlterSeqStmt();
396 12084 : if (MATCH("DEFINESTMT", 10))
397 0 : return (Node *) _readDefineStmt();
398 12084 : if (MATCH("CREATEDOMAINSTMT", 16))
399 0 : return (Node *) _readCreateDomainStmt();
400 12084 : if (MATCH("CREATEOPCLASSSTMT", 17))
401 0 : return (Node *) _readCreateOpClassStmt();
402 12084 : if (MATCH("CREATEOPCLASSITEM", 17))
403 0 : return (Node *) _readCreateOpClassItem();
404 12084 : if (MATCH("CREATEOPFAMILYSTMT", 18))
405 0 : return (Node *) _readCreateOpFamilyStmt();
406 12084 : if (MATCH("ALTEROPFAMILYSTMT", 17))
407 0 : return (Node *) _readAlterOpFamilyStmt();
408 12084 : if (MATCH("DROPSTMT", 8))
409 0 : return (Node *) _readDropStmt();
410 12084 : if (MATCH("TRUNCATESTMT", 12))
411 0 : return (Node *) _readTruncateStmt();
412 12084 : if (MATCH("COMMENTSTMT", 11))
413 0 : return (Node *) _readCommentStmt();
414 12084 : if (MATCH("SECLABELSTMT", 12))
415 0 : return (Node *) _readSecLabelStmt();
416 12084 : if (MATCH("DECLARECURSORSTMT", 17))
417 0 : return (Node *) _readDeclareCursorStmt();
418 12084 : if (MATCH("CLOSEPORTALSTMT", 15))
419 0 : return (Node *) _readClosePortalStmt();
420 12084 : if (MATCH("FETCHSTMT", 9))
421 0 : return (Node *) _readFetchStmt();
422 12084 : if (MATCH("INDEXSTMT", 9))
423 0 : return (Node *) _readIndexStmt();
424 12084 : if (MATCH("CREATESTATSSTMT", 15))
425 0 : return (Node *) _readCreateStatsStmt();
426 12084 : if (MATCH("STATSELEM", 9))
427 0 : return (Node *) _readStatsElem();
428 12084 : if (MATCH("ALTERSTATSSTMT", 14))
429 0 : return (Node *) _readAlterStatsStmt();
430 12084 : if (MATCH("CREATEFUNCTIONSTMT", 18))
431 0 : return (Node *) _readCreateFunctionStmt();
432 12084 : if (MATCH("FUNCTIONPARAMETER", 17))
433 0 : return (Node *) _readFunctionParameter();
434 12084 : if (MATCH("ALTERFUNCTIONSTMT", 17))
435 0 : return (Node *) _readAlterFunctionStmt();
436 12084 : if (MATCH("DOSTMT", 6))
437 0 : return (Node *) _readDoStmt();
438 12084 : if (MATCH("CALLSTMT", 8))
439 0 : return (Node *) _readCallStmt();
440 12084 : if (MATCH("RENAMESTMT", 10))
441 0 : return (Node *) _readRenameStmt();
442 12084 : if (MATCH("ALTEROBJECTDEPENDSSTMT", 22))
443 0 : return (Node *) _readAlterObjectDependsStmt();
444 12084 : if (MATCH("ALTEROBJECTSCHEMASTMT", 21))
445 0 : return (Node *) _readAlterObjectSchemaStmt();
446 12084 : if (MATCH("ALTEROWNERSTMT", 14))
447 0 : return (Node *) _readAlterOwnerStmt();
448 12084 : if (MATCH("ALTEROPERATORSTMT", 17))
449 0 : return (Node *) _readAlterOperatorStmt();
450 12084 : if (MATCH("ALTERTYPESTMT", 13))
451 0 : return (Node *) _readAlterTypeStmt();
452 12084 : if (MATCH("RULESTMT", 8))
453 0 : return (Node *) _readRuleStmt();
454 12084 : if (MATCH("NOTIFYSTMT", 10))
455 126 : return (Node *) _readNotifyStmt();
456 11958 : if (MATCH("LISTENSTMT", 10))
457 0 : return (Node *) _readListenStmt();
458 11958 : if (MATCH("UNLISTENSTMT", 12))
459 0 : return (Node *) _readUnlistenStmt();
460 11958 : if (MATCH("TRANSACTIONSTMT", 15))
461 0 : return (Node *) _readTransactionStmt();
462 11958 : if (MATCH("COMPOSITETYPESTMT", 17))
463 0 : return (Node *) _readCompositeTypeStmt();
464 11958 : if (MATCH("CREATEENUMSTMT", 14))
465 0 : return (Node *) _readCreateEnumStmt();
466 11958 : if (MATCH("CREATERANGESTMT", 15))
467 0 : return (Node *) _readCreateRangeStmt();
468 11958 : if (MATCH("ALTERENUMSTMT", 13))
469 0 : return (Node *) _readAlterEnumStmt();
470 11958 : if (MATCH("VIEWSTMT", 8))
471 0 : return (Node *) _readViewStmt();
472 11958 : if (MATCH("LOADSTMT", 8))
473 0 : return (Node *) _readLoadStmt();
474 11958 : if (MATCH("CREATEDBSTMT", 12))
475 0 : return (Node *) _readCreatedbStmt();
476 11958 : if (MATCH("ALTERDATABASESTMT", 17))
477 0 : return (Node *) _readAlterDatabaseStmt();
478 11958 : if (MATCH("ALTERDATABASEREFRESHCOLLSTMT", 28))
479 0 : return (Node *) _readAlterDatabaseRefreshCollStmt();
480 11958 : if (MATCH("ALTERDATABASESETSTMT", 20))
481 0 : return (Node *) _readAlterDatabaseSetStmt();
482 11958 : if (MATCH("DROPDBSTMT", 10))
483 0 : return (Node *) _readDropdbStmt();
484 11958 : if (MATCH("ALTERSYSTEMSTMT", 15))
485 0 : return (Node *) _readAlterSystemStmt();
486 11958 : if (MATCH("CLUSTERSTMT", 11))
487 0 : return (Node *) _readClusterStmt();
488 11958 : if (MATCH("VACUUMSTMT", 10))
489 0 : return (Node *) _readVacuumStmt();
490 11958 : if (MATCH("VACUUMRELATION", 14))
491 0 : return (Node *) _readVacuumRelation();
492 11958 : if (MATCH("EXPLAINSTMT", 11))
493 0 : return (Node *) _readExplainStmt();
494 11958 : if (MATCH("CREATETABLEASSTMT", 17))
495 0 : return (Node *) _readCreateTableAsStmt();
496 11958 : if (MATCH("REFRESHMATVIEWSTMT", 18))
497 0 : return (Node *) _readRefreshMatViewStmt();
498 11958 : if (MATCH("CHECKPOINTSTMT", 14))
499 0 : return (Node *) _readCheckPointStmt();
500 11958 : if (MATCH("DISCARDSTMT", 11))
501 0 : return (Node *) _readDiscardStmt();
502 11958 : if (MATCH("LOCKSTMT", 8))
503 0 : return (Node *) _readLockStmt();
504 11958 : if (MATCH("CONSTRAINTSSETSTMT", 18))
505 0 : return (Node *) _readConstraintsSetStmt();
506 11958 : if (MATCH("REINDEXSTMT", 11))
507 0 : return (Node *) _readReindexStmt();
508 11958 : if (MATCH("CREATECONVERSIONSTMT", 20))
509 0 : return (Node *) _readCreateConversionStmt();
510 11958 : if (MATCH("CREATECASTSTMT", 14))
511 0 : return (Node *) _readCreateCastStmt();
512 11958 : if (MATCH("CREATETRANSFORMSTMT", 19))
513 0 : return (Node *) _readCreateTransformStmt();
514 11958 : if (MATCH("PREPARESTMT", 11))
515 0 : return (Node *) _readPrepareStmt();
516 11958 : if (MATCH("EXECUTESTMT", 11))
517 0 : return (Node *) _readExecuteStmt();
518 11958 : if (MATCH("DEALLOCATESTMT", 14))
519 0 : return (Node *) _readDeallocateStmt();
520 11958 : if (MATCH("DROPOWNEDSTMT", 13))
521 0 : return (Node *) _readDropOwnedStmt();
522 11958 : if (MATCH("REASSIGNOWNEDSTMT", 17))
523 0 : return (Node *) _readReassignOwnedStmt();
524 11958 : if (MATCH("ALTERTSDICTIONARYSTMT", 21))
525 0 : return (Node *) _readAlterTSDictionaryStmt();
526 11958 : if (MATCH("ALTERTSCONFIGURATIONSTMT", 24))
527 0 : return (Node *) _readAlterTSConfigurationStmt();
528 11958 : if (MATCH("PUBLICATIONTABLE", 16))
529 0 : return (Node *) _readPublicationTable();
530 11958 : if (MATCH("PUBLICATIONOBJSPEC", 18))
531 0 : return (Node *) _readPublicationObjSpec();
532 11958 : if (MATCH("PUBLICATIONALLOBJSPEC", 21))
533 0 : return (Node *) _readPublicationAllObjSpec();
534 11958 : if (MATCH("CREATEPUBLICATIONSTMT", 21))
535 0 : return (Node *) _readCreatePublicationStmt();
536 11958 : if (MATCH("ALTERPUBLICATIONSTMT", 20))
537 0 : return (Node *) _readAlterPublicationStmt();
538 11958 : if (MATCH("CREATESUBSCRIPTIONSTMT", 22))
539 0 : return (Node *) _readCreateSubscriptionStmt();
540 11958 : if (MATCH("ALTERSUBSCRIPTIONSTMT", 21))
541 0 : return (Node *) _readAlterSubscriptionStmt();
542 11958 : if (MATCH("DROPSUBSCRIPTIONSTMT", 20))
543 0 : return (Node *) _readDropSubscriptionStmt();
544 11958 : if (MATCH("GROUPBYORDERING", 15))
545 0 : return (Node *) _readGroupByOrdering();
546 11958 : if (MATCH("PLACEHOLDERVAR", 14))
547 0 : return (Node *) _readPlaceHolderVar();
548 11958 : if (MATCH("APPENDRELINFO", 13))
549 0 : return (Node *) _readAppendRelInfo();
550 11958 : if (MATCH("PLANNEDSTMT", 11))
551 2536 : return (Node *) _readPlannedStmt();
552 9422 : if (MATCH("RESULT", 6))
553 126 : return (Node *) _readResult();
554 9296 : if (MATCH("PROJECTSET", 10))
555 12 : return (Node *) _readProjectSet();
556 9284 : if (MATCH("MODIFYTABLE", 11))
557 0 : return (Node *) _readModifyTable();
558 9284 : if (MATCH("APPEND", 6))
559 374 : return (Node *) _readAppend();
560 8910 : if (MATCH("MERGEAPPEND", 11))
561 0 : return (Node *) _readMergeAppend();
562 8910 : if (MATCH("RECURSIVEUNION", 14))
563 0 : return (Node *) _readRecursiveUnion();
564 8910 : if (MATCH("BITMAPAND", 9))
565 0 : return (Node *) _readBitmapAnd();
566 8910 : if (MATCH("BITMAPOR", 8))
567 0 : return (Node *) _readBitmapOr();
568 8910 : if (MATCH("SEQSCAN", 7))
569 3622 : return (Node *) _readSeqScan();
570 5288 : if (MATCH("SAMPLESCAN", 10))
571 0 : return (Node *) _readSampleScan();
572 5288 : if (MATCH("INDEXSCAN", 9))
573 396 : return (Node *) _readIndexScan();
574 4892 : if (MATCH("INDEXONLYSCAN", 13))
575 242 : return (Node *) _readIndexOnlyScan();
576 4650 : if (MATCH("BITMAPINDEXSCAN", 15))
577 270 : return (Node *) _readBitmapIndexScan();
578 4380 : if (MATCH("BITMAPHEAPSCAN", 14))
579 270 : return (Node *) _readBitmapHeapScan();
580 4110 : if (MATCH("TIDSCAN", 7))
581 0 : return (Node *) _readTidScan();
582 4110 : if (MATCH("TIDRANGESCAN", 12))
583 0 : return (Node *) _readTidRangeScan();
584 4110 : if (MATCH("SUBQUERYSCAN", 12))
585 0 : return (Node *) _readSubqueryScan();
586 4110 : if (MATCH("FUNCTIONSCAN", 12))
587 24 : return (Node *) _readFunctionScan();
588 4086 : if (MATCH("VALUESSCAN", 10))
589 0 : return (Node *) _readValuesScan();
590 4086 : if (MATCH("TABLEFUNCSCAN", 13))
591 0 : return (Node *) _readTableFuncScan();
592 4086 : if (MATCH("CTESCAN", 7))
593 0 : return (Node *) _readCteScan();
594 4086 : if (MATCH("NAMEDTUPLESTORESCAN", 19))
595 0 : return (Node *) _readNamedTuplestoreScan();
596 4086 : if (MATCH("WORKTABLESCAN", 13))
597 0 : return (Node *) _readWorkTableScan();
598 4086 : if (MATCH("FOREIGNSCAN", 11))
599 0 : return (Node *) _readForeignScan();
600 4086 : if (MATCH("CUSTOMSCAN", 10))
601 0 : return (Node *) _readCustomScan();
602 4086 : if (MATCH("NESTLOOP", 8))
603 42 : return (Node *) _readNestLoop();
604 4044 : if (MATCH("NESTLOOPPARAM", 13))
605 42 : return (Node *) _readNestLoopParam();
606 4002 : if (MATCH("MERGEJOIN", 9))
607 24 : return (Node *) _readMergeJoin();
608 3978 : if (MATCH("HASHJOIN", 8))
609 558 : return (Node *) _readHashJoin();
610 3420 : if (MATCH("MATERIAL", 8))
611 0 : return (Node *) _readMaterial();
612 3420 : if (MATCH("MEMOIZE", 7))
613 12 : return (Node *) _readMemoize();
614 3408 : if (MATCH("SORT", 4))
615 460 : return (Node *) _readSort();
616 2948 : if (MATCH("INCREMENTALSORT", 15))
617 0 : return (Node *) _readIncrementalSort();
618 2948 : if (MATCH("GROUP", 5))
619 0 : return (Node *) _readGroup();
620 2948 : if (MATCH("AGG", 3))
621 1576 : return (Node *) _readAgg();
622 1372 : if (MATCH("WINDOWAGG", 9))
623 0 : return (Node *) _readWindowAgg();
624 1372 : if (MATCH("UNIQUE", 6))
625 6 : return (Node *) _readUnique();
626 1366 : if (MATCH("GATHER", 6))
627 0 : return (Node *) _readGather();
628 1366 : if (MATCH("GATHERMERGE", 11))
629 0 : return (Node *) _readGatherMerge();
630 1366 : if (MATCH("HASH", 4))
631 558 : return (Node *) _readHash();
632 808 : if (MATCH("SETOP", 5))
633 0 : return (Node *) _readSetOp();
634 808 : if (MATCH("LOCKROWS", 8))
635 0 : return (Node *) _readLockRows();
636 808 : if (MATCH("LIMIT", 5))
637 4 : return (Node *) _readLimit();
638 804 : if (MATCH("PLANROWMARK", 11))
639 0 : return (Node *) _readPlanRowMark();
640 804 : if (MATCH("PARTITIONPRUNEINFO", 18))
641 126 : return (Node *) _readPartitionPruneInfo();
642 678 : if (MATCH("PARTITIONEDRELPRUNEINFO", 23))
643 396 : return (Node *) _readPartitionedRelPruneInfo();
644 282 : if (MATCH("PARTITIONPRUNESTEPOP", 20))
645 222 : return (Node *) _readPartitionPruneStepOp();
646 60 : if (MATCH("PARTITIONPRUNESTEPCOMBINE", 25))
647 60 : return (Node *) _readPartitionPruneStepCombine();
648 0 : if (MATCH("PLANINVALITEM", 13))
649 0 : return (Node *) _readPlanInvalItem();
650 0 : if (MATCH("EXTENSIBLENODE", 14))
651 0 : return (Node *) _readExtensibleNode();
|