LCOV - code coverage report
Current view: top level - src/backend/nodes - readfuncs.switch.c (source / functions) Hit Total Coverage
Test: PostgreSQL 19devel Lines: 630 638 98.7 %
Date: 2026-02-07 10:18:48 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-2026, 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    53550846 :     if (MATCH("ALIAS", 5))
      19     2998558 :         return (Node *) _readAlias();
      20    50552288 :     if (MATCH("RANGEVAR", 8))
      21      893834 :         return (Node *) _readRangeVar();
      22    49658454 :     if (MATCH("TABLEFUNC", 9))
      23        1488 :         return (Node *) _readTableFunc();
      24    49656966 :     if (MATCH("INTOCLAUSE", 10))
      25        4008 :         return (Node *) _readIntoClause();
      26    49652958 :     if (MATCH("VAR", 3))
      27    14382750 :         return (Node *) _readVar();
      28    35270208 :     if (MATCH("CONST", 5))
      29     3204094 :         return (Node *) _readConst();
      30    32066114 :     if (MATCH("PARAM", 5))
      31      333562 :         return (Node *) _readParam();
      32    31732552 :     if (MATCH("AGGREF", 6))
      33      112956 :         return (Node *) _readAggref();
      34    31619596 :     if (MATCH("GROUPINGFUNC", 12))
      35        1114 :         return (Node *) _readGroupingFunc();
      36    31618482 :     if (MATCH("WINDOWFUNC", 10))
      37        7984 :         return (Node *) _readWindowFunc();
      38    31610498 :     if (MATCH("WINDOWFUNCRUNCONDITION", 22))
      39         360 :         return (Node *) _readWindowFuncRunCondition();
      40    31610138 :     if (MATCH("MERGESUPPORTFUNC", 16))
      41         856 :         return (Node *) _readMergeSupportFunc();
      42    31609282 :     if (MATCH("SUBSCRIPTINGREF", 15))
      43       37992 :         return (Node *) _readSubscriptingRef();
      44    31571290 :     if (MATCH("FUNCEXPR", 8))
      45     1010140 :         return (Node *) _readFuncExpr();
      46    30561150 :     if (MATCH("NAMEDARGEXPR", 12))
      47       95032 :         return (Node *) _readNamedArgExpr();
      48    30466118 :     if (MATCH("OPEXPR", 6))
      49     1658302 :         return (Node *) _readOpExpr();
      50    28807816 :     if (MATCH("DISTINCTEXPR", 12))
      51        2206 :         return (Node *) _readDistinctExpr();
      52    28805610 :     if (MATCH("NULLIFEXPR", 10))
      53        1140 :         return (Node *) _readNullIfExpr();
      54    28804470 :     if (MATCH("SCALARARRAYOPEXPR", 17))
      55       81232 :         return (Node *) _readScalarArrayOpExpr();
      56    28723238 :     if (MATCH("BOOLEXPR", 8))
      57      406382 :         return (Node *) _readBoolExpr();
      58    28316856 :     if (MATCH("SUBLINK", 7))
      59      105348 :         return (Node *) _readSubLink();
      60    28211508 :     if (MATCH("SUBPLAN", 7))
      61       43424 :         return (Node *) _readSubPlan();
      62    28168084 :     if (MATCH("ALTERNATIVESUBPLAN", 18))
      63           0 :         return (Node *) _readAlternativeSubPlan();
      64    28168084 :     if (MATCH("FIELDSELECT", 11))
      65       32546 :         return (Node *) _readFieldSelect();
      66    28135538 :     if (MATCH("FIELDSTORE", 10))
      67        1106 :         return (Node *) _readFieldStore();
      68    28134432 :     if (MATCH("RELABELTYPE", 11))
      69      275466 :         return (Node *) _readRelabelType();
      70    27858966 :     if (MATCH("COERCEVIAIO", 11))
      71       54782 :         return (Node *) _readCoerceViaIO();
      72    27804184 :     if (MATCH("ARRAYCOERCEEXPR", 15))
      73       11098 :         return (Node *) _readArrayCoerceExpr();
      74    27793086 :     if (MATCH("CONVERTROWTYPEEXPR", 18))
      75         870 :         return (Node *) _readConvertRowtypeExpr();
      76    27792216 :     if (MATCH("COLLATEEXPR", 11))
      77        9510 :         return (Node *) _readCollateExpr();
      78    27782706 :     if (MATCH("CASEEXPR", 8))
      79      149696 :         return (Node *) _readCaseExpr();
      80    27633010 :     if (MATCH("CASEWHEN", 8))
      81      288534 :         return (Node *) _readCaseWhen();
      82    27344476 :     if (MATCH("CASETESTEXPR", 12))
      83       66380 :         return (Node *) _readCaseTestExpr();
      84    27278096 :     if (MATCH("ARRAYEXPR", 9))
      85       39312 :         return (Node *) _readArrayExpr();
      86    27238784 :     if (MATCH("ROWEXPR", 7))
      87       13608 :         return (Node *) _readRowExpr();
      88    27225176 :     if (MATCH("ROWCOMPAREEXPR", 14))
      89         744 :         return (Node *) _readRowCompareExpr();
      90    27224432 :     if (MATCH("COALESCEEXPR", 12))
      91       19728 :         return (Node *) _readCoalesceExpr();
      92    27204704 :     if (MATCH("MINMAXEXPR", 10))
      93         966 :         return (Node *) _readMinMaxExpr();
      94    27203738 :     if (MATCH("SQLVALUEFUNCTION", 16))
      95       13802 :         return (Node *) _readSQLValueFunction();
      96    27189936 :     if (MATCH("XMLEXPR", 7))
      97        2502 :         return (Node *) _readXmlExpr();
      98    27187434 :     if (MATCH("JSONFORMAT", 10))
      99       24838 :         return (Node *) _readJsonFormat();
     100    27162596 :     if (MATCH("JSONRETURNING", 13))
     101       10538 :         return (Node *) _readJsonReturning();
     102    27152058 :     if (MATCH("JSONVALUEEXPR", 13))
     103        6470 :         return (Node *) _readJsonValueExpr();
     104    27145588 :     if (MATCH("JSONCONSTRUCTOREXPR", 19))
     105        2822 :         return (Node *) _readJsonConstructorExpr();
     106    27142766 :     if (MATCH("JSONISPREDICATE", 15))
     107        1128 :         return (Node *) _readJsonIsPredicate();
     108    27141638 :     if (MATCH("JSONBEHAVIOR", 12))
     109       11910 :         return (Node *) _readJsonBehavior();
     110    27129728 :     if (MATCH("JSONEXPR", 8))
     111        6176 :         return (Node *) _readJsonExpr();
     112    27123552 :     if (MATCH("JSONTABLEPATH", 13))
     113        1568 :         return (Node *) _readJsonTablePath();
     114    27121984 :     if (MATCH("JSONTABLEPATHSCAN", 17))
     115        1568 :         return (Node *) _readJsonTablePathScan();
     116    27120416 :     if (MATCH("JSONTABLESIBLINGJOIN", 20))
     117         210 :         return (Node *) _readJsonTableSiblingJoin();
     118    27120206 :     if (MATCH("NULLTEST", 8))
     119       57978 :         return (Node *) _readNullTest();
     120    27062228 :     if (MATCH("BOOLEANTEST", 11))
     121        3912 :         return (Node *) _readBooleanTest();
     122    27058316 :     if (MATCH("MERGEACTION", 11))
     123        6784 :         return (Node *) _readMergeAction();
     124    27051532 :     if (MATCH("COERCETODOMAIN", 14))
     125      143048 :         return (Node *) _readCoerceToDomain();
     126    26908484 :     if (MATCH("COERCETODOMAINVALUE", 19))
     127        1982 :         return (Node *) _readCoerceToDomainValue();
     128    26906502 :     if (MATCH("SETTODEFAULT", 12))
     129        1818 :         return (Node *) _readSetToDefault();
     130    26904684 :     if (MATCH("CURRENTOFEXPR", 13))
     131         902 :         return (Node *) _readCurrentOfExpr();
     132    26903782 :     if (MATCH("NEXTVALUEEXPR", 13))
     133         888 :         return (Node *) _readNextValueExpr();
     134    26902894 :     if (MATCH("INFERENCEELEM", 13))
     135        1974 :         return (Node *) _readInferenceElem();
     136    26900920 :     if (MATCH("RETURNINGEXPR", 13))
     137        1158 :         return (Node *) _readReturningExpr();
     138    26899762 :     if (MATCH("TARGETENTRY", 11))
     139     7785314 :         return (Node *) _readTargetEntry();
     140    19114448 :     if (MATCH("RANGETBLREF", 11))
     141      687502 :         return (Node *) _readRangeTblRef();
     142    18426946 :     if (MATCH("JOINEXPR", 8))
     143      231000 :         return (Node *) _readJoinExpr();
     144    18195946 :     if (MATCH("FROMEXPR", 8))
     145      666134 :         return (Node *) _readFromExpr();
     146    17529812 :     if (MATCH("ONCONFLICTEXPR", 14))
     147        1970 :         return (Node *) _readOnConflictExpr();
     148    17527842 :     if (MATCH("QUERY", 5))
     149     1075414 :         return (Node *) _readQuery();
     150    16452428 :     if (MATCH("TYPENAME", 8))
     151      854542 :         return (Node *) _readTypeName();
     152    15597886 :     if (MATCH("COLUMNREF", 9))
     153     2127618 :         return (Node *) _readColumnRef();
     154    13470268 :     if (MATCH("PARAMREF", 8))
     155       55416 :         return (Node *) _readParamRef();
     156    13414852 :     if (MATCH("A_EXPR", 6))
     157      673560 :         return (Node *) _readA_Expr();
     158    12741292 :     if (MATCH("A_CONST", 7))
     159     1495926 :         return (Node *) _readA_Const();
     160    11245366 :     if (MATCH("TYPECAST", 8))
     161      382380 :         return (Node *) _readTypeCast();
     162    10862986 :     if (MATCH("COLLATECLAUSE", 13))
     163       11204 :         return (Node *) _readCollateClause();
     164    10851782 :     if (MATCH("ROLESPEC", 8))
     165       62116 :         return (Node *) _readRoleSpec();
     166    10789666 :     if (MATCH("FUNCCALL", 8))
     167      426494 :         return (Node *) _readFuncCall();
     168    10363172 :     if (MATCH("A_STAR", 6))
     169       72962 :         return (Node *) _readA_Star();
     170    10290210 :     if (MATCH("A_INDICES", 9))
     171       15402 :         return (Node *) _readA_Indices();
     172    10274808 :     if (MATCH("A_INDIRECTION", 13))
     173       36500 :         return (Node *) _readA_Indirection();
     174    10238308 :     if (MATCH("A_ARRAYEXPR", 11))
     175        7180 :         return (Node *) _readA_ArrayExpr();
     176    10231128 :     if (MATCH("RESTARGET", 9))
     177     1350062 :         return (Node *) _readResTarget();
     178     8881066 :     if (MATCH("MULTIASSIGNREF", 14))
     179         402 :         return (Node *) _readMultiAssignRef();
     180     8880664 :     if (MATCH("SORTBY", 6))
     181      112680 :         return (Node *) _readSortBy();
     182     8767984 :     if (MATCH("WINDOWDEF", 9))
     183        4766 :         return (Node *) _readWindowDef();
     184     8763218 :     if (MATCH("RANGESUBSELECT", 14))
     185       24970 :         return (Node *) _readRangeSubselect();
     186     8738248 :     if (MATCH("RANGEFUNCTION", 13))
     187       54360 :         return (Node *) _readRangeFunction();
     188     8683888 :     if (MATCH("RANGETABLEFUNC", 14))
     189         254 :         return (Node *) _readRangeTableFunc();
     190     8683634 :     if (MATCH("RANGETABLEFUNCCOL", 17))
     191         882 :         return (Node *) _readRangeTableFuncCol();
     192     8682752 :     if (MATCH("RANGETABLESAMPLE", 16))
     193         292 :         return (Node *) _readRangeTableSample();
     194     8682460 :     if (MATCH("COLUMNDEF", 9))
     195      148554 :         return (Node *) _readColumnDef();
     196     8533906 :     if (MATCH("TABLELIKECLAUSE", 15))
     197        1572 :         return (Node *) _readTableLikeClause();
     198     8532334 :     if (MATCH("INDEXELEM", 9))
     199       19836 :         return (Node *) _readIndexElem();
     200     8512498 :     if (MATCH("DEFELEM", 7))
     201      372782 :         return (Node *) _readDefElem();
     202     8139716 :     if (MATCH("LOCKINGCLAUSE", 13))
     203        7780 :         return (Node *) _readLockingClause();
     204     8131936 :     if (MATCH("XMLSERIALIZE", 12))
     205         250 :         return (Node *) _readXmlSerialize();
     206     8131686 :     if (MATCH("PARTITIONELEM", 13))
     207       12180 :         return (Node *) _readPartitionElem();
     208     8119506 :     if (MATCH("PARTITIONSPEC", 13))
     209       11208 :         return (Node *) _readPartitionSpec();
     210     8108298 :     if (MATCH("PARTITIONBOUNDSPEC", 18))
     211       74808 :         return (Node *) _readPartitionBoundSpec();
     212     8033490 :     if (MATCH("PARTITIONRANGEDATUM", 19))
     213       60748 :         return (Node *) _readPartitionRangeDatum();
     214     7972742 :     if (MATCH("SINGLEPARTITIONSPEC", 19))
     215        2208 :         return (Node *) _readSinglePartitionSpec();
     216     7970534 :     if (MATCH("PARTITIONCMD", 12))
     217        8470 :         return (Node *) _readPartitionCmd();
     218     7962064 :     if (MATCH("RANGETBLENTRY", 13))
     219     1906530 :         return (Node *) _readRangeTblEntry();
     220     6055534 :     if (MATCH("RTEPERMISSIONINFO", 17))
     221     1112538 :         return (Node *) _readRTEPermissionInfo();
     222     4942996 :     if (MATCH("RANGETBLFUNCTION", 16))
     223      120412 :         return (Node *) _readRangeTblFunction();
     224     4822584 :     if (MATCH("TABLESAMPLECLAUSE", 17))
     225         614 :         return (Node *) _readTableSampleClause();
     226     4821970 :     if (MATCH("WITHCHECKOPTION", 15))
     227        5742 :         return (Node *) _readWithCheckOption();
     228     4816228 :     if (MATCH("SORTGROUPCLAUSE", 15))
     229      171424 :         return (Node *) _readSortGroupClause();
     230     4644804 :     if (MATCH("GROUPINGSET", 11))
     231        4998 :         return (Node *) _readGroupingSet();
     232     4639806 :     if (MATCH("WINDOWCLAUSE", 12))
     233        3280 :         return (Node *) _readWindowClause();
     234     4636526 :     if (MATCH("ROWMARKCLAUSE", 13))
     235       11168 :         return (Node *) _readRowMarkClause();
     236     4625358 :     if (MATCH("WITHCLAUSE", 10))
     237        3536 :         return (Node *) _readWithClause();
     238     4621822 :     if (MATCH("INFERCLAUSE", 11))
     239        1754 :         return (Node *) _readInferClause();
     240     4620068 :     if (MATCH("ONCONFLICTCLAUSE", 16))
     241        2012 :         return (Node *) _readOnConflictClause();
     242     4618056 :     if (MATCH("CTESEARCHCLAUSE", 15))
     243         228 :         return (Node *) _readCTESearchClause();
     244     4617828 :     if (MATCH("CTECYCLECLAUSE", 14))
     245         246 :         return (Node *) _readCTECycleClause();
     246     4617582 :     if (MATCH("COMMONTABLEEXPR", 15))
     247        9482 :         return (Node *) _readCommonTableExpr();
     248     4608100 :     if (MATCH("MERGEWHENCLAUSE", 15))
     249        3154 :         return (Node *) _readMergeWhenClause();
     250     4604946 :     if (MATCH("RETURNINGOPTION", 15))
     251         150 :         return (Node *) _readReturningOption();
     252     4604796 :     if (MATCH("RETURNINGCLAUSE", 15))
     253        3406 :         return (Node *) _readReturningClause();
     254     4601390 :     if (MATCH("TRIGGERTRANSITION", 17))
     255        1212 :         return (Node *) _readTriggerTransition();
     256     4600178 :     if (MATCH("JSONOUTPUT", 10))
     257        1540 :         return (Node *) _readJsonOutput();
     258     4598638 :     if (MATCH("JSONARGUMENT", 12))
     259         630 :         return (Node *) _readJsonArgument();
     260     4598008 :     if (MATCH("JSONFUNCEXPR", 12))
     261        2052 :         return (Node *) _readJsonFuncExpr();
     262     4595956 :     if (MATCH("JSONTABLEPATHSPEC", 17))
     263        1984 :         return (Node *) _readJsonTablePathSpec();
     264     4593972 :     if (MATCH("JSONTABLE", 9))
     265         602 :         return (Node *) _readJsonTable();
     266     4593370 :     if (MATCH("JSONTABLECOLUMN", 15))
     267        1660 :         return (Node *) _readJsonTableColumn();
     268     4591710 :     if (MATCH("JSONKEYVALUE", 12))
     269         826 :         return (Node *) _readJsonKeyValue();
     270     4590884 :     if (MATCH("JSONPARSEEXPR", 13))
     271         164 :         return (Node *) _readJsonParseExpr();
     272     4590720 :     if (MATCH("JSONSCALAREXPR", 14))
     273         112 :         return (Node *) _readJsonScalarExpr();
     274     4590608 :     if (MATCH("JSONSERIALIZEEXPR", 17))
     275         108 :         return (Node *) _readJsonSerializeExpr();
     276     4590500 :     if (MATCH("JSONOBJECTCONSTRUCTOR", 21))
     277         446 :         return (Node *) _readJsonObjectConstructor();
     278     4590054 :     if (MATCH("JSONARRAYCONSTRUCTOR", 20))
     279         212 :         return (Node *) _readJsonArrayConstructor();
     280     4589842 :     if (MATCH("JSONARRAYQUERYCONSTRUCTOR", 25))
     281          66 :         return (Node *) _readJsonArrayQueryConstructor();
     282     4589776 :     if (MATCH("JSONAGGCONSTRUCTOR", 18))
     283         372 :         return (Node *) _readJsonAggConstructor();
     284     4589404 :     if (MATCH("JSONOBJECTAGG", 13))
     285         210 :         return (Node *) _readJsonObjectAgg();
     286     4589194 :     if (MATCH("JSONARRAYAGG", 12))
     287         162 :         return (Node *) _readJsonArrayAgg();
     288     4589032 :     if (MATCH("RAWSTMT", 7))
     289      766676 :         return (Node *) _readRawStmt();
     290     3822356 :     if (MATCH("INSERTSTMT", 10))
     291       69420 :         return (Node *) _readInsertStmt();
     292     3752936 :     if (MATCH("DELETESTMT", 10))
     293        4544 :         return (Node *) _readDeleteStmt();
     294     3748392 :     if (MATCH("UPDATESTMT", 10))
     295       14508 :         return (Node *) _readUpdateStmt();
     296     3733884 :     if (MATCH("MERGESTMT", 9))
     297        2056 :         return (Node *) _readMergeStmt();
     298     3731828 :     if (MATCH("SELECTSTMT", 10))
     299      536566 :         return (Node *) _readSelectStmt();
     300     3195262 :     if (MATCH("SETOPERATIONSTMT", 16))
     301       31598 :         return (Node *) _readSetOperationStmt();
     302     3163664 :     if (MATCH("RETURNSTMT", 10))
     303        9964 :         return (Node *) _readReturnStmt();
     304     3153700 :     if (MATCH("PLASSIGNSTMT", 12))
     305           0 :         return (Node *) _readPLAssignStmt();
     306     3153700 :     if (MATCH("CREATESCHEMASTMT", 16))
     307        2250 :         return (Node *) _readCreateSchemaStmt();
     308     3151450 :     if (MATCH("ALTERTABLESTMT", 14))
     309       63968 :         return (Node *) _readAlterTableStmt();
     310     3087482 :     if (MATCH("ALTERTABLECMD", 13))
     311       65984 :         return (Node *) _readAlterTableCmd();
     312     3021498 :     if (MATCH("ATALTERCONSTRAINT", 17))
     313         600 :         return (Node *) _readATAlterConstraint();
     314     3020898 :     if (MATCH("REPLICAIDENTITYSTMT", 19))
     315         988 :         return (Node *) _readReplicaIdentityStmt();
     316     3019910 :     if (MATCH("ALTERCOLLATIONSTMT", 18))
     317          12 :         return (Node *) _readAlterCollationStmt();
     318     3019898 :     if (MATCH("ALTERDOMAINSTMT", 15))
     319         580 :         return (Node *) _readAlterDomainStmt();
     320     3019318 :     if (MATCH("GRANTSTMT", 9))
     321       43110 :         return (Node *) _readGrantStmt();
     322     2976208 :     if (MATCH("OBJECTWITHARGS", 14))
     323       44734 :         return (Node *) _readObjectWithArgs();
     324     2931474 :     if (MATCH("ACCESSPRIV", 10))
     325       40298 :         return (Node *) _readAccessPriv();
     326     2891176 :     if (MATCH("GRANTROLESTMT", 13))
     327        1824 :         return (Node *) _readGrantRoleStmt();
     328     2889352 :     if (MATCH("ALTERDEFAULTPRIVILEGESSTMT", 26))
     329         412 :         return (Node *) _readAlterDefaultPrivilegesStmt();
     330     2888940 :     if (MATCH("COPYSTMT", 8))
     331       22880 :         return (Node *) _readCopyStmt();
     332     2866060 :     if (MATCH("VARIABLESETSTMT", 15))
     333       61030 :         return (Node *) _readVariableSetStmt();
     334     2805030 :     if (MATCH("VARIABLESHOWSTMT", 16))
     335        1740 :         return (Node *) _readVariableShowStmt();
     336     2803290 :     if (MATCH("CREATESTMT", 10))
     337       80110 :         return (Node *) _readCreateStmt();
     338     2723180 :     if (MATCH("CONSTRAINT", 10))
     339       74320 :         return (Node *) _readConstraint();
     340     2648860 :     if (MATCH("CREATETABLESPACESTMT", 20))
     341         264 :         return (Node *) _readCreateTableSpaceStmt();
     342     2648596 :     if (MATCH("DROPTABLESPACESTMT", 18))
     343         128 :         return (Node *) _readDropTableSpaceStmt();
     344     2648468 :     if (MATCH("ALTERTABLESPACEOPTIONSSTMT", 26))
     345          48 :         return (Node *) _readAlterTableSpaceOptionsStmt();
     346     2648420 :     if (MATCH("ALTERTABLEMOVEALLSTMT", 21))
     347          60 :         return (Node *) _readAlterTableMoveAllStmt();
     348     2648360 :     if (MATCH("CREATEEXTENSIONSTMT", 19))
     349        1160 :         return (Node *) _readCreateExtensionStmt();
     350     2647200 :     if (MATCH("ALTEREXTENSIONSTMT", 18))
     351          74 :         return (Node *) _readAlterExtensionStmt();
     352     2647126 :     if (MATCH("ALTEREXTENSIONCONTENTSSTMT", 26))
     353         508 :         return (Node *) _readAlterExtensionContentsStmt();
     354     2646618 :     if (MATCH("CREATEFDWSTMT", 13))
     355         412 :         return (Node *) _readCreateFdwStmt();
     356     2646206 :     if (MATCH("ALTERFDWSTMT", 12))
     357         244 :         return (Node *) _readAlterFdwStmt();
     358     2645962 :     if (MATCH("CREATEFOREIGNSERVERSTMT", 23))
     359         594 :         return (Node *) _readCreateForeignServerStmt();
     360     2645368 :     if (MATCH("ALTERFOREIGNSERVERSTMT", 22))
     361         464 :         return (Node *) _readAlterForeignServerStmt();
     362     2644904 :     if (MATCH("CREATEFOREIGNTABLESTMT", 22))
     363         976 :         return (Node *) _readCreateForeignTableStmt();
     364     2643928 :     if (MATCH("CREATEUSERMAPPINGSTMT", 21))
     365         520 :         return (Node *) _readCreateUserMappingStmt();
     366     2643408 :     if (MATCH("ALTERUSERMAPPINGSTMT", 20))
     367         236 :         return (Node *) _readAlterUserMappingStmt();
     368     2643172 :     if (MATCH("DROPUSERMAPPINGSTMT", 19))
     369         252 :         return (Node *) _readDropUserMappingStmt();
     370     2642920 :     if (MATCH("IMPORTFOREIGNSCHEMASTMT", 23))
     371          96 :         return (Node *) _readImportForeignSchemaStmt();
     372     2642824 :     if (MATCH("CREATEPOLICYSTMT", 16))
     373        1544 :         return (Node *) _readCreatePolicyStmt();
     374     2641280 :     if (MATCH("ALTERPOLICYSTMT", 15))
     375         168 :         return (Node *) _readAlterPolicyStmt();
     376     2641112 :     if (MATCH("CREATEAMSTMT", 12))
     377         148 :         return (Node *) _readCreateAmStmt();
     378     2640964 :     if (MATCH("CREATETRIGSTMT", 14))
     379        6584 :         return (Node *) _readCreateTrigStmt();
     380     2634380 :     if (MATCH("CREATEEVENTTRIGSTMT", 19))
     381         400 :         return (Node *) _readCreateEventTrigStmt();
     382     2633980 :     if (MATCH("ALTEREVENTTRIGSTMT", 18))
     383          96 :         return (Node *) _readAlterEventTrigStmt();
     384     2633884 :     if (MATCH("CREATEPLANGSTMT", 15))
     385         288 :         return (Node *) _readCreatePLangStmt();
     386     2633596 :     if (MATCH("CREATEROLESTMT", 14))
     387        3828 :         return (Node *) _readCreateRoleStmt();
     388     2629768 :     if (MATCH("ALTERROLESTMT", 13))
     389         956 :         return (Node *) _readAlterRoleStmt();
     390     2628812 :     if (MATCH("ALTERROLESETSTMT", 16))
     391         188 :         return (Node *) _readAlterRoleSetStmt();
     392     2628624 :     if (MATCH("DROPROLESTMT", 12))
     393        3532 :         return (Node *) _readDropRoleStmt();
     394     2625092 :     if (MATCH("CREATESEQSTMT", 13))
     395        1432 :         return (Node *) _readCreateSeqStmt();
     396     2623660 :     if (MATCH("ALTERSEQSTMT", 12))
     397         400 :         return (Node *) _readAlterSeqStmt();
     398     2623260 :     if (MATCH("DEFINESTMT", 10))
     399       19576 :         return (Node *) _readDefineStmt();
     400     2603684 :     if (MATCH("CREATEDOMAINSTMT", 16))
     401        2948 :         return (Node *) _readCreateDomainStmt();
     402     2600736 :     if (MATCH("CREATEOPCLASSSTMT", 17))
     403        1112 :         return (Node *) _readCreateOpClassStmt();
     404     2599624 :     if (MATCH("CREATEOPCLASSITEM", 17))
     405       13788 :         return (Node *) _readCreateOpClassItem();
     406     2585836 :     if (MATCH("CREATEOPFAMILYSTMT", 18))
     407         296 :         return (Node *) _readCreateOpFamilyStmt();
     408     2585540 :     if (MATCH("ALTEROPFAMILYSTMT", 17))
     409         916 :         return (Node *) _readAlterOpFamilyStmt();
     410     2584624 :     if (MATCH("DROPSTMT", 8))
     411       53518 :         return (Node *) _readDropStmt();
     412     2531106 :     if (MATCH("TRUNCATESTMT", 12))
     413        3638 :         return (Node *) _readTruncateStmt();
     414     2527468 :     if (MATCH("COMMENTSTMT", 11))
     415       15260 :         return (Node *) _readCommentStmt();
     416     2512208 :     if (MATCH("SECLABELSTMT", 12))
     417         236 :         return (Node *) _readSecLabelStmt();
     418     2511972 :     if (MATCH("DECLARECURSORSTMT", 17))
     419        7456 :         return (Node *) _readDeclareCursorStmt();
     420     2504516 :     if (MATCH("CLOSEPORTALSTMT", 15))
     421        4504 :         return (Node *) _readClosePortalStmt();
     422     2500012 :     if (MATCH("FETCHSTMT", 9))
     423       13698 :         return (Node *) _readFetchStmt();
     424     2486314 :     if (MATCH("INDEXSTMT", 9))
     425       13134 :         return (Node *) _readIndexStmt();
     426     2473180 :     if (MATCH("CREATESTATSSTMT", 15))
     427        1718 :         return (Node *) _readCreateStatsStmt();
     428     2471462 :     if (MATCH("STATSELEM", 9))
     429        4028 :         return (Node *) _readStatsElem();
     430     2467434 :     if (MATCH("ALTERSTATSSTMT", 14))
     431          52 :         return (Node *) _readAlterStatsStmt();
     432     2467382 :     if (MATCH("CREATEFUNCTIONSTMT", 18))
     433       52064 :         return (Node *) _readCreateFunctionStmt();
     434     2415318 :     if (MATCH("FUNCTIONPARAMETER", 17))
     435      160782 :         return (Node *) _readFunctionParameter();
     436     2254536 :     if (MATCH("ALTERFUNCTIONSTMT", 17))
     437         716 :         return (Node *) _readAlterFunctionStmt();
     438     2253820 :     if (MATCH("DOSTMT", 6))
     439        2240 :         return (Node *) _readDoStmt();
     440     2251580 :     if (MATCH("CALLSTMT", 8))
     441         914 :         return (Node *) _readCallStmt();
     442     2250666 :     if (MATCH("RENAMESTMT", 10))
     443        2856 :         return (Node *) _readRenameStmt();
     444     2247810 :     if (MATCH("ALTEROBJECTDEPENDSSTMT", 22))
     445          92 :         return (Node *) _readAlterObjectDependsStmt();
     446     2247718 :     if (MATCH("ALTEROBJECTSCHEMASTMT", 21))
     447         796 :         return (Node *) _readAlterObjectSchemaStmt();
     448     2246922 :     if (MATCH("ALTEROWNERSTMT", 14))
     449        3358 :         return (Node *) _readAlterOwnerStmt();
     450     2243564 :     if (MATCH("ALTEROPERATORSTMT", 17))
     451        1216 :         return (Node *) _readAlterOperatorStmt();
     452     2242348 :     if (MATCH("ALTERTYPESTMT", 13))
     453         120 :         return (Node *) _readAlterTypeStmt();
     454     2242228 :     if (MATCH("RULESTMT", 8))
     455        2204 :         return (Node *) _readRuleStmt();
     456     2240024 :     if (MATCH("NOTIFYSTMT", 10))
     457         456 :         return (Node *) _readNotifyStmt();
     458     2239568 :     if (MATCH("LISTENSTMT", 10))
     459         232 :         return (Node *) _readListenStmt();
     460     2239336 :     if (MATCH("UNLISTENSTMT", 12))
     461         312 :         return (Node *) _readUnlistenStmt();
     462     2239024 :     if (MATCH("TRANSACTIONSTMT", 15))
     463       97050 :         return (Node *) _readTransactionStmt();
     464     2141974 :     if (MATCH("COMPOSITETYPESTMT", 17))
     465        5224 :         return (Node *) _readCompositeTypeStmt();
     466     2136750 :     if (MATCH("CREATEENUMSTMT", 14))
     467         412 :         return (Node *) _readCreateEnumStmt();
     468     2136338 :     if (MATCH("CREATERANGESTMT", 15))
     469         368 :         return (Node *) _readCreateRangeStmt();
     470     2135970 :     if (MATCH("ALTERENUMSTMT", 13))
     471         792 :         return (Node *) _readAlterEnumStmt();
     472     2135178 :     if (MATCH("VIEWSTMT", 8))
     473       34716 :         return (Node *) _readViewStmt();
     474     2100462 :     if (MATCH("LOADSTMT", 8))
     475         128 :         return (Node *) _readLoadStmt();
     476     2100334 :     if (MATCH("CREATEDBSTMT", 12))
     477        1636 :         return (Node *) _readCreatedbStmt();
     478     2098698 :     if (MATCH("ALTERDATABASESTMT", 17))
     479         184 :         return (Node *) _readAlterDatabaseStmt();
     480     2098514 :     if (MATCH("ALTERDATABASEREFRESHCOLLSTMT", 28))
     481          12 :         return (Node *) _readAlterDatabaseRefreshCollStmt();
     482     2098502 :     if (MATCH("ALTERDATABASESETSTMT", 20))
     483        2520 :         return (Node *) _readAlterDatabaseSetStmt();
     484     2095982 :     if (MATCH("DROPDBSTMT", 10))
     485         260 :         return (Node *) _readDropdbStmt();
     486     2095722 :     if (MATCH("ALTERSYSTEMSTMT", 15))
     487         420 :         return (Node *) _readAlterSystemStmt();
     488     2095302 :     if (MATCH("CLUSTERSTMT", 11))
     489         464 :         return (Node *) _readClusterStmt();
     490     2094838 :     if (MATCH("VACUUMSTMT", 10))
     491       29426 :         return (Node *) _readVacuumStmt();
     492     2065412 :     if (MATCH("VACUUMRELATION", 14))
     493       29070 :         return (Node *) _readVacuumRelation();
     494     2036342 :     if (MATCH("EXPLAINSTMT", 11))
     495       41422 :         return (Node *) _readExplainStmt();
     496     1994920 :     if (MATCH("CREATETABLEASSTMT", 17))
     497        3882 :         return (Node *) _readCreateTableAsStmt();
     498     1991038 :     if (MATCH("REFRESHMATVIEWSTMT", 18))
     499         536 :         return (Node *) _readRefreshMatViewStmt();
     500     1990502 :     if (MATCH("CHECKPOINTSTMT", 14))
     501         506 :         return (Node *) _readCheckPointStmt();
     502     1989996 :     if (MATCH("DISCARDSTMT", 11))
     503          76 :         return (Node *) _readDiscardStmt();
     504     1989920 :     if (MATCH("LOCKSTMT", 8))
     505        2104 :         return (Node *) _readLockStmt();
     506     1987816 :     if (MATCH("CONSTRAINTSSETSTMT", 18))
     507         202 :         return (Node *) _readConstraintsSetStmt();
     508     1987614 :     if (MATCH("REINDEXSTMT", 11))
     509        2260 :         return (Node *) _readReindexStmt();
     510     1985354 :     if (MATCH("CREATECONVERSIONSTMT", 20))
     511         128 :         return (Node *) _readCreateConversionStmt();
     512     1985226 :     if (MATCH("CREATECASTSTMT", 14))
     513         556 :         return (Node *) _readCreateCastStmt();
     514     1984670 :     if (MATCH("CREATETRANSFORMSTMT", 19))
     515         100 :         return (Node *) _readCreateTransformStmt();
     516     1984570 :     if (MATCH("PREPARESTMT", 11))
     517        4028 :         return (Node *) _readPrepareStmt();
     518     1980542 :     if (MATCH("EXECUTESTMT", 11))
     519       33262 :         return (Node *) _readExecuteStmt();
     520     1947280 :     if (MATCH("DEALLOCATESTMT", 14))
     521        8204 :         return (Node *) _readDeallocateStmt();
     522     1939076 :     if (MATCH("DROPOWNEDSTMT", 13))
     523         292 :         return (Node *) _readDropOwnedStmt();
     524     1938784 :     if (MATCH("REASSIGNOWNEDSTMT", 17))
     525          92 :         return (Node *) _readReassignOwnedStmt();
     526     1938692 :     if (MATCH("ALTERTSDICTIONARYSTMT", 21))
     527          80 :         return (Node *) _readAlterTSDictionaryStmt();
     528     1938612 :     if (MATCH("ALTERTSCONFIGURATIONSTMT", 24))
     529       18708 :         return (Node *) _readAlterTSConfigurationStmt();
     530     1919904 :     if (MATCH("PUBLICATIONTABLE", 16))
     531        2876 :         return (Node *) _readPublicationTable();
     532     1917028 :     if (MATCH("PUBLICATIONOBJSPEC", 18))
     533        3668 :         return (Node *) _readPublicationObjSpec();
     534     1913360 :     if (MATCH("PUBLICATIONALLOBJSPEC", 21))
     535           0 :         return (Node *) _readPublicationAllObjSpec();
     536     1913360 :     if (MATCH("CREATEPUBLICATIONSTMT", 21))
     537        1792 :         return (Node *) _readCreatePublicationStmt();
     538     1911568 :     if (MATCH("ALTERPUBLICATIONSTMT", 20))
     539        2212 :         return (Node *) _readAlterPublicationStmt();
     540     1909356 :     if (MATCH("CREATESUBSCRIPTIONSTMT", 22))
     541         968 :         return (Node *) _readCreateSubscriptionStmt();
     542     1908388 :     if (MATCH("ALTERSUBSCRIPTIONSTMT", 21))
     543        1078 :         return (Node *) _readAlterSubscriptionStmt();
     544     1907310 :     if (MATCH("DROPSUBSCRIPTIONSTMT", 20))
     545         504 :         return (Node *) _readDropSubscriptionStmt();
     546     1906806 :     if (MATCH("WAITSTMT", 8))
     547         218 :         return (Node *) _readWaitStmt();
     548     1906588 :     if (MATCH("GROUPBYORDERING", 15))
     549           0 :         return (Node *) _readGroupByOrdering();
     550     1906588 :     if (MATCH("PLACEHOLDERVAR", 14))
     551           0 :         return (Node *) _readPlaceHolderVar();
     552     1906588 :     if (MATCH("APPENDRELINFO", 13))
     553       59206 :         return (Node *) _readAppendRelInfo();
     554     1847382 :     if (MATCH("PLANNEDSTMT", 11))
     555      461778 :         return (Node *) _readPlannedStmt();
     556     1385604 :     if (MATCH("RESULT", 6))
     557      212214 :         return (Node *) _readResult();
     558     1173390 :     if (MATCH("PROJECTSET", 10))
     559       12104 :         return (Node *) _readProjectSet();
     560     1161286 :     if (MATCH("MODIFYTABLE", 11))
     561       88986 :         return (Node *) _readModifyTable();
     562     1072300 :     if (MATCH("APPEND", 6))
     563       18538 :         return (Node *) _readAppend();
     564     1053762 :     if (MATCH("MERGEAPPEND", 11))
     565         574 :         return (Node *) _readMergeAppend();
     566     1053188 :     if (MATCH("RECURSIVEUNION", 14))
     567         936 :         return (Node *) _readRecursiveUnion();
     568     1052252 :     if (MATCH("BITMAPAND", 9))
     569         250 :         return (Node *) _readBitmapAnd();
     570     1052002 :     if (MATCH("BITMAPOR", 8))
     571         430 :         return (Node *) _readBitmapOr();
     572     1051572 :     if (MATCH("SEQSCAN", 7))
     573      227326 :         return (Node *) _readSeqScan();
     574      824246 :     if (MATCH("SAMPLESCAN", 10))
     575         306 :         return (Node *) _readSampleScan();
     576      823940 :     if (MATCH("INDEXSCAN", 9))
     577      145056 :         return (Node *) _readIndexScan();
     578      678884 :     if (MATCH("INDEXONLYSCAN", 13))
     579       18758 :         return (Node *) _readIndexOnlyScan();
     580      660126 :     if (MATCH("BITMAPINDEXSCAN", 15))
     581       26540 :         return (Node *) _readBitmapIndexScan();
     582      633586 :     if (MATCH("BITMAPHEAPSCAN", 14))
     583       25854 :         return (Node *) _readBitmapHeapScan();
     584      607732 :     if (MATCH("TIDSCAN", 7))
     585         752 :         return (Node *) _readTidScan();
     586      606980 :     if (MATCH("TIDRANGESCAN", 12))
     587        2100 :         return (Node *) _readTidRangeScan();
     588      604880 :     if (MATCH("SUBQUERYSCAN", 12))
     589       21806 :         return (Node *) _readSubqueryScan();
     590      583074 :     if (MATCH("FUNCTIONSCAN", 12))
     591       53306 :         return (Node *) _readFunctionScan();
     592      529768 :     if (MATCH("VALUESSCAN", 10))
     593        8516 :         return (Node *) _readValuesScan();
     594      521252 :     if (MATCH("TABLEFUNCSCAN", 13))
     595         626 :         return (Node *) _readTableFuncScan();
     596      520626 :     if (MATCH("CTESCAN", 7))
     597        4444 :         return (Node *) _readCteScan();
     598      516182 :     if (MATCH("NAMEDTUPLESTORESCAN", 19))
     599         482 :         return (Node *) _readNamedTuplestoreScan();
     600      515700 :     if (MATCH("WORKTABLESCAN", 13))
     601         936 :         return (Node *) _readWorkTableScan();
     602      514764 :     if (MATCH("FOREIGNSCAN", 11))
     603        2048 :         return (Node *) _readForeignScan();
     604      512716 :     if (MATCH("CUSTOMSCAN", 10))
     605           0 :         return (Node *) _readCustomScan();
     606      512716 :     if (MATCH("NESTLOOP", 8))
     607      100464 :         return (Node *) _readNestLoop();
     608      412252 :     if (MATCH("NESTLOOPPARAM", 13))
     609       56830 :         return (Node *) _readNestLoopParam();
     610      355422 :     if (MATCH("MERGEJOIN", 9))
     611        7832 :         return (Node *) _readMergeJoin();
     612      347590 :     if (MATCH("HASHJOIN", 8))
     613       37116 :         return (Node *) _readHashJoin();
     614      310474 :     if (MATCH("MATERIAL", 8))
     615        4582 :         return (Node *) _readMaterial();
     616      305892 :     if (MATCH("MEMOIZE", 7))
     617        2032 :         return (Node *) _readMemoize();
     618      303860 :     if (MATCH("SORT", 4))
     619       81320 :         return (Node *) _readSort();
     620      222540 :     if (MATCH("INCREMENTALSORT", 15))
     621        1022 :         return (Node *) _readIncrementalSort();
     622      221518 :     if (MATCH("GROUP", 5))
     623         246 :         return (Node *) _readGroup();
     624      221272 :     if (MATCH("AGG", 3))
     625       52386 :         return (Node *) _readAgg();
     626      168886 :     if (MATCH("WINDOWAGG", 9))
     627        2862 :         return (Node *) _readWindowAgg();
     628      166024 :     if (MATCH("UNIQUE", 6))
     629        5798 :         return (Node *) _readUnique();
     630      160226 :     if (MATCH("GATHER", 6))
     631        1146 :         return (Node *) _readGather();
     632      159080 :     if (MATCH("GATHERMERGE", 11))
     633         360 :         return (Node *) _readGatherMerge();
     634      158720 :     if (MATCH("HASH", 4))
     635       37116 :         return (Node *) _readHash();
     636      121604 :     if (MATCH("SETOP", 5))
     637         680 :         return (Node *) _readSetOp();
     638      120924 :     if (MATCH("LOCKROWS", 8))
     639       13554 :         return (Node *) _readLockRows();
     640      107370 :     if (MATCH("LIMIT", 5))
     641        5088 :         return (Node *) _readLimit();
     642      102282 :     if (MATCH("PLANROWMARK", 11))
     643       37980 :         return (Node *) _readPlanRowMark();
     644       64302 :     if (MATCH("PARTITIONPRUNEINFO", 18))
     645         692 :         return (Node *) _readPartitionPruneInfo();
     646       63610 :     if (MATCH("PARTITIONEDRELPRUNEINFO", 23))
     647        1388 :         return (Node *) _readPartitionedRelPruneInfo();
     648       62222 :     if (MATCH("PARTITIONPRUNESTEPOP", 20))
     649        1164 :         return (Node *) _readPartitionPruneStepOp();
     650       61058 :     if (MATCH("PARTITIONPRUNESTEPCOMBINE", 25))
     651         220 :         return (Node *) _readPartitionPruneStepCombine();
     652       60838 :     if (MATCH("PLANINVALITEM", 13))
     653       60838 :         return (Node *) _readPlanInvalItem();
     654           0 :     if (MATCH("EXTENSIBLENODE", 14))
     655           0 :         return (Node *) _readExtensibleNode();

Generated by: LCOV version 1.16