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 50905652 : if (MATCH("ALIAS", 5))
19 2883452 : return (Node *) _readAlias();
20 48022200 : if (MATCH("RANGEVAR", 8))
21 896044 : return (Node *) _readRangeVar();
22 47126156 : if (MATCH("TABLEFUNC", 9))
23 1520 : return (Node *) _readTableFunc();
24 47124636 : if (MATCH("INTOCLAUSE", 10))
25 3938 : return (Node *) _readIntoClause();
26 47120698 : if (MATCH("VAR", 3))
27 13380248 : return (Node *) _readVar();
28 33740450 : if (MATCH("CONST", 5))
29 3002078 : return (Node *) _readConst();
30 30738372 : if (MATCH("PARAM", 5))
31 324068 : return (Node *) _readParam();
32 30414304 : if (MATCH("AGGREF", 6))
33 95322 : return (Node *) _readAggref();
34 30318982 : if (MATCH("GROUPINGFUNC", 12))
35 1090 : return (Node *) _readGroupingFunc();
36 30317892 : if (MATCH("WINDOWFUNC", 10))
37 7026 : return (Node *) _readWindowFunc();
38 30310866 : if (MATCH("WINDOWFUNCRUNCONDITION", 22))
39 360 : return (Node *) _readWindowFuncRunCondition();
40 30310506 : if (MATCH("MERGESUPPORTFUNC", 16))
41 834 : return (Node *) _readMergeSupportFunc();
42 30309672 : if (MATCH("SUBSCRIPTINGREF", 15))
43 37126 : return (Node *) _readSubscriptingRef();
44 30272546 : if (MATCH("FUNCEXPR", 8))
45 951488 : return (Node *) _readFuncExpr();
46 29321058 : if (MATCH("NAMEDARGEXPR", 12))
47 92310 : return (Node *) _readNamedArgExpr();
48 29228748 : if (MATCH("OPEXPR", 6))
49 1557120 : return (Node *) _readOpExpr();
50 27671628 : if (MATCH("DISTINCTEXPR", 12))
51 2516 : return (Node *) _readDistinctExpr();
52 27669112 : if (MATCH("NULLIFEXPR", 10))
53 1254 : return (Node *) _readNullIfExpr();
54 27667858 : if (MATCH("SCALARARRAYOPEXPR", 17))
55 78474 : return (Node *) _readScalarArrayOpExpr();
56 27589384 : if (MATCH("BOOLEXPR", 8))
57 397386 : return (Node *) _readBoolExpr();
58 27191998 : if (MATCH("SUBLINK", 7))
59 107578 : return (Node *) _readSubLink();
60 27084420 : if (MATCH("SUBPLAN", 7))
61 44768 : return (Node *) _readSubPlan();
62 27039652 : if (MATCH("ALTERNATIVESUBPLAN", 18))
63 0 : return (Node *) _readAlternativeSubPlan();
64 27039652 : if (MATCH("FIELDSELECT", 11))
65 30542 : return (Node *) _readFieldSelect();
66 27009110 : if (MATCH("FIELDSTORE", 10))
67 1106 : return (Node *) _readFieldStore();
68 27008004 : if (MATCH("RELABELTYPE", 11))
69 273998 : return (Node *) _readRelabelType();
70 26734006 : if (MATCH("COERCEVIAIO", 11))
71 51864 : return (Node *) _readCoerceViaIO();
72 26682142 : if (MATCH("ARRAYCOERCEEXPR", 15))
73 11244 : return (Node *) _readArrayCoerceExpr();
74 26670898 : if (MATCH("CONVERTROWTYPEEXPR", 18))
75 842 : return (Node *) _readConvertRowtypeExpr();
76 26670056 : if (MATCH("COLLATEEXPR", 11))
77 8998 : return (Node *) _readCollateExpr();
78 26661058 : if (MATCH("CASEEXPR", 8))
79 144028 : return (Node *) _readCaseExpr();
80 26517030 : if (MATCH("CASEWHEN", 8))
81 271288 : return (Node *) _readCaseWhen();
82 26245742 : if (MATCH("CASETESTEXPR", 12))
83 60982 : return (Node *) _readCaseTestExpr();
84 26184760 : if (MATCH("ARRAYEXPR", 9))
85 37854 : return (Node *) _readArrayExpr();
86 26146906 : if (MATCH("ROWEXPR", 7))
87 13286 : return (Node *) _readRowExpr();
88 26133620 : if (MATCH("ROWCOMPAREEXPR", 14))
89 636 : return (Node *) _readRowCompareExpr();
90 26132984 : if (MATCH("COALESCEEXPR", 12))
91 19236 : return (Node *) _readCoalesceExpr();
92 26113748 : if (MATCH("MINMAXEXPR", 10))
93 888 : return (Node *) _readMinMaxExpr();
94 26112860 : if (MATCH("SQLVALUEFUNCTION", 16))
95 13886 : return (Node *) _readSQLValueFunction();
96 26098974 : if (MATCH("XMLEXPR", 7))
97 2708 : return (Node *) _readXmlExpr();
98 26096266 : if (MATCH("JSONFORMAT", 10))
99 24532 : return (Node *) _readJsonFormat();
100 26071734 : if (MATCH("JSONRETURNING", 13))
101 10412 : return (Node *) _readJsonReturning();
102 26061322 : if (MATCH("JSONVALUEEXPR", 13))
103 6350 : return (Node *) _readJsonValueExpr();
104 26054972 : if (MATCH("JSONCONSTRUCTOREXPR", 19))
105 2798 : return (Node *) _readJsonConstructorExpr();
106 26052174 : if (MATCH("JSONISPREDICATE", 15))
107 1128 : return (Node *) _readJsonIsPredicate();
108 26051046 : if (MATCH("JSONBEHAVIOR", 12))
109 11766 : return (Node *) _readJsonBehavior();
110 26039280 : if (MATCH("JSONEXPR", 8))
111 6128 : return (Node *) _readJsonExpr();
112 26033152 : if (MATCH("JSONTABLEPATH", 13))
113 1568 : return (Node *) _readJsonTablePath();
114 26031584 : if (MATCH("JSONTABLEPATHSCAN", 17))
115 1568 : return (Node *) _readJsonTablePathScan();
116 26030016 : if (MATCH("JSONTABLESIBLINGJOIN", 20))
117 210 : return (Node *) _readJsonTableSiblingJoin();
118 26029806 : if (MATCH("NULLTEST", 8))
119 56898 : return (Node *) _readNullTest();
120 25972908 : if (MATCH("BOOLEANTEST", 11))
121 3792 : return (Node *) _readBooleanTest();
122 25969116 : if (MATCH("MERGEACTION", 11))
123 6558 : return (Node *) _readMergeAction();
124 25962558 : if (MATCH("COERCETODOMAIN", 14))
125 140592 : return (Node *) _readCoerceToDomain();
126 25821966 : if (MATCH("COERCETODOMAINVALUE", 19))
127 2116 : return (Node *) _readCoerceToDomainValue();
128 25819850 : if (MATCH("SETTODEFAULT", 12))
129 1898 : return (Node *) _readSetToDefault();
130 25817952 : if (MATCH("CURRENTOFEXPR", 13))
131 902 : return (Node *) _readCurrentOfExpr();
132 25817050 : if (MATCH("NEXTVALUEEXPR", 13))
133 816 : return (Node *) _readNextValueExpr();
134 25816234 : if (MATCH("INFERENCEELEM", 13))
135 1884 : return (Node *) _readInferenceElem();
136 25814350 : if (MATCH("RETURNINGEXPR", 13))
137 1158 : return (Node *) _readReturningExpr();
138 25813192 : if (MATCH("TARGETENTRY", 11))
139 7417228 : return (Node *) _readTargetEntry();
140 18395964 : if (MATCH("RANGETBLREF", 11))
141 632568 : return (Node *) _readRangeTblRef();
142 17763396 : if (MATCH("JOINEXPR", 8))
143 214960 : return (Node *) _readJoinExpr();
144 17548436 : if (MATCH("FROMEXPR", 8))
145 635482 : return (Node *) _readFromExpr();
146 16912954 : if (MATCH("ONCONFLICTEXPR", 14))
147 1850 : return (Node *) _readOnConflictExpr();
148 16911104 : if (MATCH("QUERY", 5))
149 1035346 : return (Node *) _readQuery();
150 15875758 : if (MATCH("TYPENAME", 8))
151 832634 : return (Node *) _readTypeName();
152 15043124 : if (MATCH("COLUMNREF", 9))
153 2126290 : return (Node *) _readColumnRef();
154 12916834 : if (MATCH("PARAMREF", 8))
155 54612 : return (Node *) _readParamRef();
156 12862222 : if (MATCH("A_EXPR", 6))
157 665474 : return (Node *) _readA_Expr();
158 12196748 : if (MATCH("A_CONST", 7))
159 1449804 : return (Node *) _readA_Const();
160 10746944 : if (MATCH("TYPECAST", 8))
161 378518 : return (Node *) _readTypeCast();
162 10368426 : if (MATCH("COLLATECLAUSE", 13))
163 10664 : return (Node *) _readCollateClause();
164 10357762 : if (MATCH("ROLESPEC", 8))
165 64744 : return (Node *) _readRoleSpec();
166 10293018 : if (MATCH("FUNCCALL", 8))
167 413620 : return (Node *) _readFuncCall();
168 9879398 : if (MATCH("A_STAR", 6))
169 64264 : return (Node *) _readA_Star();
170 9815134 : if (MATCH("A_INDICES", 9))
171 15260 : return (Node *) _readA_Indices();
172 9799874 : if (MATCH("A_INDIRECTION", 13))
173 35742 : return (Node *) _readA_Indirection();
174 9764132 : if (MATCH("A_ARRAYEXPR", 11))
175 7100 : return (Node *) _readA_ArrayExpr();
176 9757032 : if (MATCH("RESTARGET", 9))
177 1343796 : return (Node *) _readResTarget();
178 8413236 : if (MATCH("MULTIASSIGNREF", 14))
179 402 : return (Node *) _readMultiAssignRef();
180 8412834 : if (MATCH("SORTBY", 6))
181 112952 : return (Node *) _readSortBy();
182 8299882 : if (MATCH("WINDOWDEF", 9))
183 4176 : return (Node *) _readWindowDef();
184 8295706 : if (MATCH("RANGESUBSELECT", 14))
185 18764 : return (Node *) _readRangeSubselect();
186 8276942 : if (MATCH("RANGEFUNCTION", 13))
187 52930 : return (Node *) _readRangeFunction();
188 8224012 : if (MATCH("RANGETABLEFUNC", 14))
189 250 : return (Node *) _readRangeTableFunc();
190 8223762 : if (MATCH("RANGETABLEFUNCCOL", 17))
191 906 : return (Node *) _readRangeTableFuncCol();
192 8222856 : if (MATCH("RANGETABLESAMPLE", 16))
193 288 : return (Node *) _readRangeTableSample();
194 8222568 : if (MATCH("COLUMNDEF", 9))
195 152974 : return (Node *) _readColumnDef();
196 8069594 : if (MATCH("TABLELIKECLAUSE", 15))
197 1548 : return (Node *) _readTableLikeClause();
198 8068046 : if (MATCH("INDEXELEM", 9))
199 20310 : return (Node *) _readIndexElem();
200 8047736 : if (MATCH("DEFELEM", 7))
201 351074 : return (Node *) _readDefElem();
202 7696662 : if (MATCH("LOCKINGCLAUSE", 13))
203 2178 : return (Node *) _readLockingClause();
204 7694484 : if (MATCH("XMLSERIALIZE", 12))
205 266 : return (Node *) _readXmlSerialize();
206 7694218 : if (MATCH("PARTITIONELEM", 13))
207 11224 : return (Node *) _readPartitionElem();
208 7682994 : if (MATCH("PARTITIONSPEC", 13))
209 10292 : return (Node *) _readPartitionSpec();
210 7672702 : if (MATCH("PARTITIONBOUNDSPEC", 18))
211 65548 : return (Node *) _readPartitionBoundSpec();
212 7607154 : if (MATCH("PARTITIONRANGEDATUM", 19))
213 50968 : return (Node *) _readPartitionRangeDatum();
214 7556186 : if (MATCH("PARTITIONCMD", 12))
215 7850 : return (Node *) _readPartitionCmd();
216 7548336 : if (MATCH("RANGETBLENTRY", 13))
217 1779604 : return (Node *) _readRangeTblEntry();
218 5768732 : if (MATCH("RTEPERMISSIONINFO", 17))
219 1057322 : return (Node *) _readRTEPermissionInfo();
220 4711410 : if (MATCH("RANGETBLFUNCTION", 16))
221 115126 : return (Node *) _readRangeTblFunction();
222 4596284 : if (MATCH("TABLESAMPLECLAUSE", 17))
223 646 : return (Node *) _readTableSampleClause();
224 4595638 : if (MATCH("WITHCHECKOPTION", 15))
225 4842 : return (Node *) _readWithCheckOption();
226 4590796 : if (MATCH("SORTGROUPCLAUSE", 15))
227 168702 : return (Node *) _readSortGroupClause();
228 4422094 : if (MATCH("GROUPINGSET", 11))
229 4306 : return (Node *) _readGroupingSet();
230 4417788 : if (MATCH("WINDOWCLAUSE", 12))
231 2944 : return (Node *) _readWindowClause();
232 4414844 : if (MATCH("ROWMARKCLAUSE", 13))
233 5364 : return (Node *) _readRowMarkClause();
234 4409480 : if (MATCH("WITHCLAUSE", 10))
235 3376 : return (Node *) _readWithClause();
236 4406104 : if (MATCH("INFERCLAUSE", 11))
237 1634 : return (Node *) _readInferClause();
238 4404470 : if (MATCH("ONCONFLICTCLAUSE", 16))
239 1874 : return (Node *) _readOnConflictClause();
240 4402596 : if (MATCH("CTESEARCHCLAUSE", 15))
241 228 : return (Node *) _readCTESearchClause();
242 4402368 : if (MATCH("CTECYCLECLAUSE", 14))
243 246 : return (Node *) _readCTECycleClause();
244 4402122 : if (MATCH("COMMONTABLEEXPR", 15))
245 9048 : return (Node *) _readCommonTableExpr();
246 4393074 : if (MATCH("MERGEWHENCLAUSE", 15))
247 3014 : return (Node *) _readMergeWhenClause();
248 4390060 : if (MATCH("RETURNINGOPTION", 15))
249 150 : return (Node *) _readReturningOption();
250 4389910 : if (MATCH("RETURNINGCLAUSE", 15))
251 3308 : return (Node *) _readReturningClause();
252 4386602 : if (MATCH("TRIGGERTRANSITION", 17))
253 1228 : return (Node *) _readTriggerTransition();
254 4385374 : if (MATCH("JSONOUTPUT", 10))
255 1486 : return (Node *) _readJsonOutput();
256 4383888 : if (MATCH("JSONARGUMENT", 12))
257 630 : return (Node *) _readJsonArgument();
258 4383258 : if (MATCH("JSONFUNCEXPR", 12))
259 1992 : return (Node *) _readJsonFuncExpr();
260 4381266 : if (MATCH("JSONTABLEPATHSPEC", 17))
261 1972 : return (Node *) _readJsonTablePathSpec();
262 4379294 : if (MATCH("JSONTABLE", 9))
263 590 : return (Node *) _readJsonTable();
264 4378704 : if (MATCH("JSONTABLECOLUMN", 15))
265 1648 : return (Node *) _readJsonTableColumn();
266 4377056 : if (MATCH("JSONKEYVALUE", 12))
267 826 : return (Node *) _readJsonKeyValue();
268 4376230 : if (MATCH("JSONPARSEEXPR", 13))
269 164 : return (Node *) _readJsonParseExpr();
270 4376066 : if (MATCH("JSONSCALAREXPR", 14))
271 112 : return (Node *) _readJsonScalarExpr();
272 4375954 : if (MATCH("JSONSERIALIZEEXPR", 17))
273 108 : return (Node *) _readJsonSerializeExpr();
274 4375846 : if (MATCH("JSONOBJECTCONSTRUCTOR", 21))
275 446 : return (Node *) _readJsonObjectConstructor();
276 4375400 : if (MATCH("JSONARRAYCONSTRUCTOR", 20))
277 200 : return (Node *) _readJsonArrayConstructor();
278 4375200 : if (MATCH("JSONARRAYQUERYCONSTRUCTOR", 25))
279 66 : return (Node *) _readJsonArrayQueryConstructor();
280 4375134 : if (MATCH("JSONAGGCONSTRUCTOR", 18))
281 372 : return (Node *) _readJsonAggConstructor();
282 4374762 : if (MATCH("JSONOBJECTAGG", 13))
283 210 : return (Node *) _readJsonObjectAgg();
284 4374552 : if (MATCH("JSONARRAYAGG", 12))
285 162 : return (Node *) _readJsonArrayAgg();
286 4374390 : if (MATCH("RAWSTMT", 7))
287 745878 : return (Node *) _readRawStmt();
288 3628512 : if (MATCH("INSERTSTMT", 10))
289 67604 : return (Node *) _readInsertStmt();
290 3560908 : if (MATCH("DELETESTMT", 10))
291 4474 : return (Node *) _readDeleteStmt();
292 3556434 : if (MATCH("UPDATESTMT", 10))
293 13608 : return (Node *) _readUpdateStmt();
294 3542826 : if (MATCH("MERGESTMT", 9))
295 1960 : return (Node *) _readMergeStmt();
296 3540866 : if (MATCH("SELECTSTMT", 10))
297 517200 : return (Node *) _readSelectStmt();
298 3023666 : if (MATCH("SETOPERATIONSTMT", 16))
299 21928 : return (Node *) _readSetOperationStmt();
300 3001738 : if (MATCH("RETURNSTMT", 10))
301 9764 : return (Node *) _readReturnStmt();
302 2991974 : if (MATCH("PLASSIGNSTMT", 12))
303 0 : return (Node *) _readPLAssignStmt();
304 2991974 : if (MATCH("CREATESCHEMASTMT", 16))
305 2132 : return (Node *) _readCreateSchemaStmt();
306 2989842 : if (MATCH("ALTERTABLESTMT", 14))
307 65724 : return (Node *) _readAlterTableStmt();
308 2924118 : if (MATCH("ALTERTABLECMD", 13))
309 67740 : return (Node *) _readAlterTableCmd();
310 2856378 : if (MATCH("ATALTERCONSTRAINT", 17))
311 588 : return (Node *) _readATAlterConstraint();
312 2855790 : if (MATCH("REPLICAIDENTITYSTMT", 19))
313 980 : return (Node *) _readReplicaIdentityStmt();
314 2854810 : if (MATCH("ALTERCOLLATIONSTMT", 18))
315 12 : return (Node *) _readAlterCollationStmt();
316 2854798 : if (MATCH("ALTERDOMAINSTMT", 15))
317 564 : return (Node *) _readAlterDomainStmt();
318 2854234 : if (MATCH("GRANTSTMT", 9))
319 41326 : return (Node *) _readGrantStmt();
320 2812908 : if (MATCH("OBJECTWITHARGS", 14))
321 40290 : return (Node *) _readObjectWithArgs();
322 2772618 : if (MATCH("ACCESSPRIV", 10))
323 38866 : return (Node *) _readAccessPriv();
324 2733752 : if (MATCH("GRANTROLESTMT", 13))
325 1824 : return (Node *) _readGrantRoleStmt();
326 2731928 : if (MATCH("ALTERDEFAULTPRIVILEGESSTMT", 26))
327 380 : return (Node *) _readAlterDefaultPrivilegesStmt();
328 2731548 : if (MATCH("COPYSTMT", 8))
329 32652 : return (Node *) _readCopyStmt();
330 2698896 : if (MATCH("VARIABLESETSTMT", 15))
331 58628 : return (Node *) _readVariableSetStmt();
332 2640268 : if (MATCH("VARIABLESHOWSTMT", 16))
333 1756 : return (Node *) _readVariableShowStmt();
334 2638512 : if (MATCH("CREATESTMT", 10))
335 77440 : return (Node *) _readCreateStmt();
336 2561072 : if (MATCH("CONSTRAINT", 10))
337 73806 : return (Node *) _readConstraint();
338 2487266 : if (MATCH("CREATETABLESPACESTMT", 20))
339 232 : return (Node *) _readCreateTableSpaceStmt();
340 2487034 : if (MATCH("DROPTABLESPACESTMT", 18))
341 128 : return (Node *) _readDropTableSpaceStmt();
342 2486906 : if (MATCH("ALTERTABLESPACEOPTIONSSTMT", 26))
343 48 : return (Node *) _readAlterTableSpaceOptionsStmt();
344 2486858 : if (MATCH("ALTERTABLEMOVEALLSTMT", 21))
345 60 : return (Node *) _readAlterTableMoveAllStmt();
346 2486798 : if (MATCH("CREATEEXTENSIONSTMT", 19))
347 1056 : return (Node *) _readCreateExtensionStmt();
348 2485742 : if (MATCH("ALTEREXTENSIONSTMT", 18))
349 70 : return (Node *) _readAlterExtensionStmt();
350 2485672 : if (MATCH("ALTEREXTENSIONCONTENTSSTMT", 26))
351 484 : return (Node *) _readAlterExtensionContentsStmt();
352 2485188 : if (MATCH("CREATEFDWSTMT", 13))
353 412 : return (Node *) _readCreateFdwStmt();
354 2484776 : if (MATCH("ALTERFDWSTMT", 12))
355 244 : return (Node *) _readAlterFdwStmt();
356 2484532 : if (MATCH("CREATEFOREIGNSERVERSTMT", 23))
357 582 : return (Node *) _readCreateForeignServerStmt();
358 2483950 : if (MATCH("ALTERFOREIGNSERVERSTMT", 22))
359 454 : return (Node *) _readAlterForeignServerStmt();
360 2483496 : if (MATCH("CREATEFOREIGNTABLESTMT", 22))
361 904 : return (Node *) _readCreateForeignTableStmt();
362 2482592 : if (MATCH("CREATEUSERMAPPINGSTMT", 21))
363 504 : return (Node *) _readCreateUserMappingStmt();
364 2482088 : if (MATCH("ALTERUSERMAPPINGSTMT", 20))
365 236 : return (Node *) _readAlterUserMappingStmt();
366 2481852 : if (MATCH("DROPUSERMAPPINGSTMT", 19))
367 252 : return (Node *) _readDropUserMappingStmt();
368 2481600 : if (MATCH("IMPORTFOREIGNSCHEMASTMT", 23))
369 96 : return (Node *) _readImportForeignSchemaStmt();
370 2481504 : if (MATCH("CREATEPOLICYSTMT", 16))
371 1412 : return (Node *) _readCreatePolicyStmt();
372 2480092 : if (MATCH("ALTERPOLICYSTMT", 15))
373 168 : return (Node *) _readAlterPolicyStmt();
374 2479924 : if (MATCH("CREATEAMSTMT", 12))
375 128 : return (Node *) _readCreateAmStmt();
376 2479796 : if (MATCH("CREATETRIGSTMT", 14))
377 6644 : return (Node *) _readCreateTrigStmt();
378 2473152 : if (MATCH("CREATEEVENTTRIGSTMT", 19))
379 396 : return (Node *) _readCreateEventTrigStmt();
380 2472756 : if (MATCH("ALTEREVENTTRIGSTMT", 18))
381 96 : return (Node *) _readAlterEventTrigStmt();
382 2472660 : if (MATCH("CREATEPLANGSTMT", 15))
383 284 : return (Node *) _readCreatePLangStmt();
384 2472376 : if (MATCH("CREATEROLESTMT", 14))
385 3688 : return (Node *) _readCreateRoleStmt();
386 2468688 : if (MATCH("ALTERROLESTMT", 13))
387 920 : return (Node *) _readAlterRoleStmt();
388 2467768 : if (MATCH("ALTERROLESETSTMT", 16))
389 164 : return (Node *) _readAlterRoleSetStmt();
390 2467604 : if (MATCH("DROPROLESTMT", 12))
391 3436 : return (Node *) _readDropRoleStmt();
392 2464168 : if (MATCH("CREATESEQSTMT", 13))
393 1468 : return (Node *) _readCreateSeqStmt();
394 2462700 : if (MATCH("ALTERSEQSTMT", 12))
395 448 : return (Node *) _readAlterSeqStmt();
396 2462252 : if (MATCH("DEFINESTMT", 10))
397 18756 : return (Node *) _readDefineStmt();
398 2443496 : if (MATCH("CREATEDOMAINSTMT", 16))
399 2968 : return (Node *) _readCreateDomainStmt();
400 2440528 : if (MATCH("CREATEOPCLASSSTMT", 17))
401 788 : return (Node *) _readCreateOpClassStmt();
402 2439740 : if (MATCH("CREATEOPCLASSITEM", 17))
403 8180 : return (Node *) _readCreateOpClassItem();
404 2431560 : if (MATCH("CREATEOPFAMILYSTMT", 18))
405 324 : return (Node *) _readCreateOpFamilyStmt();
406 2431236 : if (MATCH("ALTEROPFAMILYSTMT", 17))
407 1156 : return (Node *) _readAlterOpFamilyStmt();
408 2430080 : if (MATCH("DROPSTMT", 8))
409 50694 : return (Node *) _readDropStmt();
410 2379386 : if (MATCH("TRUNCATESTMT", 12))
411 5854 : return (Node *) _readTruncateStmt();
412 2373532 : if (MATCH("COMMENTSTMT", 11))
413 14116 : return (Node *) _readCommentStmt();
414 2359416 : if (MATCH("SECLABELSTMT", 12))
415 200 : return (Node *) _readSecLabelStmt();
416 2359216 : if (MATCH("DECLARECURSORSTMT", 17))
417 7376 : return (Node *) _readDeclareCursorStmt();
418 2351840 : if (MATCH("CLOSEPORTALSTMT", 15))
419 4444 : return (Node *) _readClosePortalStmt();
420 2347396 : if (MATCH("FETCHSTMT", 9))
421 13334 : return (Node *) _readFetchStmt();
422 2334062 : if (MATCH("INDEXSTMT", 9))
423 13340 : return (Node *) _readIndexStmt();
424 2320722 : if (MATCH("CREATESTATSSTMT", 15))
425 1310 : return (Node *) _readCreateStatsStmt();
426 2319412 : if (MATCH("STATSELEM", 9))
427 3204 : return (Node *) _readStatsElem();
428 2316208 : if (MATCH("ALTERSTATSSTMT", 14))
429 52 : return (Node *) _readAlterStatsStmt();
430 2316156 : if (MATCH("CREATEFUNCTIONSTMT", 18))
431 49512 : return (Node *) _readCreateFunctionStmt();
432 2266644 : if (MATCH("FUNCTIONPARAMETER", 17))
433 147658 : return (Node *) _readFunctionParameter();
434 2118986 : if (MATCH("ALTERFUNCTIONSTMT", 17))
435 1344 : return (Node *) _readAlterFunctionStmt();
436 2117642 : if (MATCH("DOSTMT", 6))
437 2196 : return (Node *) _readDoStmt();
438 2115446 : if (MATCH("CALLSTMT", 8))
439 898 : return (Node *) _readCallStmt();
440 2114548 : if (MATCH("RENAMESTMT", 10))
441 2832 : return (Node *) _readRenameStmt();
442 2111716 : if (MATCH("ALTEROBJECTDEPENDSSTMT", 22))
443 92 : return (Node *) _readAlterObjectDependsStmt();
444 2111624 : if (MATCH("ALTEROBJECTSCHEMASTMT", 21))
445 796 : return (Node *) _readAlterObjectSchemaStmt();
446 2110828 : if (MATCH("ALTEROWNERSTMT", 14))
447 5014 : return (Node *) _readAlterOwnerStmt();
448 2105814 : if (MATCH("ALTEROPERATORSTMT", 17))
449 1216 : return (Node *) _readAlterOperatorStmt();
450 2104598 : if (MATCH("ALTERTYPESTMT", 13))
451 120 : return (Node *) _readAlterTypeStmt();
452 2104478 : if (MATCH("RULESTMT", 8))
453 2340 : return (Node *) _readRuleStmt();
454 2102138 : if (MATCH("NOTIFYSTMT", 10))
455 406 : return (Node *) _readNotifyStmt();
456 2101732 : if (MATCH("LISTENSTMT", 10))
457 148 : return (Node *) _readListenStmt();
458 2101584 : if (MATCH("UNLISTENSTMT", 12))
459 76 : return (Node *) _readUnlistenStmt();
460 2101508 : if (MATCH("TRANSACTIONSTMT", 15))
461 75654 : return (Node *) _readTransactionStmt();
462 2025854 : if (MATCH("COMPOSITETYPESTMT", 17))
463 5288 : return (Node *) _readCompositeTypeStmt();
464 2020566 : if (MATCH("CREATEENUMSTMT", 14))
465 412 : return (Node *) _readCreateEnumStmt();
466 2020154 : if (MATCH("CREATERANGESTMT", 15))
467 392 : return (Node *) _readCreateRangeStmt();
468 2019762 : if (MATCH("ALTERENUMSTMT", 13))
469 792 : return (Node *) _readAlterEnumStmt();
470 2018970 : if (MATCH("VIEWSTMT", 8))
471 33880 : return (Node *) _readViewStmt();
472 1985090 : if (MATCH("LOADSTMT", 8))
473 104 : return (Node *) _readLoadStmt();
474 1984986 : if (MATCH("CREATEDBSTMT", 12))
475 1572 : return (Node *) _readCreatedbStmt();
476 1983414 : if (MATCH("ALTERDATABASESTMT", 17))
477 152 : return (Node *) _readAlterDatabaseStmt();
478 1983262 : if (MATCH("ALTERDATABASEREFRESHCOLLSTMT", 28))
479 12 : return (Node *) _readAlterDatabaseRefreshCollStmt();
480 1983250 : if (MATCH("ALTERDATABASESETSTMT", 20))
481 2388 : return (Node *) _readAlterDatabaseSetStmt();
482 1980862 : if (MATCH("DROPDBSTMT", 10))
483 244 : return (Node *) _readDropdbStmt();
484 1980618 : if (MATCH("ALTERSYSTEMSTMT", 15))
485 372 : return (Node *) _readAlterSystemStmt();
486 1980246 : if (MATCH("CLUSTERSTMT", 11))
487 468 : return (Node *) _readClusterStmt();
488 1979778 : if (MATCH("VACUUMSTMT", 10))
489 26922 : return (Node *) _readVacuumStmt();
490 1952856 : if (MATCH("VACUUMRELATION", 14))
491 26466 : return (Node *) _readVacuumRelation();
492 1926390 : if (MATCH("EXPLAINSTMT", 11))
493 39416 : return (Node *) _readExplainStmt();
494 1886974 : if (MATCH("CREATETABLEASSTMT", 17))
495 3818 : return (Node *) _readCreateTableAsStmt();
496 1883156 : if (MATCH("REFRESHMATVIEWSTMT", 18))
497 568 : return (Node *) _readRefreshMatViewStmt();
498 1882588 : if (MATCH("CHECKPOINTSTMT", 14))
499 450 : return (Node *) _readCheckPointStmt();
500 1882138 : if (MATCH("DISCARDSTMT", 11))
501 60 : return (Node *) _readDiscardStmt();
502 1882078 : if (MATCH("LOCKSTMT", 8))
503 5032 : return (Node *) _readLockStmt();
504 1877046 : if (MATCH("CONSTRAINTSSETSTMT", 18))
505 202 : return (Node *) _readConstraintsSetStmt();
506 1876844 : if (MATCH("REINDEXSTMT", 11))
507 2220 : return (Node *) _readReindexStmt();
508 1874624 : if (MATCH("CREATECONVERSIONSTMT", 20))
509 128 : return (Node *) _readCreateConversionStmt();
510 1874496 : if (MATCH("CREATECASTSTMT", 14))
511 580 : return (Node *) _readCreateCastStmt();
512 1873916 : if (MATCH("CREATETRANSFORMSTMT", 19))
513 104 : return (Node *) _readCreateTransformStmt();
514 1873812 : if (MATCH("PREPARESTMT", 11))
515 4280 : return (Node *) _readPrepareStmt();
516 1869532 : if (MATCH("EXECUTESTMT", 11))
517 40038 : return (Node *) _readExecuteStmt();
518 1829494 : if (MATCH("DEALLOCATESTMT", 14))
519 8128 : return (Node *) _readDeallocateStmt();
520 1821366 : if (MATCH("DROPOWNEDSTMT", 13))
521 308 : return (Node *) _readDropOwnedStmt();
522 1821058 : if (MATCH("REASSIGNOWNEDSTMT", 17))
523 104 : return (Node *) _readReassignOwnedStmt();
524 1820954 : if (MATCH("ALTERTSDICTIONARYSTMT", 21))
525 80 : return (Node *) _readAlterTSDictionaryStmt();
526 1820874 : if (MATCH("ALTERTSCONFIGURATIONSTMT", 24))
527 17488 : return (Node *) _readAlterTSConfigurationStmt();
528 1803386 : if (MATCH("PUBLICATIONTABLE", 16))
529 2772 : return (Node *) _readPublicationTable();
530 1800614 : if (MATCH("PUBLICATIONOBJSPEC", 18))
531 3484 : return (Node *) _readPublicationObjSpec();
532 1797130 : if (MATCH("CREATEPUBLICATIONSTMT", 21))
533 1620 : return (Node *) _readCreatePublicationStmt();
534 1795510 : if (MATCH("ALTERPUBLICATIONSTMT", 20))
535 2140 : return (Node *) _readAlterPublicationStmt();
536 1793370 : if (MATCH("CREATESUBSCRIPTIONSTMT", 22))
537 896 : return (Node *) _readCreateSubscriptionStmt();
538 1792474 : if (MATCH("ALTERSUBSCRIPTIONSTMT", 21))
539 946 : return (Node *) _readAlterSubscriptionStmt();
540 1791528 : if (MATCH("DROPSUBSCRIPTIONSTMT", 20))
541 456 : return (Node *) _readDropSubscriptionStmt();
542 1791072 : if (MATCH("GROUPBYORDERING", 15))
543 0 : return (Node *) _readGroupByOrdering();
544 1791072 : if (MATCH("PLACEHOLDERVAR", 14))
545 0 : return (Node *) _readPlaceHolderVar();
546 1791072 : if (MATCH("APPENDRELINFO", 13))
547 50332 : return (Node *) _readAppendRelInfo();
548 1740740 : if (MATCH("PLANNEDSTMT", 11))
549 449796 : return (Node *) _readPlannedStmt();
550 1290944 : if (MATCH("RESULT", 6))
551 207072 : return (Node *) _readResult();
552 1083872 : if (MATCH("PROJECTSET", 10))
553 12052 : return (Node *) _readProjectSet();
554 1071820 : if (MATCH("MODIFYTABLE", 11))
555 86278 : return (Node *) _readModifyTable();
556 985542 : if (MATCH("APPEND", 6))
557 17168 : return (Node *) _readAppend();
558 968374 : if (MATCH("MERGEAPPEND", 11))
559 526 : return (Node *) _readMergeAppend();
560 967848 : if (MATCH("RECURSIVEUNION", 14))
561 1000 : return (Node *) _readRecursiveUnion();
562 966848 : if (MATCH("BITMAPAND", 9))
563 222 : return (Node *) _readBitmapAnd();
564 966626 : if (MATCH("BITMAPOR", 8))
565 392 : return (Node *) _readBitmapOr();
566 966234 : if (MATCH("SEQSCAN", 7))
567 218610 : return (Node *) _readSeqScan();
568 747624 : if (MATCH("SAMPLESCAN", 10))
569 306 : return (Node *) _readSampleScan();
570 747318 : if (MATCH("INDEXSCAN", 9))
571 142278 : return (Node *) _readIndexScan();
572 605040 : if (MATCH("INDEXONLYSCAN", 13))
573 16480 : return (Node *) _readIndexOnlyScan();
574 588560 : if (MATCH("BITMAPINDEXSCAN", 15))
575 21308 : return (Node *) _readBitmapIndexScan();
576 567252 : if (MATCH("BITMAPHEAPSCAN", 14))
577 20688 : return (Node *) _readBitmapHeapScan();
578 546564 : if (MATCH("TIDSCAN", 7))
579 732 : return (Node *) _readTidScan();
580 545832 : if (MATCH("TIDRANGESCAN", 12))
581 1940 : return (Node *) _readTidRangeScan();
582 543892 : if (MATCH("SUBQUERYSCAN", 12))
583 10868 : return (Node *) _readSubqueryScan();
584 533024 : if (MATCH("FUNCTIONSCAN", 12))
585 51352 : return (Node *) _readFunctionScan();
586 481672 : if (MATCH("VALUESSCAN", 10))
587 8232 : return (Node *) _readValuesScan();
588 473440 : if (MATCH("TABLEFUNCSCAN", 13))
589 626 : return (Node *) _readTableFuncScan();
590 472814 : if (MATCH("CTESCAN", 7))
591 4054 : return (Node *) _readCteScan();
592 468760 : if (MATCH("NAMEDTUPLESTORESCAN", 19))
593 466 : return (Node *) _readNamedTuplestoreScan();
594 468294 : if (MATCH("WORKTABLESCAN", 13))
595 1000 : return (Node *) _readWorkTableScan();
596 467294 : if (MATCH("FOREIGNSCAN", 11))
597 2002 : return (Node *) _readForeignScan();
598 465292 : if (MATCH("CUSTOMSCAN", 10))
599 0 : return (Node *) _readCustomScan();
600 465292 : if (MATCH("NESTLOOP", 8))
601 92922 : return (Node *) _readNestLoop();
602 372370 : if (MATCH("NESTLOOPPARAM", 13))
603 51760 : return (Node *) _readNestLoopParam();
604 320610 : if (MATCH("MERGEJOIN", 9))
605 8250 : return (Node *) _readMergeJoin();
606 312360 : if (MATCH("HASHJOIN", 8))
607 34696 : return (Node *) _readHashJoin();
608 277664 : if (MATCH("MATERIAL", 8))
609 4466 : return (Node *) _readMaterial();
610 273198 : if (MATCH("MEMOIZE", 7))
611 1592 : return (Node *) _readMemoize();
612 271606 : if (MATCH("SORT", 4))
613 81500 : return (Node *) _readSort();
614 190106 : if (MATCH("INCREMENTALSORT", 15))
615 982 : return (Node *) _readIncrementalSort();
616 189124 : if (MATCH("GROUP", 5))
617 246 : return (Node *) _readGroup();
618 188878 : if (MATCH("AGG", 3))
619 44184 : return (Node *) _readAgg();
620 144694 : if (MATCH("WINDOWAGG", 9))
621 2546 : return (Node *) _readWindowAgg();
622 142148 : if (MATCH("UNIQUE", 6))
623 5516 : return (Node *) _readUnique();
624 136632 : if (MATCH("GATHER", 6))
625 1078 : return (Node *) _readGather();
626 135554 : if (MATCH("GATHERMERGE", 11))
627 330 : return (Node *) _readGatherMerge();
628 135224 : if (MATCH("HASH", 4))
629 34696 : return (Node *) _readHash();
630 100528 : if (MATCH("SETOP", 5))
631 662 : return (Node *) _readSetOp();
632 99866 : if (MATCH("LOCKROWS", 8))
633 7728 : return (Node *) _readLockRows();
634 92138 : if (MATCH("LIMIT", 5))
635 4770 : return (Node *) _readLimit();
636 87368 : if (MATCH("PLANROWMARK", 11))
637 25972 : return (Node *) _readPlanRowMark();
638 61396 : if (MATCH("PARTITIONPRUNEINFO", 18))
639 680 : return (Node *) _readPartitionPruneInfo();
640 60716 : if (MATCH("PARTITIONEDRELPRUNEINFO", 23))
641 1370 : return (Node *) _readPartitionedRelPruneInfo();
642 59346 : if (MATCH("PARTITIONPRUNESTEPOP", 20))
643 1148 : return (Node *) _readPartitionPruneStepOp();
644 58198 : if (MATCH("PARTITIONPRUNESTEPCOMBINE", 25))
645 218 : return (Node *) _readPartitionPruneStepCombine();
646 57980 : if (MATCH("PLANINVALITEM", 13))
647 57980 : return (Node *) _readPlanInvalItem();
648 0 : if (MATCH("EXTENSIBLENODE", 14))
649 0 : return (Node *) _readExtensibleNode();
|