LCOV - code coverage report
Current view: top level - src/backend/nodes - readfuncs.switch.c (source / functions) Hit Total Coverage
Test: PostgreSQL 19devel Lines: 625 632 98.9 %
Date: 2025-07-29 03:18:01 Functions: 0 0 -
Legend: Lines: hit not hit

          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    51231352 :     if (MATCH("ALIAS", 5))
      19     2898590 :         return (Node *) _readAlias();
      20    48332762 :     if (MATCH("RANGEVAR", 8))
      21      903002 :         return (Node *) _readRangeVar();
      22    47429760 :     if (MATCH("TABLEFUNC", 9))
      23        1520 :         return (Node *) _readTableFunc();
      24    47428240 :     if (MATCH("INTOCLAUSE", 10))
      25        3950 :         return (Node *) _readIntoClause();
      26    47424290 :     if (MATCH("VAR", 3))
      27    13457904 :         return (Node *) _readVar();
      28    33966386 :     if (MATCH("CONST", 5))
      29     3019582 :         return (Node *) _readConst();
      30    30946804 :     if (MATCH("PARAM", 5))
      31      327398 :         return (Node *) _readParam();
      32    30619406 :     if (MATCH("AGGREF", 6))
      33       95534 :         return (Node *) _readAggref();
      34    30523872 :     if (MATCH("GROUPINGFUNC", 12))
      35        1090 :         return (Node *) _readGroupingFunc();
      36    30522782 :     if (MATCH("WINDOWFUNC", 10))
      37        7028 :         return (Node *) _readWindowFunc();
      38    30515754 :     if (MATCH("WINDOWFUNCRUNCONDITION", 22))
      39         360 :         return (Node *) _readWindowFuncRunCondition();
      40    30515394 :     if (MATCH("MERGESUPPORTFUNC", 16))
      41         834 :         return (Node *) _readMergeSupportFunc();
      42    30514560 :     if (MATCH("SUBSCRIPTINGREF", 15))
      43       37156 :         return (Node *) _readSubscriptingRef();
      44    30477404 :     if (MATCH("FUNCEXPR", 8))
      45      956512 :         return (Node *) _readFuncExpr();
      46    29520892 :     if (MATCH("NAMEDARGEXPR", 12))
      47       94066 :         return (Node *) _readNamedArgExpr();
      48    29426826 :     if (MATCH("OPEXPR", 6))
      49     1564496 :         return (Node *) _readOpExpr();
      50    27862330 :     if (MATCH("DISTINCTEXPR", 12))
      51        2544 :         return (Node *) _readDistinctExpr();
      52    27859786 :     if (MATCH("NULLIFEXPR", 10))
      53        1258 :         return (Node *) _readNullIfExpr();
      54    27858528 :     if (MATCH("SCALARARRAYOPEXPR", 17))
      55       79356 :         return (Node *) _readScalarArrayOpExpr();
      56    27779172 :     if (MATCH("BOOLEXPR", 8))
      57      400276 :         return (Node *) _readBoolExpr();
      58    27378896 :     if (MATCH("SUBLINK", 7))
      59      108268 :         return (Node *) _readSubLink();
      60    27270628 :     if (MATCH("SUBPLAN", 7))
      61       44970 :         return (Node *) _readSubPlan();
      62    27225658 :     if (MATCH("ALTERNATIVESUBPLAN", 18))
      63           0 :         return (Node *) _readAlternativeSubPlan();
      64    27225658 :     if (MATCH("FIELDSELECT", 11))
      65       31132 :         return (Node *) _readFieldSelect();
      66    27194526 :     if (MATCH("FIELDSTORE", 10))
      67        1106 :         return (Node *) _readFieldStore();
      68    27193420 :     if (MATCH("RELABELTYPE", 11))
      69      275458 :         return (Node *) _readRelabelType();
      70    26917962 :     if (MATCH("COERCEVIAIO", 11))
      71       51982 :         return (Node *) _readCoerceViaIO();
      72    26865980 :     if (MATCH("ARRAYCOERCEEXPR", 15))
      73       11272 :         return (Node *) _readArrayCoerceExpr();
      74    26854708 :     if (MATCH("CONVERTROWTYPEEXPR", 18))
      75         842 :         return (Node *) _readConvertRowtypeExpr();
      76    26853866 :     if (MATCH("COLLATEEXPR", 11))
      77        9030 :         return (Node *) _readCollateExpr();
      78    26844836 :     if (MATCH("CASEEXPR", 8))
      79      145036 :         return (Node *) _readCaseExpr();
      80    26699800 :     if (MATCH("CASEWHEN", 8))
      81      273238 :         return (Node *) _readCaseWhen();
      82    26426562 :     if (MATCH("CASETESTEXPR", 12))
      83       61194 :         return (Node *) _readCaseTestExpr();
      84    26365368 :     if (MATCH("ARRAYEXPR", 9))
      85       38220 :         return (Node *) _readArrayExpr();
      86    26327148 :     if (MATCH("ROWEXPR", 7))
      87       13402 :         return (Node *) _readRowExpr();
      88    26313746 :     if (MATCH("ROWCOMPAREEXPR", 14))
      89         744 :         return (Node *) _readRowCompareExpr();
      90    26313002 :     if (MATCH("COALESCEEXPR", 12))
      91       19536 :         return (Node *) _readCoalesceExpr();
      92    26293466 :     if (MATCH("MINMAXEXPR", 10))
      93         888 :         return (Node *) _readMinMaxExpr();
      94    26292578 :     if (MATCH("SQLVALUEFUNCTION", 16))
      95       14002 :         return (Node *) _readSQLValueFunction();
      96    26278576 :     if (MATCH("XMLEXPR", 7))
      97        2710 :         return (Node *) _readXmlExpr();
      98    26275866 :     if (MATCH("JSONFORMAT", 10))
      99       24532 :         return (Node *) _readJsonFormat();
     100    26251334 :     if (MATCH("JSONRETURNING", 13))
     101       10412 :         return (Node *) _readJsonReturning();
     102    26240922 :     if (MATCH("JSONVALUEEXPR", 13))
     103        6350 :         return (Node *) _readJsonValueExpr();
     104    26234572 :     if (MATCH("JSONCONSTRUCTOREXPR", 19))
     105        2798 :         return (Node *) _readJsonConstructorExpr();
     106    26231774 :     if (MATCH("JSONISPREDICATE", 15))
     107        1128 :         return (Node *) _readJsonIsPredicate();
     108    26230646 :     if (MATCH("JSONBEHAVIOR", 12))
     109       11766 :         return (Node *) _readJsonBehavior();
     110    26218880 :     if (MATCH("JSONEXPR", 8))
     111        6128 :         return (Node *) _readJsonExpr();
     112    26212752 :     if (MATCH("JSONTABLEPATH", 13))
     113        1568 :         return (Node *) _readJsonTablePath();
     114    26211184 :     if (MATCH("JSONTABLEPATHSCAN", 17))
     115        1568 :         return (Node *) _readJsonTablePathScan();
     116    26209616 :     if (MATCH("JSONTABLESIBLINGJOIN", 20))
     117         210 :         return (Node *) _readJsonTableSiblingJoin();
     118    26209406 :     if (MATCH("NULLTEST", 8))
     119       57300 :         return (Node *) _readNullTest();
     120    26152106 :     if (MATCH("BOOLEANTEST", 11))
     121        3810 :         return (Node *) _readBooleanTest();
     122    26148296 :     if (MATCH("MERGEACTION", 11))
     123        6558 :         return (Node *) _readMergeAction();
     124    26141738 :     if (MATCH("COERCETODOMAIN", 14))
     125      143072 :         return (Node *) _readCoerceToDomain();
     126    25998666 :     if (MATCH("COERCETODOMAINVALUE", 19))
     127        2146 :         return (Node *) _readCoerceToDomainValue();
     128    25996520 :     if (MATCH("SETTODEFAULT", 12))
     129        1902 :         return (Node *) _readSetToDefault();
     130    25994618 :     if (MATCH("CURRENTOFEXPR", 13))
     131         902 :         return (Node *) _readCurrentOfExpr();
     132    25993716 :     if (MATCH("NEXTVALUEEXPR", 13))
     133         820 :         return (Node *) _readNextValueExpr();
     134    25992896 :     if (MATCH("INFERENCEELEM", 13))
     135        1882 :         return (Node *) _readInferenceElem();
     136    25991014 :     if (MATCH("RETURNINGEXPR", 13))
     137        1158 :         return (Node *) _readReturningExpr();
     138    25989856 :     if (MATCH("TARGETENTRY", 11))
     139     7460800 :         return (Node *) _readTargetEntry();
     140    18529056 :     if (MATCH("RANGETBLREF", 11))
     141      636620 :         return (Node *) _readRangeTblRef();
     142    17892436 :     if (MATCH("JOINEXPR", 8))
     143      216440 :         return (Node *) _readJoinExpr();
     144    17675996 :     if (MATCH("FROMEXPR", 8))
     145      639240 :         return (Node *) _readFromExpr();
     146    17036756 :     if (MATCH("ONCONFLICTEXPR", 14))
     147        1848 :         return (Node *) _readOnConflictExpr();
     148    17034908 :     if (MATCH("QUERY", 5))
     149     1042332 :         return (Node *) _readQuery();
     150    15992576 :     if (MATCH("TYPENAME", 8))
     151      840634 :         return (Node *) _readTypeName();
     152    15151942 :     if (MATCH("COLUMNREF", 9))
     153     2145276 :         return (Node *) _readColumnRef();
     154    13006666 :     if (MATCH("PARAMREF", 8))
     155       55232 :         return (Node *) _readParamRef();
     156    12951434 :     if (MATCH("A_EXPR", 6))
     157      670644 :         return (Node *) _readA_Expr();
     158    12280790 :     if (MATCH("A_CONST", 7))
     159     1459884 :         return (Node *) _readA_Const();
     160    10820906 :     if (MATCH("TYPECAST", 8))
     161      382490 :         return (Node *) _readTypeCast();
     162    10438416 :     if (MATCH("COLLATECLAUSE", 13))
     163       10704 :         return (Node *) _readCollateClause();
     164    10427712 :     if (MATCH("ROLESPEC", 8))
     165       66220 :         return (Node *) _readRoleSpec();
     166    10361492 :     if (MATCH("FUNCCALL", 8))
     167      417436 :         return (Node *) _readFuncCall();
     168     9944056 :     if (MATCH("A_STAR", 6))
     169       65144 :         return (Node *) _readA_Star();
     170     9878912 :     if (MATCH("A_INDICES", 9))
     171       15352 :         return (Node *) _readA_Indices();
     172     9863560 :     if (MATCH("A_INDIRECTION", 13))
     173       36388 :         return (Node *) _readA_Indirection();
     174     9827172 :     if (MATCH("A_ARRAYEXPR", 11))
     175        7112 :         return (Node *) _readA_ArrayExpr();
     176     9820060 :     if (MATCH("RESTARGET", 9))
     177     1356112 :         return (Node *) _readResTarget();
     178     8463948 :     if (MATCH("MULTIASSIGNREF", 14))
     179         402 :         return (Node *) _readMultiAssignRef();
     180     8463546 :     if (MATCH("SORTBY", 6))
     181      113594 :         return (Node *) _readSortBy();
     182     8349952 :     if (MATCH("WINDOWDEF", 9))
     183        4180 :         return (Node *) _readWindowDef();
     184     8345772 :     if (MATCH("RANGESUBSELECT", 14))
     185       19028 :         return (Node *) _readRangeSubselect();
     186     8326744 :     if (MATCH("RANGEFUNCTION", 13))
     187       53646 :         return (Node *) _readRangeFunction();
     188     8273098 :     if (MATCH("RANGETABLEFUNC", 14))
     189         250 :         return (Node *) _readRangeTableFunc();
     190     8272848 :     if (MATCH("RANGETABLEFUNCCOL", 17))
     191         906 :         return (Node *) _readRangeTableFuncCol();
     192     8271942 :     if (MATCH("RANGETABLESAMPLE", 16))
     193         288 :         return (Node *) _readRangeTableSample();
     194     8271654 :     if (MATCH("COLUMNDEF", 9))
     195      153302 :         return (Node *) _readColumnDef();
     196     8118352 :     if (MATCH("TABLELIKECLAUSE", 15))
     197        1548 :         return (Node *) _readTableLikeClause();
     198     8116804 :     if (MATCH("INDEXELEM", 9))
     199       20384 :         return (Node *) _readIndexElem();
     200     8096420 :     if (MATCH("DEFELEM", 7))
     201      354748 :         return (Node *) _readDefElem();
     202     7741672 :     if (MATCH("LOCKINGCLAUSE", 13))
     203        2178 :         return (Node *) _readLockingClause();
     204     7739494 :     if (MATCH("XMLSERIALIZE", 12))
     205         266 :         return (Node *) _readXmlSerialize();
     206     7739228 :     if (MATCH("PARTITIONELEM", 13))
     207       11240 :         return (Node *) _readPartitionElem();
     208     7727988 :     if (MATCH("PARTITIONSPEC", 13))
     209       10308 :         return (Node *) _readPartitionSpec();
     210     7717680 :     if (MATCH("PARTITIONBOUNDSPEC", 18))
     211       65680 :         return (Node *) _readPartitionBoundSpec();
     212     7652000 :     if (MATCH("PARTITIONRANGEDATUM", 19))
     213       51156 :         return (Node *) _readPartitionRangeDatum();
     214     7600844 :     if (MATCH("PARTITIONCMD", 12))
     215        7850 :         return (Node *) _readPartitionCmd();
     216     7592994 :     if (MATCH("RANGETBLENTRY", 13))
     217     1788188 :         return (Node *) _readRangeTblEntry();
     218     5804806 :     if (MATCH("RTEPERMISSIONINFO", 17))
     219     1061988 :         return (Node *) _readRTEPermissionInfo();
     220     4742818 :     if (MATCH("RANGETBLFUNCTION", 16))
     221      115894 :         return (Node *) _readRangeTblFunction();
     222     4626924 :     if (MATCH("TABLESAMPLECLAUSE", 17))
     223         646 :         return (Node *) _readTableSampleClause();
     224     4626278 :     if (MATCH("WITHCHECKOPTION", 15))
     225        4842 :         return (Node *) _readWithCheckOption();
     226     4621436 :     if (MATCH("SORTGROUPCLAUSE", 15))
     227      169664 :         return (Node *) _readSortGroupClause();
     228     4451772 :     if (MATCH("GROUPINGSET", 11))
     229        4306 :         return (Node *) _readGroupingSet();
     230     4447466 :     if (MATCH("WINDOWCLAUSE", 12))
     231        2946 :         return (Node *) _readWindowClause();
     232     4444520 :     if (MATCH("ROWMARKCLAUSE", 13))
     233        5364 :         return (Node *) _readRowMarkClause();
     234     4439156 :     if (MATCH("WITHCLAUSE", 10))
     235        3410 :         return (Node *) _readWithClause();
     236     4435746 :     if (MATCH("INFERCLAUSE", 11))
     237        1632 :         return (Node *) _readInferClause();
     238     4434114 :     if (MATCH("ONCONFLICTCLAUSE", 16))
     239        1872 :         return (Node *) _readOnConflictClause();
     240     4432242 :     if (MATCH("CTESEARCHCLAUSE", 15))
     241         228 :         return (Node *) _readCTESearchClause();
     242     4432014 :     if (MATCH("CTECYCLECLAUSE", 14))
     243         246 :         return (Node *) _readCTECycleClause();
     244     4431768 :     if (MATCH("COMMONTABLEEXPR", 15))
     245        9152 :         return (Node *) _readCommonTableExpr();
     246     4422616 :     if (MATCH("MERGEWHENCLAUSE", 15))
     247        3014 :         return (Node *) _readMergeWhenClause();
     248     4419602 :     if (MATCH("RETURNINGOPTION", 15))
     249         150 :         return (Node *) _readReturningOption();
     250     4419452 :     if (MATCH("RETURNINGCLAUSE", 15))
     251        3298 :         return (Node *) _readReturningClause();
     252     4416154 :     if (MATCH("TRIGGERTRANSITION", 17))
     253        1228 :         return (Node *) _readTriggerTransition();
     254     4414926 :     if (MATCH("JSONOUTPUT", 10))
     255        1486 :         return (Node *) _readJsonOutput();
     256     4413440 :     if (MATCH("JSONARGUMENT", 12))
     257         630 :         return (Node *) _readJsonArgument();
     258     4412810 :     if (MATCH("JSONFUNCEXPR", 12))
     259        1992 :         return (Node *) _readJsonFuncExpr();
     260     4410818 :     if (MATCH("JSONTABLEPATHSPEC", 17))
     261        1972 :         return (Node *) _readJsonTablePathSpec();
     262     4408846 :     if (MATCH("JSONTABLE", 9))
     263         590 :         return (Node *) _readJsonTable();
     264     4408256 :     if (MATCH("JSONTABLECOLUMN", 15))
     265        1648 :         return (Node *) _readJsonTableColumn();
     266     4406608 :     if (MATCH("JSONKEYVALUE", 12))
     267         826 :         return (Node *) _readJsonKeyValue();
     268     4405782 :     if (MATCH("JSONPARSEEXPR", 13))
     269         164 :         return (Node *) _readJsonParseExpr();
     270     4405618 :     if (MATCH("JSONSCALAREXPR", 14))
     271         112 :         return (Node *) _readJsonScalarExpr();
     272     4405506 :     if (MATCH("JSONSERIALIZEEXPR", 17))
     273         108 :         return (Node *) _readJsonSerializeExpr();
     274     4405398 :     if (MATCH("JSONOBJECTCONSTRUCTOR", 21))
     275         446 :         return (Node *) _readJsonObjectConstructor();
     276     4404952 :     if (MATCH("JSONARRAYCONSTRUCTOR", 20))
     277         200 :         return (Node *) _readJsonArrayConstructor();
     278     4404752 :     if (MATCH("JSONARRAYQUERYCONSTRUCTOR", 25))
     279          66 :         return (Node *) _readJsonArrayQueryConstructor();
     280     4404686 :     if (MATCH("JSONAGGCONSTRUCTOR", 18))
     281         372 :         return (Node *) _readJsonAggConstructor();
     282     4404314 :     if (MATCH("JSONOBJECTAGG", 13))
     283         210 :         return (Node *) _readJsonObjectAgg();
     284     4404104 :     if (MATCH("JSONARRAYAGG", 12))
     285         162 :         return (Node *) _readJsonArrayAgg();
     286     4403942 :     if (MATCH("RAWSTMT", 7))
     287      750662 :         return (Node *) _readRawStmt();
     288     3653280 :     if (MATCH("INSERTSTMT", 10))
     289       67718 :         return (Node *) _readInsertStmt();
     290     3585562 :     if (MATCH("DELETESTMT", 10))
     291        4474 :         return (Node *) _readDeleteStmt();
     292     3581088 :     if (MATCH("UPDATESTMT", 10))
     293       13626 :         return (Node *) _readUpdateStmt();
     294     3567462 :     if (MATCH("MERGESTMT", 9))
     295        1960 :         return (Node *) _readMergeStmt();
     296     3565502 :     if (MATCH("SELECTSTMT", 10))
     297      520940 :         return (Node *) _readSelectStmt();
     298     3044562 :     if (MATCH("SETOPERATIONSTMT", 16))
     299       22118 :         return (Node *) _readSetOperationStmt();
     300     3022444 :     if (MATCH("RETURNSTMT", 10))
     301        9960 :         return (Node *) _readReturnStmt();
     302     3012484 :     if (MATCH("PLASSIGNSTMT", 12))
     303           0 :         return (Node *) _readPLAssignStmt();
     304     3012484 :     if (MATCH("CREATESCHEMASTMT", 16))
     305        2176 :         return (Node *) _readCreateSchemaStmt();
     306     3010308 :     if (MATCH("ALTERTABLESTMT", 14))
     307       66400 :         return (Node *) _readAlterTableStmt();
     308     2943908 :     if (MATCH("ALTERTABLECMD", 13))
     309       68416 :         return (Node *) _readAlterTableCmd();
     310     2875492 :     if (MATCH("ATALTERCONSTRAINT", 17))
     311         588 :         return (Node *) _readATAlterConstraint();
     312     2874904 :     if (MATCH("REPLICAIDENTITYSTMT", 19))
     313         980 :         return (Node *) _readReplicaIdentityStmt();
     314     2873924 :     if (MATCH("ALTERCOLLATIONSTMT", 18))
     315          12 :         return (Node *) _readAlterCollationStmt();
     316     2873912 :     if (MATCH("ALTERDOMAINSTMT", 15))
     317         584 :         return (Node *) _readAlterDomainStmt();
     318     2873328 :     if (MATCH("GRANTSTMT", 9))
     319       42738 :         return (Node *) _readGrantStmt();
     320     2830590 :     if (MATCH("OBJECTWITHARGS", 14))
     321       41338 :         return (Node *) _readObjectWithArgs();
     322     2789252 :     if (MATCH("ACCESSPRIV", 10))
     323       40042 :         return (Node *) _readAccessPriv();
     324     2749210 :     if (MATCH("GRANTROLESTMT", 13))
     325        1836 :         return (Node *) _readGrantRoleStmt();
     326     2747374 :     if (MATCH("ALTERDEFAULTPRIVILEGESSTMT", 26))
     327         380 :         return (Node *) _readAlterDefaultPrivilegesStmt();
     328     2746994 :     if (MATCH("COPYSTMT", 8))
     329       33340 :         return (Node *) _readCopyStmt();
     330     2713654 :     if (MATCH("VARIABLESETSTMT", 15))
     331       58792 :         return (Node *) _readVariableSetStmt();
     332     2654862 :     if (MATCH("VARIABLESHOWSTMT", 16))
     333        1756 :         return (Node *) _readVariableShowStmt();
     334     2653106 :     if (MATCH("CREATESTMT", 10))
     335       77660 :         return (Node *) _readCreateStmt();
     336     2575446 :     if (MATCH("CONSTRAINT", 10))
     337       74378 :         return (Node *) _readConstraint();
     338     2501068 :     if (MATCH("CREATETABLESPACESTMT", 20))
     339         232 :         return (Node *) _readCreateTableSpaceStmt();
     340     2500836 :     if (MATCH("DROPTABLESPACESTMT", 18))
     341         128 :         return (Node *) _readDropTableSpaceStmt();
     342     2500708 :     if (MATCH("ALTERTABLESPACEOPTIONSSTMT", 26))
     343          48 :         return (Node *) _readAlterTableSpaceOptionsStmt();
     344     2500660 :     if (MATCH("ALTERTABLEMOVEALLSTMT", 21))
     345          60 :         return (Node *) _readAlterTableMoveAllStmt();
     346     2500600 :     if (MATCH("CREATEEXTENSIONSTMT", 19))
     347        1068 :         return (Node *) _readCreateExtensionStmt();
     348     2499532 :     if (MATCH("ALTEREXTENSIONSTMT", 18))
     349          70 :         return (Node *) _readAlterExtensionStmt();
     350     2499462 :     if (MATCH("ALTEREXTENSIONCONTENTSSTMT", 26))
     351         484 :         return (Node *) _readAlterExtensionContentsStmt();
     352     2498978 :     if (MATCH("CREATEFDWSTMT", 13))
     353         412 :         return (Node *) _readCreateFdwStmt();
     354     2498566 :     if (MATCH("ALTERFDWSTMT", 12))
     355         244 :         return (Node *) _readAlterFdwStmt();
     356     2498322 :     if (MATCH("CREATEFOREIGNSERVERSTMT", 23))
     357         582 :         return (Node *) _readCreateForeignServerStmt();
     358     2497740 :     if (MATCH("ALTERFOREIGNSERVERSTMT", 22))
     359         454 :         return (Node *) _readAlterForeignServerStmt();
     360     2497286 :     if (MATCH("CREATEFOREIGNTABLESTMT", 22))
     361         904 :         return (Node *) _readCreateForeignTableStmt();
     362     2496382 :     if (MATCH("CREATEUSERMAPPINGSTMT", 21))
     363         504 :         return (Node *) _readCreateUserMappingStmt();
     364     2495878 :     if (MATCH("ALTERUSERMAPPINGSTMT", 20))
     365         236 :         return (Node *) _readAlterUserMappingStmt();
     366     2495642 :     if (MATCH("DROPUSERMAPPINGSTMT", 19))
     367         252 :         return (Node *) _readDropUserMappingStmt();
     368     2495390 :     if (MATCH("IMPORTFOREIGNSCHEMASTMT", 23))
     369          96 :         return (Node *) _readImportForeignSchemaStmt();
     370     2495294 :     if (MATCH("CREATEPOLICYSTMT", 16))
     371        1412 :         return (Node *) _readCreatePolicyStmt();
     372     2493882 :     if (MATCH("ALTERPOLICYSTMT", 15))
     373         168 :         return (Node *) _readAlterPolicyStmt();
     374     2493714 :     if (MATCH("CREATEAMSTMT", 12))
     375         128 :         return (Node *) _readCreateAmStmt();
     376     2493586 :     if (MATCH("CREATETRIGSTMT", 14))
     377        6644 :         return (Node *) _readCreateTrigStmt();
     378     2486942 :     if (MATCH("CREATEEVENTTRIGSTMT", 19))
     379         396 :         return (Node *) _readCreateEventTrigStmt();
     380     2486546 :     if (MATCH("ALTEREVENTTRIGSTMT", 18))
     381          96 :         return (Node *) _readAlterEventTrigStmt();
     382     2486450 :     if (MATCH("CREATEPLANGSTMT", 15))
     383         288 :         return (Node *) _readCreatePLangStmt();
     384     2486162 :     if (MATCH("CREATEROLESTMT", 14))
     385        3700 :         return (Node *) _readCreateRoleStmt();
     386     2482462 :     if (MATCH("ALTERROLESTMT", 13))
     387         920 :         return (Node *) _readAlterRoleStmt();
     388     2481542 :     if (MATCH("ALTERROLESETSTMT", 16))
     389         164 :         return (Node *) _readAlterRoleSetStmt();
     390     2481378 :     if (MATCH("DROPROLESTMT", 12))
     391        3444 :         return (Node *) _readDropRoleStmt();
     392     2477934 :     if (MATCH("CREATESEQSTMT", 13))
     393        1468 :         return (Node *) _readCreateSeqStmt();
     394     2476466 :     if (MATCH("ALTERSEQSTMT", 12))
     395         448 :         return (Node *) _readAlterSeqStmt();
     396     2476018 :     if (MATCH("DEFINESTMT", 10))
     397       18992 :         return (Node *) _readDefineStmt();
     398     2457026 :     if (MATCH("CREATEDOMAINSTMT", 16))
     399        3020 :         return (Node *) _readCreateDomainStmt();
     400     2454006 :     if (MATCH("CREATEOPCLASSSTMT", 17))
     401         788 :         return (Node *) _readCreateOpClassStmt();
     402     2453218 :     if (MATCH("CREATEOPCLASSITEM", 17))
     403        8500 :         return (Node *) _readCreateOpClassItem();
     404     2444718 :     if (MATCH("CREATEOPFAMILYSTMT", 18))
     405         324 :         return (Node *) _readCreateOpFamilyStmt();
     406     2444394 :     if (MATCH("ALTEROPFAMILYSTMT", 17))
     407        1196 :         return (Node *) _readAlterOpFamilyStmt();
     408     2443198 :     if (MATCH("DROPSTMT", 8))
     409       50774 :         return (Node *) _readDropStmt();
     410     2392424 :     if (MATCH("TRUNCATESTMT", 12))
     411        5894 :         return (Node *) _readTruncateStmt();
     412     2386530 :     if (MATCH("COMMENTSTMT", 11))
     413       14388 :         return (Node *) _readCommentStmt();
     414     2372142 :     if (MATCH("SECLABELSTMT", 12))
     415         200 :         return (Node *) _readSecLabelStmt();
     416     2371942 :     if (MATCH("DECLARECURSORSTMT", 17))
     417        7384 :         return (Node *) _readDeclareCursorStmt();
     418     2364558 :     if (MATCH("CLOSEPORTALSTMT", 15))
     419        4448 :         return (Node *) _readClosePortalStmt();
     420     2360110 :     if (MATCH("FETCHSTMT", 9))
     421       13438 :         return (Node *) _readFetchStmt();
     422     2346672 :     if (MATCH("INDEXSTMT", 9))
     423       13404 :         return (Node *) _readIndexStmt();
     424     2333268 :     if (MATCH("CREATESTATSSTMT", 15))
     425        1346 :         return (Node *) _readCreateStatsStmt();
     426     2331922 :     if (MATCH("STATSELEM", 9))
     427        3240 :         return (Node *) _readStatsElem();
     428     2328682 :     if (MATCH("ALTERSTATSSTMT", 14))
     429          52 :         return (Node *) _readAlterStatsStmt();
     430     2328630 :     if (MATCH("CREATEFUNCTIONSTMT", 18))
     431       50092 :         return (Node *) _readCreateFunctionStmt();
     432     2278538 :     if (MATCH("FUNCTIONPARAMETER", 17))
     433      149474 :         return (Node *) _readFunctionParameter();
     434     2129064 :     if (MATCH("ALTERFUNCTIONSTMT", 17))
     435        1344 :         return (Node *) _readAlterFunctionStmt();
     436     2127720 :     if (MATCH("DOSTMT", 6))
     437        2208 :         return (Node *) _readDoStmt();
     438     2125512 :     if (MATCH("CALLSTMT", 8))
     439         898 :         return (Node *) _readCallStmt();
     440     2124614 :     if (MATCH("RENAMESTMT", 10))
     441        2832 :         return (Node *) _readRenameStmt();
     442     2121782 :     if (MATCH("ALTEROBJECTDEPENDSSTMT", 22))
     443          92 :         return (Node *) _readAlterObjectDependsStmt();
     444     2121690 :     if (MATCH("ALTEROBJECTSCHEMASTMT", 21))
     445         796 :         return (Node *) _readAlterObjectSchemaStmt();
     446     2120894 :     if (MATCH("ALTEROWNERSTMT", 14))
     447        5030 :         return (Node *) _readAlterOwnerStmt();
     448     2115864 :     if (MATCH("ALTEROPERATORSTMT", 17))
     449        1216 :         return (Node *) _readAlterOperatorStmt();
     450     2114648 :     if (MATCH("ALTERTYPESTMT", 13))
     451         120 :         return (Node *) _readAlterTypeStmt();
     452     2114528 :     if (MATCH("RULESTMT", 8))
     453        2348 :         return (Node *) _readRuleStmt();
     454     2112180 :     if (MATCH("NOTIFYSTMT", 10))
     455         406 :         return (Node *) _readNotifyStmt();
     456     2111774 :     if (MATCH("LISTENSTMT", 10))
     457         148 :         return (Node *) _readListenStmt();
     458     2111626 :     if (MATCH("UNLISTENSTMT", 12))
     459          76 :         return (Node *) _readUnlistenStmt();
     460     2111550 :     if (MATCH("TRANSACTIONSTMT", 15))
     461       75658 :         return (Node *) _readTransactionStmt();
     462     2035892 :     if (MATCH("COMPOSITETYPESTMT", 17))
     463        5288 :         return (Node *) _readCompositeTypeStmt();
     464     2030604 :     if (MATCH("CREATEENUMSTMT", 14))
     465         412 :         return (Node *) _readCreateEnumStmt();
     466     2030192 :     if (MATCH("CREATERANGESTMT", 15))
     467         392 :         return (Node *) _readCreateRangeStmt();
     468     2029800 :     if (MATCH("ALTERENUMSTMT", 13))
     469         792 :         return (Node *) _readAlterEnumStmt();
     470     2029008 :     if (MATCH("VIEWSTMT", 8))
     471       34656 :         return (Node *) _readViewStmt();
     472     1994352 :     if (MATCH("LOADSTMT", 8))
     473         104 :         return (Node *) _readLoadStmt();
     474     1994248 :     if (MATCH("CREATEDBSTMT", 12))
     475        1580 :         return (Node *) _readCreatedbStmt();
     476     1992668 :     if (MATCH("ALTERDATABASESTMT", 17))
     477         152 :         return (Node *) _readAlterDatabaseStmt();
     478     1992516 :     if (MATCH("ALTERDATABASEREFRESHCOLLSTMT", 28))
     479          12 :         return (Node *) _readAlterDatabaseRefreshCollStmt();
     480     1992504 :     if (MATCH("ALTERDATABASESETSTMT", 20))
     481        2412 :         return (Node *) _readAlterDatabaseSetStmt();
     482     1990092 :     if (MATCH("DROPDBSTMT", 10))
     483         244 :         return (Node *) _readDropdbStmt();
     484     1989848 :     if (MATCH("ALTERSYSTEMSTMT", 15))
     485         372 :         return (Node *) _readAlterSystemStmt();
     486     1989476 :     if (MATCH("CLUSTERSTMT", 11))
     487         464 :         return (Node *) _readClusterStmt();
     488     1989012 :     if (MATCH("VACUUMSTMT", 10))
     489       26966 :         return (Node *) _readVacuumStmt();
     490     1962046 :     if (MATCH("VACUUMRELATION", 14))
     491       26502 :         return (Node *) _readVacuumRelation();
     492     1935544 :     if (MATCH("EXPLAINSTMT", 11))
     493       39654 :         return (Node *) _readExplainStmt();
     494     1895890 :     if (MATCH("CREATETABLEASSTMT", 17))
     495        3824 :         return (Node *) _readCreateTableAsStmt();
     496     1892066 :     if (MATCH("REFRESHMATVIEWSTMT", 18))
     497         568 :         return (Node *) _readRefreshMatViewStmt();
     498     1891498 :     if (MATCH("CHECKPOINTSTMT", 14))
     499         482 :         return (Node *) _readCheckPointStmt();
     500     1891016 :     if (MATCH("DISCARDSTMT", 11))
     501          60 :         return (Node *) _readDiscardStmt();
     502     1890956 :     if (MATCH("LOCKSTMT", 8))
     503        5052 :         return (Node *) _readLockStmt();
     504     1885904 :     if (MATCH("CONSTRAINTSSETSTMT", 18))
     505         202 :         return (Node *) _readConstraintsSetStmt();
     506     1885702 :     if (MATCH("REINDEXSTMT", 11))
     507        2204 :         return (Node *) _readReindexStmt();
     508     1883498 :     if (MATCH("CREATECONVERSIONSTMT", 20))
     509         128 :         return (Node *) _readCreateConversionStmt();
     510     1883370 :     if (MATCH("CREATECASTSTMT", 14))
     511         580 :         return (Node *) _readCreateCastStmt();
     512     1882790 :     if (MATCH("CREATETRANSFORMSTMT", 19))
     513         104 :         return (Node *) _readCreateTransformStmt();
     514     1882686 :     if (MATCH("PREPARESTMT", 11))
     515        4288 :         return (Node *) _readPrepareStmt();
     516     1878398 :     if (MATCH("EXECUTESTMT", 11))
     517       40126 :         return (Node *) _readExecuteStmt();
     518     1838272 :     if (MATCH("DEALLOCATESTMT", 14))
     519        8132 :         return (Node *) _readDeallocateStmt();
     520     1830140 :     if (MATCH("DROPOWNEDSTMT", 13))
     521         308 :         return (Node *) _readDropOwnedStmt();
     522     1829832 :     if (MATCH("REASSIGNOWNEDSTMT", 17))
     523         104 :         return (Node *) _readReassignOwnedStmt();
     524     1829728 :     if (MATCH("ALTERTSDICTIONARYSTMT", 21))
     525          80 :         return (Node *) _readAlterTSDictionaryStmt();
     526     1829648 :     if (MATCH("ALTERTSCONFIGURATIONSTMT", 24))
     527       17836 :         return (Node *) _readAlterTSConfigurationStmt();
     528     1811812 :     if (MATCH("PUBLICATIONTABLE", 16))
     529        2780 :         return (Node *) _readPublicationTable();
     530     1809032 :     if (MATCH("PUBLICATIONOBJSPEC", 18))
     531        3492 :         return (Node *) _readPublicationObjSpec();
     532     1805540 :     if (MATCH("CREATEPUBLICATIONSTMT", 21))
     533        1632 :         return (Node *) _readCreatePublicationStmt();
     534     1803908 :     if (MATCH("ALTERPUBLICATIONSTMT", 20))
     535        2140 :         return (Node *) _readAlterPublicationStmt();
     536     1801768 :     if (MATCH("CREATESUBSCRIPTIONSTMT", 22))
     537         932 :         return (Node *) _readCreateSubscriptionStmt();
     538     1800836 :     if (MATCH("ALTERSUBSCRIPTIONSTMT", 21))
     539         990 :         return (Node *) _readAlterSubscriptionStmt();
     540     1799846 :     if (MATCH("DROPSUBSCRIPTIONSTMT", 20))
     541         476 :         return (Node *) _readDropSubscriptionStmt();
     542     1799370 :     if (MATCH("GROUPBYORDERING", 15))
     543           0 :         return (Node *) _readGroupByOrdering();
     544     1799370 :     if (MATCH("PLACEHOLDERVAR", 14))
     545           0 :         return (Node *) _readPlaceHolderVar();
     546     1799370 :     if (MATCH("APPENDRELINFO", 13))
     547       50436 :         return (Node *) _readAppendRelInfo();
     548     1748934 :     if (MATCH("PLANNEDSTMT", 11))
     549      451858 :         return (Node *) _readPlannedStmt();
     550     1297076 :     if (MATCH("RESULT", 6))
     551      208000 :         return (Node *) _readResult();
     552     1089076 :     if (MATCH("PROJECTSET", 10))
     553       12060 :         return (Node *) _readProjectSet();
     554     1077016 :     if (MATCH("MODIFYTABLE", 11))
     555       86416 :         return (Node *) _readModifyTable();
     556      990600 :     if (MATCH("APPEND", 6))
     557       17214 :         return (Node *) _readAppend();
     558      973386 :     if (MATCH("MERGEAPPEND", 11))
     559         532 :         return (Node *) _readMergeAppend();
     560      972854 :     if (MATCH("RECURSIVEUNION", 14))
     561        1012 :         return (Node *) _readRecursiveUnion();
     562      971842 :     if (MATCH("BITMAPAND", 9))
     563         226 :         return (Node *) _readBitmapAnd();
     564      971616 :     if (MATCH("BITMAPOR", 8))
     565         404 :         return (Node *) _readBitmapOr();
     566      971212 :     if (MATCH("SEQSCAN", 7))
     567      218914 :         return (Node *) _readSeqScan();
     568      752298 :     if (MATCH("SAMPLESCAN", 10))
     569         306 :         return (Node *) _readSampleScan();
     570      751992 :     if (MATCH("INDEXSCAN", 9))
     571      142616 :         return (Node *) _readIndexScan();
     572      609376 :     if (MATCH("INDEXONLYSCAN", 13))
     573       16640 :         return (Node *) _readIndexOnlyScan();
     574      592736 :     if (MATCH("BITMAPINDEXSCAN", 15))
     575       22028 :         return (Node *) _readBitmapIndexScan();
     576      570708 :     if (MATCH("BITMAPHEAPSCAN", 14))
     577       21392 :         return (Node *) _readBitmapHeapScan();
     578      549316 :     if (MATCH("TIDSCAN", 7))
     579         732 :         return (Node *) _readTidScan();
     580      548584 :     if (MATCH("TIDRANGESCAN", 12))
     581        1940 :         return (Node *) _readTidRangeScan();
     582      546644 :     if (MATCH("SUBQUERYSCAN", 12))
     583       10892 :         return (Node *) _readSubqueryScan();
     584      535752 :     if (MATCH("FUNCTIONSCAN", 12))
     585       51636 :         return (Node *) _readFunctionScan();
     586      484116 :     if (MATCH("VALUESSCAN", 10))
     587        8256 :         return (Node *) _readValuesScan();
     588      475860 :     if (MATCH("TABLEFUNCSCAN", 13))
     589         626 :         return (Node *) _readTableFuncScan();
     590      475234 :     if (MATCH("CTESCAN", 7))
     591        4146 :         return (Node *) _readCteScan();
     592      471088 :     if (MATCH("NAMEDTUPLESTORESCAN", 19))
     593         466 :         return (Node *) _readNamedTuplestoreScan();
     594      470622 :     if (MATCH("WORKTABLESCAN", 13))
     595        1012 :         return (Node *) _readWorkTableScan();
     596      469610 :     if (MATCH("FOREIGNSCAN", 11))
     597        2004 :         return (Node *) _readForeignScan();
     598      467606 :     if (MATCH("CUSTOMSCAN", 10))
     599           0 :         return (Node *) _readCustomScan();
     600      467606 :     if (MATCH("NESTLOOP", 8))
     601       94082 :         return (Node *) _readNestLoop();
     602      373524 :     if (MATCH("NESTLOOPPARAM", 13))
     603       52610 :         return (Node *) _readNestLoopParam();
     604      320914 :     if (MATCH("MERGEJOIN", 9))
     605        8172 :         return (Node *) _readMergeJoin();
     606      312742 :     if (MATCH("HASHJOIN", 8))
     607       34198 :         return (Node *) _readHashJoin();
     608      278544 :     if (MATCH("MATERIAL", 8))
     609        4538 :         return (Node *) _readMaterial();
     610      274006 :     if (MATCH("MEMOIZE", 7))
     611        1936 :         return (Node *) _readMemoize();
     612      272070 :     if (MATCH("SORT", 4))
     613       81840 :         return (Node *) _readSort();
     614      190230 :     if (MATCH("INCREMENTALSORT", 15))
     615        1010 :         return (Node *) _readIncrementalSort();
     616      189220 :     if (MATCH("GROUP", 5))
     617         246 :         return (Node *) _readGroup();
     618      188974 :     if (MATCH("AGG", 3))
     619       44190 :         return (Node *) _readAgg();
     620      144784 :     if (MATCH("WINDOWAGG", 9))
     621        2546 :         return (Node *) _readWindowAgg();
     622      142238 :     if (MATCH("UNIQUE", 6))
     623        5512 :         return (Node *) _readUnique();
     624      136726 :     if (MATCH("GATHER", 6))
     625        1078 :         return (Node *) _readGather();
     626      135648 :     if (MATCH("GATHERMERGE", 11))
     627         330 :         return (Node *) _readGatherMerge();
     628      135318 :     if (MATCH("HASH", 4))
     629       34198 :         return (Node *) _readHash();
     630      101120 :     if (MATCH("SETOP", 5))
     631         662 :         return (Node *) _readSetOp();
     632      100458 :     if (MATCH("LOCKROWS", 8))
     633        7734 :         return (Node *) _readLockRows();
     634       92724 :     if (MATCH("LIMIT", 5))
     635        4818 :         return (Node *) _readLimit();
     636       87906 :     if (MATCH("PLANROWMARK", 11))
     637       25984 :         return (Node *) _readPlanRowMark();
     638       61922 :     if (MATCH("PARTITIONPRUNEINFO", 18))
     639         680 :         return (Node *) _readPartitionPruneInfo();
     640       61242 :     if (MATCH("PARTITIONEDRELPRUNEINFO", 23))
     641        1370 :         return (Node *) _readPartitionedRelPruneInfo();
     642       59872 :     if (MATCH("PARTITIONPRUNESTEPOP", 20))
     643        1148 :         return (Node *) _readPartitionPruneStepOp();
     644       58724 :     if (MATCH("PARTITIONPRUNESTEPCOMBINE", 25))
     645         218 :         return (Node *) _readPartitionPruneStepCombine();
     646       58506 :     if (MATCH("PLANINVALITEM", 13))
     647       58506 :         return (Node *) _readPlanInvalItem();
     648           0 :     if (MATCH("EXTENSIBLENODE", 14))
     649           0 :         return (Node *) _readExtensibleNode();

Generated by: LCOV version 1.16