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 49902326 : if (MATCH("ALIAS", 5))
19 2841538 : return (Node *) _readAlias();
20 47060788 : if (MATCH("RANGEVAR", 8))
21 856874 : return (Node *) _readRangeVar();
22 46203914 : if (MATCH("TABLEFUNC", 9))
23 1488 : return (Node *) _readTableFunc();
24 46202426 : if (MATCH("INTOCLAUSE", 10))
25 3960 : return (Node *) _readIntoClause();
26 46198466 : if (MATCH("VAR", 3))
27 13065394 : return (Node *) _readVar();
28 33133072 : if (MATCH("CONST", 5))
29 2985244 : return (Node *) _readConst();
30 30147828 : if (MATCH("PARAM", 5))
31 319078 : return (Node *) _readParam();
32 29828750 : if (MATCH("AGGREF", 6))
33 95070 : return (Node *) _readAggref();
34 29733680 : if (MATCH("GROUPINGFUNC", 12))
35 1092 : return (Node *) _readGroupingFunc();
36 29732588 : if (MATCH("WINDOWFUNC", 10))
37 7026 : return (Node *) _readWindowFunc();
38 29725562 : if (MATCH("WINDOWFUNCRUNCONDITION", 22))
39 360 : return (Node *) _readWindowFuncRunCondition();
40 29725202 : if (MATCH("MERGESUPPORTFUNC", 16))
41 834 : return (Node *) _readMergeSupportFunc();
42 29724368 : if (MATCH("SUBSCRIPTINGREF", 15))
43 36790 : return (Node *) _readSubscriptingRef();
44 29687578 : if (MATCH("FUNCEXPR", 8))
45 939620 : return (Node *) _readFuncExpr();
46 28747958 : if (MATCH("NAMEDARGEXPR", 12))
47 94066 : return (Node *) _readNamedArgExpr();
48 28653892 : if (MATCH("OPEXPR", 6))
49 1524676 : return (Node *) _readOpExpr();
50 27129216 : if (MATCH("DISTINCTEXPR", 12))
51 2136 : return (Node *) _readDistinctExpr();
52 27127080 : if (MATCH("NULLIFEXPR", 10))
53 1136 : return (Node *) _readNullIfExpr();
54 27125944 : if (MATCH("SCALARARRAYOPEXPR", 17))
55 77438 : return (Node *) _readScalarArrayOpExpr();
56 27048506 : if (MATCH("BOOLEXPR", 8))
57 384708 : return (Node *) _readBoolExpr();
58 26663798 : if (MATCH("SUBLINK", 7))
59 102748 : return (Node *) _readSubLink();
60 26561050 : if (MATCH("SUBPLAN", 7))
61 42418 : return (Node *) _readSubPlan();
62 26518632 : if (MATCH("ALTERNATIVESUBPLAN", 18))
63 0 : return (Node *) _readAlternativeSubPlan();
64 26518632 : if (MATCH("FIELDSELECT", 11))
65 30666 : return (Node *) _readFieldSelect();
66 26487966 : if (MATCH("FIELDSTORE", 10))
67 1106 : return (Node *) _readFieldStore();
68 26486860 : if (MATCH("RELABELTYPE", 11))
69 266044 : return (Node *) _readRelabelType();
70 26220816 : if (MATCH("COERCEVIAIO", 11))
71 51722 : return (Node *) _readCoerceViaIO();
72 26169094 : if (MATCH("ARRAYCOERCEEXPR", 15))
73 10800 : return (Node *) _readArrayCoerceExpr();
74 26158294 : if (MATCH("CONVERTROWTYPEEXPR", 18))
75 854 : return (Node *) _readConvertRowtypeExpr();
76 26157440 : if (MATCH("COLLATEEXPR", 11))
77 9026 : return (Node *) _readCollateExpr();
78 26148414 : if (MATCH("CASEEXPR", 8))
79 140422 : return (Node *) _readCaseExpr();
80 26007992 : if (MATCH("CASEWHEN", 8))
81 268572 : return (Node *) _readCaseWhen();
82 25739420 : if (MATCH("CASETESTEXPR", 12))
83 60718 : return (Node *) _readCaseTestExpr();
84 25678702 : if (MATCH("ARRAYEXPR", 9))
85 37406 : return (Node *) _readArrayExpr();
86 25641296 : if (MATCH("ROWEXPR", 7))
87 13442 : return (Node *) _readRowExpr();
88 25627854 : if (MATCH("ROWCOMPAREEXPR", 14))
89 744 : return (Node *) _readRowCompareExpr();
90 25627110 : if (MATCH("COALESCEEXPR", 12))
91 19272 : return (Node *) _readCoalesceExpr();
92 25607838 : if (MATCH("MINMAXEXPR", 10))
93 888 : return (Node *) _readMinMaxExpr();
94 25606950 : if (MATCH("SQLVALUEFUNCTION", 16))
95 13672 : return (Node *) _readSQLValueFunction();
96 25593278 : if (MATCH("XMLEXPR", 7))
97 2502 : return (Node *) _readXmlExpr();
98 25590776 : if (MATCH("JSONFORMAT", 10))
99 24556 : return (Node *) _readJsonFormat();
100 25566220 : if (MATCH("JSONRETURNING", 13))
101 10412 : return (Node *) _readJsonReturning();
102 25555808 : if (MATCH("JSONVALUEEXPR", 13))
103 6362 : return (Node *) _readJsonValueExpr();
104 25549446 : if (MATCH("JSONCONSTRUCTOREXPR", 19))
105 2798 : return (Node *) _readJsonConstructorExpr();
106 25546648 : if (MATCH("JSONISPREDICATE", 15))
107 1128 : return (Node *) _readJsonIsPredicate();
108 25545520 : if (MATCH("JSONBEHAVIOR", 12))
109 11766 : return (Node *) _readJsonBehavior();
110 25533754 : if (MATCH("JSONEXPR", 8))
111 6128 : return (Node *) _readJsonExpr();
112 25527626 : if (MATCH("JSONTABLEPATH", 13))
113 1568 : return (Node *) _readJsonTablePath();
114 25526058 : if (MATCH("JSONTABLEPATHSCAN", 17))
115 1568 : return (Node *) _readJsonTablePathScan();
116 25524490 : if (MATCH("JSONTABLESIBLINGJOIN", 20))
117 210 : return (Node *) _readJsonTableSiblingJoin();
118 25524280 : if (MATCH("NULLTEST", 8))
119 55318 : return (Node *) _readNullTest();
120 25468962 : if (MATCH("BOOLEANTEST", 11))
121 3528 : return (Node *) _readBooleanTest();
122 25465434 : if (MATCH("MERGEACTION", 11))
123 6438 : return (Node *) _readMergeAction();
124 25458996 : if (MATCH("COERCETODOMAIN", 14))
125 140544 : return (Node *) _readCoerceToDomain();
126 25318452 : if (MATCH("COERCETODOMAINVALUE", 19))
127 1926 : return (Node *) _readCoerceToDomainValue();
128 25316526 : if (MATCH("SETTODEFAULT", 12))
129 1782 : return (Node *) _readSetToDefault();
130 25314744 : if (MATCH("CURRENTOFEXPR", 13))
131 902 : return (Node *) _readCurrentOfExpr();
132 25313842 : if (MATCH("NEXTVALUEEXPR", 13))
133 816 : return (Node *) _readNextValueExpr();
134 25313026 : if (MATCH("INFERENCEELEM", 13))
135 1880 : return (Node *) _readInferenceElem();
136 25311146 : if (MATCH("RETURNINGEXPR", 13))
137 1158 : return (Node *) _readReturningExpr();
138 25309988 : if (MATCH("TARGETENTRY", 11))
139 7233994 : return (Node *) _readTargetEntry();
140 18075994 : if (MATCH("RANGETBLREF", 11))
141 621112 : return (Node *) _readRangeTblRef();
142 17454882 : if (MATCH("JOINEXPR", 8))
143 209546 : return (Node *) _readJoinExpr();
144 17245336 : if (MATCH("FROMEXPR", 8))
145 627666 : return (Node *) _readFromExpr();
146 16617670 : if (MATCH("ONCONFLICTEXPR", 14))
147 1846 : return (Node *) _readOnConflictExpr();
148 16615824 : if (MATCH("QUERY", 5))
149 1011382 : return (Node *) _readQuery();
150 15604442 : if (MATCH("TYPENAME", 8))
151 844694 : return (Node *) _readTypeName();
152 14759748 : if (MATCH("COLUMNREF", 9))
153 2058314 : return (Node *) _readColumnRef();
154 12701434 : if (MATCH("PARAMREF", 8))
155 54354 : return (Node *) _readParamRef();
156 12647080 : if (MATCH("A_EXPR", 6))
157 650366 : return (Node *) _readA_Expr();
158 11996714 : if (MATCH("A_CONST", 7))
159 1432420 : return (Node *) _readA_Const();
160 10564294 : if (MATCH("TYPECAST", 8))
161 372966 : return (Node *) _readTypeCast();
162 10191328 : if (MATCH("COLLATECLAUSE", 13))
163 10688 : return (Node *) _readCollateClause();
164 10180640 : if (MATCH("ROLESPEC", 8))
165 60748 : return (Node *) _readRoleSpec();
166 10119892 : if (MATCH("FUNCCALL", 8))
167 406792 : return (Node *) _readFuncCall();
168 9713100 : if (MATCH("A_STAR", 6))
169 65602 : return (Node *) _readA_Star();
170 9647498 : if (MATCH("A_INDICES", 9))
171 15030 : return (Node *) _readA_Indices();
172 9632468 : if (MATCH("A_INDIRECTION", 13))
173 35626 : return (Node *) _readA_Indirection();
174 9596842 : if (MATCH("A_ARRAYEXPR", 11))
175 7006 : return (Node *) _readA_ArrayExpr();
176 9589836 : if (MATCH("RESTARGET", 9))
177 1299086 : return (Node *) _readResTarget();
178 8290750 : if (MATCH("MULTIASSIGNREF", 14))
179 402 : return (Node *) _readMultiAssignRef();
180 8290348 : if (MATCH("SORTBY", 6))
181 109292 : return (Node *) _readSortBy();
182 8181056 : if (MATCH("WINDOWDEF", 9))
183 4176 : return (Node *) _readWindowDef();
184 8176880 : if (MATCH("RANGESUBSELECT", 14))
185 18976 : return (Node *) _readRangeSubselect();
186 8157904 : if (MATCH("RANGEFUNCTION", 13))
187 52568 : return (Node *) _readRangeFunction();
188 8105336 : if (MATCH("RANGETABLEFUNC", 14))
189 254 : return (Node *) _readRangeTableFunc();
190 8105082 : if (MATCH("RANGETABLEFUNCCOL", 17))
191 882 : return (Node *) _readRangeTableFuncCol();
192 8104200 : if (MATCH("RANGETABLESAMPLE", 16))
193 292 : return (Node *) _readRangeTableSample();
194 8103908 : if (MATCH("COLUMNDEF", 9))
195 142282 : return (Node *) _readColumnDef();
196 7961626 : if (MATCH("TABLELIKECLAUSE", 15))
197 1548 : return (Node *) _readTableLikeClause();
198 7960078 : if (MATCH("INDEXELEM", 9))
199 19434 : return (Node *) _readIndexElem();
200 7940644 : if (MATCH("DEFELEM", 7))
201 358520 : return (Node *) _readDefElem();
202 7582124 : if (MATCH("LOCKINGCLAUSE", 13))
203 2186 : return (Node *) _readLockingClause();
204 7579938 : if (MATCH("XMLSERIALIZE", 12))
205 250 : return (Node *) _readXmlSerialize();
206 7579688 : if (MATCH("PARTITIONELEM", 13))
207 10932 : return (Node *) _readPartitionElem();
208 7568756 : if (MATCH("PARTITIONSPEC", 13))
209 10020 : return (Node *) _readPartitionSpec();
210 7558736 : if (MATCH("PARTITIONBOUNDSPEC", 18))
211 61782 : return (Node *) _readPartitionBoundSpec();
212 7496954 : if (MATCH("PARTITIONRANGEDATUM", 19))
213 46660 : return (Node *) _readPartitionRangeDatum();
214 7450294 : if (MATCH("PARTITIONCMD", 12))
215 6874 : return (Node *) _readPartitionCmd();
216 7443420 : if (MATCH("RANGETBLENTRY", 13))
217 1755198 : return (Node *) _readRangeTblEntry();
218 5688222 : if (MATCH("RTEPERMISSIONINFO", 17))
219 1036390 : return (Node *) _readRTEPermissionInfo();
220 4651832 : if (MATCH("RANGETBLFUNCTION", 16))
221 115154 : return (Node *) _readRangeTblFunction();
222 4536678 : if (MATCH("TABLESAMPLECLAUSE", 17))
223 614 : return (Node *) _readTableSampleClause();
224 4536064 : if (MATCH("WITHCHECKOPTION", 15))
225 4842 : return (Node *) _readWithCheckOption();
226 4531222 : if (MATCH("SORTGROUPCLAUSE", 15))
227 164322 : return (Node *) _readSortGroupClause();
228 4366900 : if (MATCH("GROUPINGSET", 11))
229 4312 : return (Node *) _readGroupingSet();
230 4362588 : if (MATCH("WINDOWCLAUSE", 12))
231 2944 : return (Node *) _readWindowClause();
232 4359644 : if (MATCH("ROWMARKCLAUSE", 13))
233 5392 : return (Node *) _readRowMarkClause();
234 4354252 : if (MATCH("WITHCLAUSE", 10))
235 3344 : return (Node *) _readWithClause();
236 4350908 : if (MATCH("INFERCLAUSE", 11))
237 1630 : return (Node *) _readInferClause();
238 4349278 : if (MATCH("ONCONFLICTCLAUSE", 16))
239 1870 : return (Node *) _readOnConflictClause();
240 4347408 : if (MATCH("CTESEARCHCLAUSE", 15))
241 228 : return (Node *) _readCTESearchClause();
242 4347180 : if (MATCH("CTECYCLECLAUSE", 14))
243 246 : return (Node *) _readCTECycleClause();
244 4346934 : if (MATCH("COMMONTABLEEXPR", 15))
245 9010 : return (Node *) _readCommonTableExpr();
246 4337924 : if (MATCH("MERGEWHENCLAUSE", 15))
247 3014 : return (Node *) _readMergeWhenClause();
248 4334910 : if (MATCH("RETURNINGOPTION", 15))
249 150 : return (Node *) _readReturningOption();
250 4334760 : if (MATCH("RETURNINGCLAUSE", 15))
251 3276 : return (Node *) _readReturningClause();
252 4331484 : if (MATCH("TRIGGERTRANSITION", 17))
253 1212 : return (Node *) _readTriggerTransition();
254 4330272 : if (MATCH("JSONOUTPUT", 10))
255 1486 : return (Node *) _readJsonOutput();
256 4328786 : if (MATCH("JSONARGUMENT", 12))
257 630 : return (Node *) _readJsonArgument();
258 4328156 : if (MATCH("JSONFUNCEXPR", 12))
259 1992 : return (Node *) _readJsonFuncExpr();
260 4326164 : if (MATCH("JSONTABLEPATHSPEC", 17))
261 1984 : return (Node *) _readJsonTablePathSpec();
262 4324180 : if (MATCH("JSONTABLE", 9))
263 602 : return (Node *) _readJsonTable();
264 4323578 : if (MATCH("JSONTABLECOLUMN", 15))
265 1660 : return (Node *) _readJsonTableColumn();
266 4321918 : if (MATCH("JSONKEYVALUE", 12))
267 826 : return (Node *) _readJsonKeyValue();
268 4321092 : if (MATCH("JSONPARSEEXPR", 13))
269 164 : return (Node *) _readJsonParseExpr();
270 4320928 : if (MATCH("JSONSCALAREXPR", 14))
271 112 : return (Node *) _readJsonScalarExpr();
272 4320816 : if (MATCH("JSONSERIALIZEEXPR", 17))
273 108 : return (Node *) _readJsonSerializeExpr();
274 4320708 : if (MATCH("JSONOBJECTCONSTRUCTOR", 21))
275 446 : return (Node *) _readJsonObjectConstructor();
276 4320262 : if (MATCH("JSONARRAYCONSTRUCTOR", 20))
277 200 : return (Node *) _readJsonArrayConstructor();
278 4320062 : if (MATCH("JSONARRAYQUERYCONSTRUCTOR", 25))
279 66 : return (Node *) _readJsonArrayQueryConstructor();
280 4319996 : if (MATCH("JSONAGGCONSTRUCTOR", 18))
281 372 : return (Node *) _readJsonAggConstructor();
282 4319624 : if (MATCH("JSONOBJECTAGG", 13))
283 210 : return (Node *) _readJsonObjectAgg();
284 4319414 : if (MATCH("JSONARRAYAGG", 12))
285 162 : return (Node *) _readJsonArrayAgg();
286 4319252 : if (MATCH("RAWSTMT", 7))
287 726228 : return (Node *) _readRawStmt();
288 3593024 : if (MATCH("INSERTSTMT", 10))
289 69592 : return (Node *) _readInsertStmt();
290 3523432 : if (MATCH("DELETESTMT", 10))
291 4484 : return (Node *) _readDeleteStmt();
292 3518948 : if (MATCH("UPDATESTMT", 10))
293 13674 : return (Node *) _readUpdateStmt();
294 3505274 : if (MATCH("MERGESTMT", 9))
295 1960 : return (Node *) _readMergeStmt();
296 3503314 : if (MATCH("SELECTSTMT", 10))
297 511396 : return (Node *) _readSelectStmt();
298 2991918 : if (MATCH("SETOPERATIONSTMT", 16))
299 21806 : return (Node *) _readSetOperationStmt();
300 2970112 : if (MATCH("RETURNSTMT", 10))
301 9756 : return (Node *) _readReturnStmt();
302 2960356 : if (MATCH("PLASSIGNSTMT", 12))
303 0 : return (Node *) _readPLAssignStmt();
304 2960356 : if (MATCH("CREATESCHEMASTMT", 16))
305 2148 : return (Node *) _readCreateSchemaStmt();
306 2958208 : if (MATCH("ALTERTABLESTMT", 14))
307 61028 : return (Node *) _readAlterTableStmt();
308 2897180 : if (MATCH("ALTERTABLECMD", 13))
309 63044 : return (Node *) _readAlterTableCmd();
310 2834136 : if (MATCH("ATALTERCONSTRAINT", 17))
311 588 : return (Node *) _readATAlterConstraint();
312 2833548 : if (MATCH("REPLICAIDENTITYSTMT", 19))
313 988 : return (Node *) _readReplicaIdentityStmt();
314 2832560 : if (MATCH("ALTERCOLLATIONSTMT", 18))
315 12 : return (Node *) _readAlterCollationStmt();
316 2832548 : if (MATCH("ALTERDOMAINSTMT", 15))
317 580 : return (Node *) _readAlterDomainStmt();
318 2831968 : if (MATCH("GRANTSTMT", 9))
319 42114 : return (Node *) _readGrantStmt();
320 2789854 : if (MATCH("OBJECTWITHARGS", 14))
321 46146 : return (Node *) _readObjectWithArgs();
322 2743708 : if (MATCH("ACCESSPRIV", 10))
323 39434 : return (Node *) _readAccessPriv();
324 2704274 : if (MATCH("GRANTROLESTMT", 13))
325 1820 : return (Node *) _readGrantRoleStmt();
326 2702454 : if (MATCH("ALTERDEFAULTPRIVILEGESSTMT", 26))
327 412 : return (Node *) _readAlterDefaultPrivilegesStmt();
328 2702042 : if (MATCH("COPYSTMT", 8))
329 23140 : return (Node *) _readCopyStmt();
330 2678902 : if (MATCH("VARIABLESETSTMT", 15))
331 57508 : return (Node *) _readVariableSetStmt();
332 2621394 : if (MATCH("VARIABLESHOWSTMT", 16))
333 1756 : return (Node *) _readVariableShowStmt();
334 2619638 : if (MATCH("CREATESTMT", 10))
335 75116 : return (Node *) _readCreateStmt();
336 2544522 : if (MATCH("CONSTRAINT", 10))
337 71618 : return (Node *) _readConstraint();
338 2472904 : if (MATCH("CREATETABLESPACESTMT", 20))
339 260 : return (Node *) _readCreateTableSpaceStmt();
340 2472644 : if (MATCH("DROPTABLESPACESTMT", 18))
341 128 : return (Node *) _readDropTableSpaceStmt();
342 2472516 : if (MATCH("ALTERTABLESPACEOPTIONSSTMT", 26))
343 48 : return (Node *) _readAlterTableSpaceOptionsStmt();
344 2472468 : if (MATCH("ALTERTABLEMOVEALLSTMT", 21))
345 60 : return (Node *) _readAlterTableMoveAllStmt();
346 2472408 : if (MATCH("CREATEEXTENSIONSTMT", 19))
347 1076 : return (Node *) _readCreateExtensionStmt();
348 2471332 : if (MATCH("ALTEREXTENSIONSTMT", 18))
349 74 : return (Node *) _readAlterExtensionStmt();
350 2471258 : if (MATCH("ALTEREXTENSIONCONTENTSSTMT", 26))
351 532 : return (Node *) _readAlterExtensionContentsStmt();
352 2470726 : if (MATCH("CREATEFDWSTMT", 13))
353 408 : return (Node *) _readCreateFdwStmt();
354 2470318 : if (MATCH("ALTERFDWSTMT", 12))
355 244 : return (Node *) _readAlterFdwStmt();
356 2470074 : if (MATCH("CREATEFOREIGNSERVERSTMT", 23))
357 578 : return (Node *) _readCreateForeignServerStmt();
358 2469496 : if (MATCH("ALTERFOREIGNSERVERSTMT", 22))
359 462 : return (Node *) _readAlterForeignServerStmt();
360 2469034 : if (MATCH("CREATEFOREIGNTABLESTMT", 22))
361 908 : return (Node *) _readCreateForeignTableStmt();
362 2468126 : if (MATCH("CREATEUSERMAPPINGSTMT", 21))
363 504 : return (Node *) _readCreateUserMappingStmt();
364 2467622 : if (MATCH("ALTERUSERMAPPINGSTMT", 20))
365 236 : return (Node *) _readAlterUserMappingStmt();
366 2467386 : if (MATCH("DROPUSERMAPPINGSTMT", 19))
367 252 : return (Node *) _readDropUserMappingStmt();
368 2467134 : if (MATCH("IMPORTFOREIGNSCHEMASTMT", 23))
369 96 : return (Node *) _readImportForeignSchemaStmt();
370 2467038 : if (MATCH("CREATEPOLICYSTMT", 16))
371 1448 : return (Node *) _readCreatePolicyStmt();
372 2465590 : if (MATCH("ALTERPOLICYSTMT", 15))
373 168 : return (Node *) _readAlterPolicyStmt();
374 2465422 : if (MATCH("CREATEAMSTMT", 12))
375 124 : return (Node *) _readCreateAmStmt();
376 2465298 : if (MATCH("CREATETRIGSTMT", 14))
377 6412 : return (Node *) _readCreateTrigStmt();
378 2458886 : if (MATCH("CREATEEVENTTRIGSTMT", 19))
379 400 : return (Node *) _readCreateEventTrigStmt();
380 2458486 : if (MATCH("ALTEREVENTTRIGSTMT", 18))
381 96 : return (Node *) _readAlterEventTrigStmt();
382 2458390 : if (MATCH("CREATEPLANGSTMT", 15))
383 284 : return (Node *) _readCreatePLangStmt();
384 2458106 : if (MATCH("CREATEROLESTMT", 14))
385 3664 : return (Node *) _readCreateRoleStmt();
386 2454442 : if (MATCH("ALTERROLESTMT", 13))
387 920 : return (Node *) _readAlterRoleStmt();
388 2453522 : if (MATCH("ALTERROLESETSTMT", 16))
389 184 : return (Node *) _readAlterRoleSetStmt();
390 2453338 : if (MATCH("DROPROLESTMT", 12))
391 3448 : return (Node *) _readDropRoleStmt();
392 2449890 : if (MATCH("CREATESEQSTMT", 13))
393 1340 : return (Node *) _readCreateSeqStmt();
394 2448550 : if (MATCH("ALTERSEQSTMT", 12))
395 392 : return (Node *) _readAlterSeqStmt();
396 2448158 : if (MATCH("DEFINESTMT", 10))
397 18556 : return (Node *) _readDefineStmt();
398 2429602 : if (MATCH("CREATEDOMAINSTMT", 16))
399 2904 : return (Node *) _readCreateDomainStmt();
400 2426698 : if (MATCH("CREATEOPCLASSSTMT", 17))
401 1112 : return (Node *) _readCreateOpClassStmt();
402 2425586 : if (MATCH("CREATEOPCLASSITEM", 17))
403 13788 : return (Node *) _readCreateOpClassItem();
404 2411798 : if (MATCH("CREATEOPFAMILYSTMT", 18))
405 296 : return (Node *) _readCreateOpFamilyStmt();
406 2411502 : if (MATCH("ALTEROPFAMILYSTMT", 17))
407 1840 : return (Node *) _readAlterOpFamilyStmt();
408 2409662 : if (MATCH("DROPSTMT", 8))
409 51062 : return (Node *) _readDropStmt();
410 2358600 : if (MATCH("TRUNCATESTMT", 12))
411 3374 : return (Node *) _readTruncateStmt();
412 2355226 : if (MATCH("COMMENTSTMT", 11))
413 14092 : return (Node *) _readCommentStmt();
414 2341134 : if (MATCH("SECLABELSTMT", 12))
415 200 : return (Node *) _readSecLabelStmt();
416 2340934 : if (MATCH("DECLARECURSORSTMT", 17))
417 7436 : return (Node *) _readDeclareCursorStmt();
418 2333498 : if (MATCH("CLOSEPORTALSTMT", 15))
419 4484 : return (Node *) _readClosePortalStmt();
420 2329014 : if (MATCH("FETCHSTMT", 9))
421 13694 : return (Node *) _readFetchStmt();
422 2315320 : if (MATCH("INDEXSTMT", 9))
423 12856 : return (Node *) _readIndexStmt();
424 2302464 : if (MATCH("CREATESTATSSTMT", 15))
425 1414 : return (Node *) _readCreateStatsStmt();
426 2301050 : if (MATCH("STATSELEM", 9))
427 3276 : return (Node *) _readStatsElem();
428 2297774 : if (MATCH("ALTERSTATSSTMT", 14))
429 52 : return (Node *) _readAlterStatsStmt();
430 2297722 : if (MATCH("CREATEFUNCTIONSTMT", 18))
431 50712 : return (Node *) _readCreateFunctionStmt();
432 2247010 : if (MATCH("FUNCTIONPARAMETER", 17))
433 162538 : return (Node *) _readFunctionParameter();
434 2084472 : if (MATCH("ALTERFUNCTIONSTMT", 17))
435 2780 : return (Node *) _readAlterFunctionStmt();
436 2081692 : if (MATCH("DOSTMT", 6))
437 2208 : return (Node *) _readDoStmt();
438 2079484 : if (MATCH("CALLSTMT", 8))
439 914 : return (Node *) _readCallStmt();
440 2078570 : if (MATCH("RENAMESTMT", 10))
441 2840 : return (Node *) _readRenameStmt();
442 2075730 : if (MATCH("ALTEROBJECTDEPENDSSTMT", 22))
443 92 : return (Node *) _readAlterObjectDependsStmt();
444 2075638 : if (MATCH("ALTEROBJECTSCHEMASTMT", 21))
445 796 : return (Node *) _readAlterObjectSchemaStmt();
446 2074842 : if (MATCH("ALTEROWNERSTMT", 14))
447 3302 : return (Node *) _readAlterOwnerStmt();
448 2071540 : if (MATCH("ALTEROPERATORSTMT", 17))
449 1216 : return (Node *) _readAlterOperatorStmt();
450 2070324 : if (MATCH("ALTERTYPESTMT", 13))
451 120 : return (Node *) _readAlterTypeStmt();
452 2070204 : if (MATCH("RULESTMT", 8))
453 2184 : return (Node *) _readRuleStmt();
454 2068020 : if (MATCH("NOTIFYSTMT", 10))
455 388 : return (Node *) _readNotifyStmt();
456 2067632 : if (MATCH("LISTENSTMT", 10))
457 148 : return (Node *) _readListenStmt();
458 2067484 : if (MATCH("UNLISTENSTMT", 12))
459 76 : return (Node *) _readUnlistenStmt();
460 2067408 : if (MATCH("TRANSACTIONSTMT", 15))
461 70558 : return (Node *) _readTransactionStmt();
462 1996850 : if (MATCH("COMPOSITETYPESTMT", 17))
463 5224 : return (Node *) _readCompositeTypeStmt();
464 1991626 : if (MATCH("CREATEENUMSTMT", 14))
465 400 : return (Node *) _readCreateEnumStmt();
466 1991226 : if (MATCH("CREATERANGESTMT", 15))
467 368 : return (Node *) _readCreateRangeStmt();
468 1990858 : if (MATCH("ALTERENUMSTMT", 13))
469 792 : return (Node *) _readAlterEnumStmt();
470 1990066 : if (MATCH("VIEWSTMT", 8))
471 33896 : return (Node *) _readViewStmt();
472 1956170 : if (MATCH("LOADSTMT", 8))
473 108 : return (Node *) _readLoadStmt();
474 1956062 : if (MATCH("CREATEDBSTMT", 12))
475 1596 : return (Node *) _readCreatedbStmt();
476 1954466 : if (MATCH("ALTERDATABASESTMT", 17))
477 152 : return (Node *) _readAlterDatabaseStmt();
478 1954314 : if (MATCH("ALTERDATABASEREFRESHCOLLSTMT", 28))
479 12 : return (Node *) _readAlterDatabaseRefreshCollStmt();
480 1954302 : if (MATCH("ALTERDATABASESETSTMT", 20))
481 2420 : return (Node *) _readAlterDatabaseSetStmt();
482 1951882 : if (MATCH("DROPDBSTMT", 10))
483 248 : return (Node *) _readDropdbStmt();
484 1951634 : if (MATCH("ALTERSYSTEMSTMT", 15))
485 368 : return (Node *) _readAlterSystemStmt();
486 1951266 : if (MATCH("CLUSTERSTMT", 11))
487 476 : return (Node *) _readClusterStmt();
488 1950790 : if (MATCH("VACUUMSTMT", 10))
489 27290 : return (Node *) _readVacuumStmt();
490 1923500 : if (MATCH("VACUUMRELATION", 14))
491 26842 : return (Node *) _readVacuumRelation();
492 1896658 : if (MATCH("EXPLAINSTMT", 11))
493 39914 : return (Node *) _readExplainStmt();
494 1856744 : if (MATCH("CREATETABLEASSTMT", 17))
495 3834 : return (Node *) _readCreateTableAsStmt();
496 1852910 : if (MATCH("REFRESHMATVIEWSTMT", 18))
497 536 : return (Node *) _readRefreshMatViewStmt();
498 1852374 : if (MATCH("CHECKPOINTSTMT", 14))
499 482 : return (Node *) _readCheckPointStmt();
500 1851892 : if (MATCH("DISCARDSTMT", 11))
501 60 : return (Node *) _readDiscardStmt();
502 1851832 : if (MATCH("LOCKSTMT", 8))
503 2376 : return (Node *) _readLockStmt();
504 1849456 : if (MATCH("CONSTRAINTSSETSTMT", 18))
505 202 : return (Node *) _readConstraintsSetStmt();
506 1849254 : if (MATCH("REINDEXSTMT", 11))
507 2212 : return (Node *) _readReindexStmt();
508 1847042 : if (MATCH("CREATECONVERSIONSTMT", 20))
509 128 : return (Node *) _readCreateConversionStmt();
510 1846914 : if (MATCH("CREATECASTSTMT", 14))
511 556 : return (Node *) _readCreateCastStmt();
512 1846358 : if (MATCH("CREATETRANSFORMSTMT", 19))
513 100 : return (Node *) _readCreateTransformStmt();
514 1846258 : if (MATCH("PREPARESTMT", 11))
515 3920 : return (Node *) _readPrepareStmt();
516 1842338 : if (MATCH("EXECUTESTMT", 11))
517 32754 : return (Node *) _readExecuteStmt();
518 1809584 : if (MATCH("DEALLOCATESTMT", 14))
519 8176 : return (Node *) _readDeallocateStmt();
520 1801408 : if (MATCH("DROPOWNEDSTMT", 13))
521 308 : return (Node *) _readDropOwnedStmt();
522 1801100 : if (MATCH("REASSIGNOWNEDSTMT", 17))
523 104 : return (Node *) _readReassignOwnedStmt();
524 1800996 : if (MATCH("ALTERTSDICTIONARYSTMT", 21))
525 80 : return (Node *) _readAlterTSDictionaryStmt();
526 1800916 : if (MATCH("ALTERTSCONFIGURATIONSTMT", 24))
527 17184 : return (Node *) _readAlterTSConfigurationStmt();
528 1783732 : if (MATCH("PUBLICATIONTABLE", 16))
529 2860 : return (Node *) _readPublicationTable();
530 1780872 : if (MATCH("PUBLICATIONOBJSPEC", 18))
531 3652 : return (Node *) _readPublicationObjSpec();
532 1777220 : if (MATCH("CREATEPUBLICATIONSTMT", 21))
533 1712 : return (Node *) _readCreatePublicationStmt();
534 1775508 : if (MATCH("ALTERPUBLICATIONSTMT", 20))
535 2180 : return (Node *) _readAlterPublicationStmt();
536 1773328 : if (MATCH("CREATESUBSCRIPTIONSTMT", 22))
537 936 : return (Node *) _readCreateSubscriptionStmt();
538 1772392 : if (MATCH("ALTERSUBSCRIPTIONSTMT", 21))
539 998 : return (Node *) _readAlterSubscriptionStmt();
540 1771394 : if (MATCH("DROPSUBSCRIPTIONSTMT", 20))
541 480 : return (Node *) _readDropSubscriptionStmt();
542 1770914 : if (MATCH("GROUPBYORDERING", 15))
543 0 : return (Node *) _readGroupByOrdering();
544 1770914 : if (MATCH("PLACEHOLDERVAR", 14))
545 0 : return (Node *) _readPlaceHolderVar();
546 1770914 : if (MATCH("APPENDRELINFO", 13))
547 50794 : return (Node *) _readAppendRelInfo();
548 1720120 : if (MATCH("PLANNEDSTMT", 11))
549 445724 : return (Node *) _readPlannedStmt();
550 1274396 : if (MATCH("RESULT", 6))
551 208274 : return (Node *) _readResult();
552 1066122 : if (MATCH("PROJECTSET", 10))
553 11684 : return (Node *) _readProjectSet();
554 1054438 : if (MATCH("MODIFYTABLE", 11))
555 88208 : return (Node *) _readModifyTable();
556 966230 : if (MATCH("APPEND", 6))
557 17212 : return (Node *) _readAppend();
558 949018 : if (MATCH("MERGEAPPEND", 11))
559 562 : return (Node *) _readMergeAppend();
560 948456 : if (MATCH("RECURSIVEUNION", 14))
561 920 : return (Node *) _readRecursiveUnion();
562 947536 : if (MATCH("BITMAPAND", 9))
563 242 : return (Node *) _readBitmapAnd();
564 947294 : if (MATCH("BITMAPOR", 8))
565 418 : return (Node *) _readBitmapOr();
566 946876 : if (MATCH("SEQSCAN", 7))
567 210186 : return (Node *) _readSeqScan();
568 736690 : if (MATCH("SAMPLESCAN", 10))
569 306 : return (Node *) _readSampleScan();
570 736384 : if (MATCH("INDEXSCAN", 9))
571 139878 : return (Node *) _readIndexScan();
572 596506 : if (MATCH("INDEXONLYSCAN", 13))
573 16616 : return (Node *) _readIndexOnlyScan();
574 579890 : if (MATCH("BITMAPINDEXSCAN", 15))
575 21040 : return (Node *) _readBitmapIndexScan();
576 558850 : if (MATCH("BITMAPHEAPSCAN", 14))
577 20374 : return (Node *) _readBitmapHeapScan();
578 538476 : if (MATCH("TIDSCAN", 7))
579 740 : return (Node *) _readTidScan();
580 537736 : if (MATCH("TIDRANGESCAN", 12))
581 1940 : return (Node *) _readTidRangeScan();
582 535796 : if (MATCH("SUBQUERYSCAN", 12))
583 10662 : return (Node *) _readSubqueryScan();
584 525134 : if (MATCH("FUNCTIONSCAN", 12))
585 51104 : return (Node *) _readFunctionScan();
586 474030 : if (MATCH("VALUESSCAN", 10))
587 8214 : return (Node *) _readValuesScan();
588 465816 : if (MATCH("TABLEFUNCSCAN", 13))
589 626 : return (Node *) _readTableFuncScan();
590 465190 : if (MATCH("CTESCAN", 7))
591 4224 : return (Node *) _readCteScan();
592 460966 : if (MATCH("NAMEDTUPLESTORESCAN", 19))
593 482 : return (Node *) _readNamedTuplestoreScan();
594 460484 : if (MATCH("WORKTABLESCAN", 13))
595 920 : return (Node *) _readWorkTableScan();
596 459564 : if (MATCH("FOREIGNSCAN", 11))
597 2020 : return (Node *) _readForeignScan();
598 457544 : if (MATCH("CUSTOMSCAN", 10))
599 0 : return (Node *) _readCustomScan();
600 457544 : if (MATCH("NESTLOOP", 8))
601 91106 : return (Node *) _readNestLoop();
602 366438 : if (MATCH("NESTLOOPPARAM", 13))
603 50426 : return (Node *) _readNestLoopParam();
604 316012 : if (MATCH("MERGEJOIN", 9))
605 7650 : return (Node *) _readMergeJoin();
606 308362 : if (MATCH("HASHJOIN", 8))
607 33736 : return (Node *) _readHashJoin();
608 274626 : if (MATCH("MATERIAL", 8))
609 4528 : return (Node *) _readMaterial();
610 270098 : if (MATCH("MEMOIZE", 7))
611 1994 : return (Node *) _readMemoize();
612 268104 : if (MATCH("SORT", 4))
613 78566 : return (Node *) _readSort();
614 189538 : if (MATCH("INCREMENTALSORT", 15))
615 992 : return (Node *) _readIncrementalSort();
616 188546 : if (MATCH("GROUP", 5))
617 246 : return (Node *) _readGroup();
618 188300 : if (MATCH("AGG", 3))
619 43730 : return (Node *) _readAgg();
620 144570 : if (MATCH("WINDOWAGG", 9))
621 2546 : return (Node *) _readWindowAgg();
622 142024 : if (MATCH("UNIQUE", 6))
623 5618 : return (Node *) _readUnique();
624 136406 : if (MATCH("GATHER", 6))
625 1078 : return (Node *) _readGather();
626 135328 : if (MATCH("GATHERMERGE", 11))
627 342 : return (Node *) _readGatherMerge();
628 134986 : if (MATCH("HASH", 4))
629 33736 : return (Node *) _readHash();
630 101250 : if (MATCH("SETOP", 5))
631 662 : return (Node *) _readSetOp();
632 100588 : if (MATCH("LOCKROWS", 8))
633 7718 : return (Node *) _readLockRows();
634 92870 : if (MATCH("LIMIT", 5))
635 4814 : return (Node *) _readLimit();
636 88056 : if (MATCH("PLANROWMARK", 11))
637 25952 : return (Node *) _readPlanRowMark();
638 62104 : if (MATCH("PARTITIONPRUNEINFO", 18))
639 680 : return (Node *) _readPartitionPruneInfo();
640 61424 : if (MATCH("PARTITIONEDRELPRUNEINFO", 23))
641 1370 : return (Node *) _readPartitionedRelPruneInfo();
642 60054 : if (MATCH("PARTITIONPRUNESTEPOP", 20))
643 1148 : return (Node *) _readPartitionPruneStepOp();
644 58906 : if (MATCH("PARTITIONPRUNESTEPCOMBINE", 25))
645 218 : return (Node *) _readPartitionPruneStepCombine();
646 58688 : if (MATCH("PLANINVALITEM", 13))
647 58688 : return (Node *) _readPlanInvalItem();
648 0 : if (MATCH("EXTENSIBLENODE", 14))
649 0 : return (Node *) _readExtensibleNode();
|