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