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-01-14 20:18:24 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    53227526 :     if (MATCH("ALIAS", 5))
      19     2980240 :         return (Node *) _readAlias();
      20    50247286 :     if (MATCH("RANGEVAR", 8))
      21      892268 :         return (Node *) _readRangeVar();
      22    49355018 :     if (MATCH("TABLEFUNC", 9))
      23        1488 :         return (Node *) _readTableFunc();
      24    49353530 :     if (MATCH("INTOCLAUSE", 10))
      25        4000 :         return (Node *) _readIntoClause();
      26    49349530 :     if (MATCH("VAR", 3))
      27    14253788 :         return (Node *) _readVar();
      28    35095742 :     if (MATCH("CONST", 5))
      29     3182420 :         return (Node *) _readConst();
      30    31913322 :     if (MATCH("PARAM", 5))
      31      332082 :         return (Node *) _readParam();
      32    31581240 :     if (MATCH("AGGREF", 6))
      33      110528 :         return (Node *) _readAggref();
      34    31470712 :     if (MATCH("GROUPINGFUNC", 12))
      35        1116 :         return (Node *) _readGroupingFunc();
      36    31469596 :     if (MATCH("WINDOWFUNC", 10))
      37        7778 :         return (Node *) _readWindowFunc();
      38    31461818 :     if (MATCH("WINDOWFUNCRUNCONDITION", 22))
      39         360 :         return (Node *) _readWindowFuncRunCondition();
      40    31461458 :     if (MATCH("MERGESUPPORTFUNC", 16))
      41         856 :         return (Node *) _readMergeSupportFunc();
      42    31460602 :     if (MATCH("SUBSCRIPTINGREF", 15))
      43       37820 :         return (Node *) _readSubscriptingRef();
      44    31422782 :     if (MATCH("FUNCEXPR", 8))
      45     1004950 :         return (Node *) _readFuncExpr();
      46    30417832 :     if (MATCH("NAMEDARGEXPR", 12))
      47       94192 :         return (Node *) _readNamedArgExpr();
      48    30323640 :     if (MATCH("OPEXPR", 6))
      49     1651714 :         return (Node *) _readOpExpr();
      50    28671926 :     if (MATCH("DISTINCTEXPR", 12))
      51        2194 :         return (Node *) _readDistinctExpr();
      52    28669732 :     if (MATCH("NULLIFEXPR", 10))
      53        1140 :         return (Node *) _readNullIfExpr();
      54    28668592 :     if (MATCH("SCALARARRAYOPEXPR", 17))
      55       81522 :         return (Node *) _readScalarArrayOpExpr();
      56    28587070 :     if (MATCH("BOOLEXPR", 8))
      57      402296 :         return (Node *) _readBoolExpr();
      58    28184774 :     if (MATCH("SUBLINK", 7))
      59      105158 :         return (Node *) _readSubLink();
      60    28079616 :     if (MATCH("SUBPLAN", 7))
      61       43356 :         return (Node *) _readSubPlan();
      62    28036260 :     if (MATCH("ALTERNATIVESUBPLAN", 18))
      63           0 :         return (Node *) _readAlternativeSubPlan();
      64    28036260 :     if (MATCH("FIELDSELECT", 11))
      65       31252 :         return (Node *) _readFieldSelect();
      66    28005008 :     if (MATCH("FIELDSTORE", 10))
      67        1106 :         return (Node *) _readFieldStore();
      68    28003902 :     if (MATCH("RELABELTYPE", 11))
      69      274508 :         return (Node *) _readRelabelType();
      70    27729394 :     if (MATCH("COERCEVIAIO", 11))
      71       54632 :         return (Node *) _readCoerceViaIO();
      72    27674762 :     if (MATCH("ARRAYCOERCEEXPR", 15))
      73       11100 :         return (Node *) _readArrayCoerceExpr();
      74    27663662 :     if (MATCH("CONVERTROWTYPEEXPR", 18))
      75         870 :         return (Node *) _readConvertRowtypeExpr();
      76    27662792 :     if (MATCH("COLLATEEXPR", 11))
      77        9504 :         return (Node *) _readCollateExpr();
      78    27653288 :     if (MATCH("CASEEXPR", 8))
      79      149424 :         return (Node *) _readCaseExpr();
      80    27503864 :     if (MATCH("CASEWHEN", 8))
      81      287692 :         return (Node *) _readCaseWhen();
      82    27216172 :     if (MATCH("CASETESTEXPR", 12))
      83       66442 :         return (Node *) _readCaseTestExpr();
      84    27149730 :     if (MATCH("ARRAYEXPR", 9))
      85       39464 :         return (Node *) _readArrayExpr();
      86    27110266 :     if (MATCH("ROWEXPR", 7))
      87       13588 :         return (Node *) _readRowExpr();
      88    27096678 :     if (MATCH("ROWCOMPAREEXPR", 14))
      89         744 :         return (Node *) _readRowCompareExpr();
      90    27095934 :     if (MATCH("COALESCEEXPR", 12))
      91       19736 :         return (Node *) _readCoalesceExpr();
      92    27076198 :     if (MATCH("MINMAXEXPR", 10))
      93         966 :         return (Node *) _readMinMaxExpr();
      94    27075232 :     if (MATCH("SQLVALUEFUNCTION", 16))
      95       13794 :         return (Node *) _readSQLValueFunction();
      96    27061438 :     if (MATCH("XMLEXPR", 7))
      97        2502 :         return (Node *) _readXmlExpr();
      98    27058936 :     if (MATCH("JSONFORMAT", 10))
      99       24838 :         return (Node *) _readJsonFormat();
     100    27034098 :     if (MATCH("JSONRETURNING", 13))
     101       10538 :         return (Node *) _readJsonReturning();
     102    27023560 :     if (MATCH("JSONVALUEEXPR", 13))
     103        6470 :         return (Node *) _readJsonValueExpr();
     104    27017090 :     if (MATCH("JSONCONSTRUCTOREXPR", 19))
     105        2822 :         return (Node *) _readJsonConstructorExpr();
     106    27014268 :     if (MATCH("JSONISPREDICATE", 15))
     107        1128 :         return (Node *) _readJsonIsPredicate();
     108    27013140 :     if (MATCH("JSONBEHAVIOR", 12))
     109       11910 :         return (Node *) _readJsonBehavior();
     110    27001230 :     if (MATCH("JSONEXPR", 8))
     111        6176 :         return (Node *) _readJsonExpr();
     112    26995054 :     if (MATCH("JSONTABLEPATH", 13))
     113        1568 :         return (Node *) _readJsonTablePath();
     114    26993486 :     if (MATCH("JSONTABLEPATHSCAN", 17))
     115        1568 :         return (Node *) _readJsonTablePathScan();
     116    26991918 :     if (MATCH("JSONTABLESIBLINGJOIN", 20))
     117         210 :         return (Node *) _readJsonTableSiblingJoin();
     118    26991708 :     if (MATCH("NULLTEST", 8))
     119       56568 :         return (Node *) _readNullTest();
     120    26935140 :     if (MATCH("BOOLEANTEST", 11))
     121        3606 :         return (Node *) _readBooleanTest();
     122    26931534 :     if (MATCH("MERGEACTION", 11))
     123        6756 :         return (Node *) _readMergeAction();
     124    26924778 :     if (MATCH("COERCETODOMAIN", 14))
     125      143084 :         return (Node *) _readCoerceToDomain();
     126    26781694 :     if (MATCH("COERCETODOMAINVALUE", 19))
     127        2062 :         return (Node *) _readCoerceToDomainValue();
     128    26779632 :     if (MATCH("SETTODEFAULT", 12))
     129        1822 :         return (Node *) _readSetToDefault();
     130    26777810 :     if (MATCH("CURRENTOFEXPR", 13))
     131         902 :         return (Node *) _readCurrentOfExpr();
     132    26776908 :     if (MATCH("NEXTVALUEEXPR", 13))
     133         892 :         return (Node *) _readNextValueExpr();
     134    26776016 :     if (MATCH("INFERENCEELEM", 13))
     135        1970 :         return (Node *) _readInferenceElem();
     136    26774046 :     if (MATCH("RETURNINGEXPR", 13))
     137        1158 :         return (Node *) _readReturningExpr();
     138    26772888 :     if (MATCH("TARGETENTRY", 11))
     139     7737588 :         return (Node *) _readTargetEntry();
     140    19035300 :     if (MATCH("RANGETBLREF", 11))
     141      683766 :         return (Node *) _readRangeTblRef();
     142    18351534 :     if (MATCH("JOINEXPR", 8))
     143      229332 :         return (Node *) _readJoinExpr();
     144    18122202 :     if (MATCH("FROMEXPR", 8))
     145      664120 :         return (Node *) _readFromExpr();
     146    17458082 :     if (MATCH("ONCONFLICTEXPR", 14))
     147        1966 :         return (Node *) _readOnConflictExpr();
     148    17456116 :     if (MATCH("QUERY", 5))
     149     1072008 :         return (Node *) _readQuery();
     150    16384108 :     if (MATCH("TYPENAME", 8))
     151      850266 :         return (Node *) _readTypeName();
     152    15533842 :     if (MATCH("COLUMNREF", 9))
     153     2122052 :         return (Node *) _readColumnRef();
     154    13411790 :     if (MATCH("PARAMREF", 8))
     155       55128 :         return (Node *) _readParamRef();
     156    13356662 :     if (MATCH("A_EXPR", 6))
     157      671914 :         return (Node *) _readA_Expr();
     158    12684748 :     if (MATCH("A_CONST", 7))
     159     1485488 :         return (Node *) _readA_Const();
     160    11199260 :     if (MATCH("TYPECAST", 8))
     161      379384 :         return (Node *) _readTypeCast();
     162    10819876 :     if (MATCH("COLLATECLAUSE", 13))
     163       11198 :         return (Node *) _readCollateClause();
     164    10808678 :     if (MATCH("ROLESPEC", 8))
     165       62064 :         return (Node *) _readRoleSpec();
     166    10746614 :     if (MATCH("FUNCCALL", 8))
     167      425050 :         return (Node *) _readFuncCall();
     168    10321564 :     if (MATCH("A_STAR", 6))
     169       72736 :         return (Node *) _readA_Star();
     170    10248828 :     if (MATCH("A_INDICES", 9))
     171       15356 :         return (Node *) _readA_Indices();
     172    10233472 :     if (MATCH("A_INDIRECTION", 13))
     173       36454 :         return (Node *) _readA_Indirection();
     174    10197018 :     if (MATCH("A_ARRAYEXPR", 11))
     175        7176 :         return (Node *) _readA_ArrayExpr();
     176    10189842 :     if (MATCH("RESTARGET", 9))
     177     1346874 :         return (Node *) _readResTarget();
     178     8842968 :     if (MATCH("MULTIASSIGNREF", 14))
     179         402 :         return (Node *) _readMultiAssignRef();
     180     8842566 :     if (MATCH("SORTBY", 6))
     181      112348 :         return (Node *) _readSortBy();
     182     8730218 :     if (MATCH("WINDOWDEF", 9))
     183        4666 :         return (Node *) _readWindowDef();
     184     8725552 :     if (MATCH("RANGESUBSELECT", 14))
     185       24922 :         return (Node *) _readRangeSubselect();
     186     8700630 :     if (MATCH("RANGEFUNCTION", 13))
     187       54158 :         return (Node *) _readRangeFunction();
     188     8646472 :     if (MATCH("RANGETABLEFUNC", 14))
     189         254 :         return (Node *) _readRangeTableFunc();
     190     8646218 :     if (MATCH("RANGETABLEFUNCCOL", 17))
     191         882 :         return (Node *) _readRangeTableFuncCol();
     192     8645336 :     if (MATCH("RANGETABLESAMPLE", 16))
     193         292 :         return (Node *) _readRangeTableSample();
     194     8645044 :     if (MATCH("COLUMNDEF", 9))
     195      148326 :         return (Node *) _readColumnDef();
     196     8496718 :     if (MATCH("TABLELIKECLAUSE", 15))
     197        1572 :         return (Node *) _readTableLikeClause();
     198     8495146 :     if (MATCH("INDEXELEM", 9))
     199       19920 :         return (Node *) _readIndexElem();
     200     8475226 :     if (MATCH("DEFELEM", 7))
     201      372224 :         return (Node *) _readDefElem();
     202     8103002 :     if (MATCH("LOCKINGCLAUSE", 13))
     203        7774 :         return (Node *) _readLockingClause();
     204     8095228 :     if (MATCH("XMLSERIALIZE", 12))
     205         250 :         return (Node *) _readXmlSerialize();
     206     8094978 :     if (MATCH("PARTITIONELEM", 13))
     207       12160 :         return (Node *) _readPartitionElem();
     208     8082818 :     if (MATCH("PARTITIONSPEC", 13))
     209       11188 :         return (Node *) _readPartitionSpec();
     210     8071630 :     if (MATCH("PARTITIONBOUNDSPEC", 18))
     211       74612 :         return (Node *) _readPartitionBoundSpec();
     212     7997018 :     if (MATCH("PARTITIONRANGEDATUM", 19))
     213       60624 :         return (Node *) _readPartitionRangeDatum();
     214     7936394 :     if (MATCH("SINGLEPARTITIONSPEC", 19))
     215        2208 :         return (Node *) _readSinglePartitionSpec();
     216     7934186 :     if (MATCH("PARTITIONCMD", 12))
     217        8470 :         return (Node *) _readPartitionCmd();
     218     7925716 :     if (MATCH("RANGETBLENTRY", 13))
     219     1894668 :         return (Node *) _readRangeTblEntry();
     220     6031048 :     if (MATCH("RTEPERMISSIONINFO", 17))
     221     1106708 :         return (Node *) _readRTEPermissionInfo();
     222     4924340 :     if (MATCH("RANGETBLFUNCTION", 16))
     223      119290 :         return (Node *) _readRangeTblFunction();
     224     4805050 :     if (MATCH("TABLESAMPLECLAUSE", 17))
     225         614 :         return (Node *) _readTableSampleClause();
     226     4804436 :     if (MATCH("WITHCHECKOPTION", 15))
     227        5742 :         return (Node *) _readWithCheckOption();
     228     4798694 :     if (MATCH("SORTGROUPCLAUSE", 15))
     229      170740 :         return (Node *) _readSortGroupClause();
     230     4627954 :     if (MATCH("GROUPINGSET", 11))
     231        5004 :         return (Node *) _readGroupingSet();
     232     4622950 :     if (MATCH("WINDOWCLAUSE", 12))
     233        3180 :         return (Node *) _readWindowClause();
     234     4619770 :     if (MATCH("ROWMARKCLAUSE", 13))
     235       11162 :         return (Node *) _readRowMarkClause();
     236     4608608 :     if (MATCH("WITHCLAUSE", 10))
     237        3426 :         return (Node *) _readWithClause();
     238     4605182 :     if (MATCH("INFERCLAUSE", 11))
     239        1750 :         return (Node *) _readInferClause();
     240     4603432 :     if (MATCH("ONCONFLICTCLAUSE", 16))
     241        2008 :         return (Node *) _readOnConflictClause();
     242     4601424 :     if (MATCH("CTESEARCHCLAUSE", 15))
     243         228 :         return (Node *) _readCTESearchClause();
     244     4601196 :     if (MATCH("CTECYCLECLAUSE", 14))
     245         246 :         return (Node *) _readCTECycleClause();
     246     4600950 :     if (MATCH("COMMONTABLEEXPR", 15))
     247        9260 :         return (Node *) _readCommonTableExpr();
     248     4591690 :     if (MATCH("MERGEWHENCLAUSE", 15))
     249        3140 :         return (Node *) _readMergeWhenClause();
     250     4588550 :     if (MATCH("RETURNINGOPTION", 15))
     251         150 :         return (Node *) _readReturningOption();
     252     4588400 :     if (MATCH("RETURNINGCLAUSE", 15))
     253        3396 :         return (Node *) _readReturningClause();
     254     4585004 :     if (MATCH("TRIGGERTRANSITION", 17))
     255        1212 :         return (Node *) _readTriggerTransition();
     256     4583792 :     if (MATCH("JSONOUTPUT", 10))
     257        1540 :         return (Node *) _readJsonOutput();
     258     4582252 :     if (MATCH("JSONARGUMENT", 12))
     259         630 :         return (Node *) _readJsonArgument();
     260     4581622 :     if (MATCH("JSONFUNCEXPR", 12))
     261        2052 :         return (Node *) _readJsonFuncExpr();
     262     4579570 :     if (MATCH("JSONTABLEPATHSPEC", 17))
     263        1984 :         return (Node *) _readJsonTablePathSpec();
     264     4577586 :     if (MATCH("JSONTABLE", 9))
     265         602 :         return (Node *) _readJsonTable();
     266     4576984 :     if (MATCH("JSONTABLECOLUMN", 15))
     267        1660 :         return (Node *) _readJsonTableColumn();
     268     4575324 :     if (MATCH("JSONKEYVALUE", 12))
     269         826 :         return (Node *) _readJsonKeyValue();
     270     4574498 :     if (MATCH("JSONPARSEEXPR", 13))
     271         164 :         return (Node *) _readJsonParseExpr();
     272     4574334 :     if (MATCH("JSONSCALAREXPR", 14))
     273         112 :         return (Node *) _readJsonScalarExpr();
     274     4574222 :     if (MATCH("JSONSERIALIZEEXPR", 17))
     275         108 :         return (Node *) _readJsonSerializeExpr();
     276     4574114 :     if (MATCH("JSONOBJECTCONSTRUCTOR", 21))
     277         446 :         return (Node *) _readJsonObjectConstructor();
     278     4573668 :     if (MATCH("JSONARRAYCONSTRUCTOR", 20))
     279         212 :         return (Node *) _readJsonArrayConstructor();
     280     4573456 :     if (MATCH("JSONARRAYQUERYCONSTRUCTOR", 25))
     281          66 :         return (Node *) _readJsonArrayQueryConstructor();
     282     4573390 :     if (MATCH("JSONAGGCONSTRUCTOR", 18))
     283         372 :         return (Node *) _readJsonAggConstructor();
     284     4573018 :     if (MATCH("JSONOBJECTAGG", 13))
     285         210 :         return (Node *) _readJsonObjectAgg();
     286     4572808 :     if (MATCH("JSONARRAYAGG", 12))
     287         162 :         return (Node *) _readJsonArrayAgg();
     288     4572646 :     if (MATCH("RAWSTMT", 7))
     289      764122 :         return (Node *) _readRawStmt();
     290     3808524 :     if (MATCH("INSERTSTMT", 10))
     291       69364 :         return (Node *) _readInsertStmt();
     292     3739160 :     if (MATCH("DELETESTMT", 10))
     293        4536 :         return (Node *) _readDeleteStmt();
     294     3734624 :     if (MATCH("UPDATESTMT", 10))
     295       14484 :         return (Node *) _readUpdateStmt();
     296     3720140 :     if (MATCH("MERGESTMT", 9))
     297        2044 :         return (Node *) _readMergeStmt();
     298     3718096 :     if (MATCH("SELECTSTMT", 10))
     299      535168 :         return (Node *) _readSelectStmt();
     300     3182928 :     if (MATCH("SETOPERATIONSTMT", 16))
     301       31528 :         return (Node *) _readSetOperationStmt();
     302     3151400 :     if (MATCH("RETURNSTMT", 10))
     303        9964 :         return (Node *) _readReturnStmt();
     304     3141436 :     if (MATCH("PLASSIGNSTMT", 12))
     305           0 :         return (Node *) _readPLAssignStmt();
     306     3141436 :     if (MATCH("CREATESCHEMASTMT", 16))
     307        2250 :         return (Node *) _readCreateSchemaStmt();
     308     3139186 :     if (MATCH("ALTERTABLESTMT", 14))
     309       63852 :         return (Node *) _readAlterTableStmt();
     310     3075334 :     if (MATCH("ALTERTABLECMD", 13))
     311       65868 :         return (Node *) _readAlterTableCmd();
     312     3009466 :     if (MATCH("ATALTERCONSTRAINT", 17))
     313         600 :         return (Node *) _readATAlterConstraint();
     314     3008866 :     if (MATCH("REPLICAIDENTITYSTMT", 19))
     315         988 :         return (Node *) _readReplicaIdentityStmt();
     316     3007878 :     if (MATCH("ALTERCOLLATIONSTMT", 18))
     317          12 :         return (Node *) _readAlterCollationStmt();
     318     3007866 :     if (MATCH("ALTERDOMAINSTMT", 15))
     319         580 :         return (Node *) _readAlterDomainStmt();
     320     3007286 :     if (MATCH("GRANTSTMT", 9))
     321       43082 :         return (Node *) _readGrantStmt();
     322     2964204 :     if (MATCH("OBJECTWITHARGS", 14))
     323       44674 :         return (Node *) _readObjectWithArgs();
     324     2919530 :     if (MATCH("ACCESSPRIV", 10))
     325       40306 :         return (Node *) _readAccessPriv();
     326     2879224 :     if (MATCH("GRANTROLESTMT", 13))
     327        1824 :         return (Node *) _readGrantRoleStmt();
     328     2877400 :     if (MATCH("ALTERDEFAULTPRIVILEGESSTMT", 26))
     329         412 :         return (Node *) _readAlterDefaultPrivilegesStmt();
     330     2876988 :     if (MATCH("COPYSTMT", 8))
     331       22676 :         return (Node *) _readCopyStmt();
     332     2854312 :     if (MATCH("VARIABLESETSTMT", 15))
     333       59990 :         return (Node *) _readVariableSetStmt();
     334     2794322 :     if (MATCH("VARIABLESHOWSTMT", 16))
     335        1796 :         return (Node *) _readVariableShowStmt();
     336     2792526 :     if (MATCH("CREATESTMT", 10))
     337       79978 :         return (Node *) _readCreateStmt();
     338     2712548 :     if (MATCH("CONSTRAINT", 10))
     339       74248 :         return (Node *) _readConstraint();
     340     2638300 :     if (MATCH("CREATETABLESPACESTMT", 20))
     341         268 :         return (Node *) _readCreateTableSpaceStmt();
     342     2638032 :     if (MATCH("DROPTABLESPACESTMT", 18))
     343         128 :         return (Node *) _readDropTableSpaceStmt();
     344     2637904 :     if (MATCH("ALTERTABLESPACEOPTIONSSTMT", 26))
     345          48 :         return (Node *) _readAlterTableSpaceOptionsStmt();
     346     2637856 :     if (MATCH("ALTERTABLEMOVEALLSTMT", 21))
     347          60 :         return (Node *) _readAlterTableMoveAllStmt();
     348     2637796 :     if (MATCH("CREATEEXTENSIONSTMT", 19))
     349        1156 :         return (Node *) _readCreateExtensionStmt();
     350     2636640 :     if (MATCH("ALTEREXTENSIONSTMT", 18))
     351          74 :         return (Node *) _readAlterExtensionStmt();
     352     2636566 :     if (MATCH("ALTEREXTENSIONCONTENTSSTMT", 26))
     353         552 :         return (Node *) _readAlterExtensionContentsStmt();
     354     2636014 :     if (MATCH("CREATEFDWSTMT", 13))
     355         412 :         return (Node *) _readCreateFdwStmt();
     356     2635602 :     if (MATCH("ALTERFDWSTMT", 12))
     357         244 :         return (Node *) _readAlterFdwStmt();
     358     2635358 :     if (MATCH("CREATEFOREIGNSERVERSTMT", 23))
     359         594 :         return (Node *) _readCreateForeignServerStmt();
     360     2634764 :     if (MATCH("ALTERFOREIGNSERVERSTMT", 22))
     361         464 :         return (Node *) _readAlterForeignServerStmt();
     362     2634300 :     if (MATCH("CREATEFOREIGNTABLESTMT", 22))
     363         956 :         return (Node *) _readCreateForeignTableStmt();
     364     2633344 :     if (MATCH("CREATEUSERMAPPINGSTMT", 21))
     365         520 :         return (Node *) _readCreateUserMappingStmt();
     366     2632824 :     if (MATCH("ALTERUSERMAPPINGSTMT", 20))
     367         236 :         return (Node *) _readAlterUserMappingStmt();
     368     2632588 :     if (MATCH("DROPUSERMAPPINGSTMT", 19))
     369         252 :         return (Node *) _readDropUserMappingStmt();
     370     2632336 :     if (MATCH("IMPORTFOREIGNSCHEMASTMT", 23))
     371          96 :         return (Node *) _readImportForeignSchemaStmt();
     372     2632240 :     if (MATCH("CREATEPOLICYSTMT", 16))
     373        1544 :         return (Node *) _readCreatePolicyStmt();
     374     2630696 :     if (MATCH("ALTERPOLICYSTMT", 15))
     375         168 :         return (Node *) _readAlterPolicyStmt();
     376     2630528 :     if (MATCH("CREATEAMSTMT", 12))
     377         148 :         return (Node *) _readCreateAmStmt();
     378     2630380 :     if (MATCH("CREATETRIGSTMT", 14))
     379        6580 :         return (Node *) _readCreateTrigStmt();
     380     2623800 :     if (MATCH("CREATEEVENTTRIGSTMT", 19))
     381         400 :         return (Node *) _readCreateEventTrigStmt();
     382     2623400 :     if (MATCH("ALTEREVENTTRIGSTMT", 18))
     383          96 :         return (Node *) _readAlterEventTrigStmt();
     384     2623304 :     if (MATCH("CREATEPLANGSTMT", 15))
     385         288 :         return (Node *) _readCreatePLangStmt();
     386     2623016 :     if (MATCH("CREATEROLESTMT", 14))
     387        3808 :         return (Node *) _readCreateRoleStmt();
     388     2619208 :     if (MATCH("ALTERROLESTMT", 13))
     389         956 :         return (Node *) _readAlterRoleStmt();
     390     2618252 :     if (MATCH("ALTERROLESETSTMT", 16))
     391         188 :         return (Node *) _readAlterRoleSetStmt();
     392     2618064 :     if (MATCH("DROPROLESTMT", 12))
     393        3504 :         return (Node *) _readDropRoleStmt();
     394     2614560 :     if (MATCH("CREATESEQSTMT", 13))
     395        1432 :         return (Node *) _readCreateSeqStmt();
     396     2613128 :     if (MATCH("ALTERSEQSTMT", 12))
     397         400 :         return (Node *) _readAlterSeqStmt();
     398     2612728 :     if (MATCH("DEFINESTMT", 10))
     399       19576 :         return (Node *) _readDefineStmt();
     400     2593152 :     if (MATCH("CREATEDOMAINSTMT", 16))
     401        2948 :         return (Node *) _readCreateDomainStmt();
     402     2590204 :     if (MATCH("CREATEOPCLASSSTMT", 17))
     403        1112 :         return (Node *) _readCreateOpClassStmt();
     404     2589092 :     if (MATCH("CREATEOPCLASSITEM", 17))
     405       13788 :         return (Node *) _readCreateOpClassItem();
     406     2575304 :     if (MATCH("CREATEOPFAMILYSTMT", 18))
     407         296 :         return (Node *) _readCreateOpFamilyStmt();
     408     2575008 :     if (MATCH("ALTEROPFAMILYSTMT", 17))
     409         916 :         return (Node *) _readAlterOpFamilyStmt();
     410     2574092 :     if (MATCH("DROPSTMT", 8))
     411       53526 :         return (Node *) _readDropStmt();
     412     2520566 :     if (MATCH("TRUNCATESTMT", 12))
     413        3586 :         return (Node *) _readTruncateStmt();
     414     2516980 :     if (MATCH("COMMENTSTMT", 11))
     415       15260 :         return (Node *) _readCommentStmt();
     416     2501720 :     if (MATCH("SECLABELSTMT", 12))
     417         236 :         return (Node *) _readSecLabelStmt();
     418     2501484 :     if (MATCH("DECLARECURSORSTMT", 17))
     419        7448 :         return (Node *) _readDeclareCursorStmt();
     420     2494036 :     if (MATCH("CLOSEPORTALSTMT", 15))
     421        4496 :         return (Node *) _readClosePortalStmt();
     422     2489540 :     if (MATCH("FETCHSTMT", 9))
     423       13698 :         return (Node *) _readFetchStmt();
     424     2475842 :     if (MATCH("INDEXSTMT", 9))
     425       13222 :         return (Node *) _readIndexStmt();
     426     2462620 :     if (MATCH("CREATESTATSSTMT", 15))
     427        1594 :         return (Node *) _readCreateStatsStmt();
     428     2461026 :     if (MATCH("STATSELEM", 9))
     429        3720 :         return (Node *) _readStatsElem();
     430     2457306 :     if (MATCH("ALTERSTATSSTMT", 14))
     431          52 :         return (Node *) _readAlterStatsStmt();
     432     2457254 :     if (MATCH("CREATEFUNCTIONSTMT", 18))
     433       51932 :         return (Node *) _readCreateFunctionStmt();
     434     2405322 :     if (MATCH("FUNCTIONPARAMETER", 17))
     435      160282 :         return (Node *) _readFunctionParameter();
     436     2245040 :     if (MATCH("ALTERFUNCTIONSTMT", 17))
     437         644 :         return (Node *) _readAlterFunctionStmt();
     438     2244396 :     if (MATCH("DOSTMT", 6))
     439        2244 :         return (Node *) _readDoStmt();
     440     2242152 :     if (MATCH("CALLSTMT", 8))
     441         914 :         return (Node *) _readCallStmt();
     442     2241238 :     if (MATCH("RENAMESTMT", 10))
     443        2856 :         return (Node *) _readRenameStmt();
     444     2238382 :     if (MATCH("ALTEROBJECTDEPENDSSTMT", 22))
     445          92 :         return (Node *) _readAlterObjectDependsStmt();
     446     2238290 :     if (MATCH("ALTEROBJECTSCHEMASTMT", 21))
     447         796 :         return (Node *) _readAlterObjectSchemaStmt();
     448     2237494 :     if (MATCH("ALTEROWNERSTMT", 14))
     449        3358 :         return (Node *) _readAlterOwnerStmt();
     450     2234136 :     if (MATCH("ALTEROPERATORSTMT", 17))
     451        1216 :         return (Node *) _readAlterOperatorStmt();
     452     2232920 :     if (MATCH("ALTERTYPESTMT", 13))
     453         120 :         return (Node *) _readAlterTypeStmt();
     454     2232800 :     if (MATCH("RULESTMT", 8))
     455        2204 :         return (Node *) _readRuleStmt();
     456     2230596 :     if (MATCH("NOTIFYSTMT", 10))
     457         428 :         return (Node *) _readNotifyStmt();
     458     2230168 :     if (MATCH("LISTENSTMT", 10))
     459         148 :         return (Node *) _readListenStmt();
     460     2230020 :     if (MATCH("UNLISTENSTMT", 12))
     461          76 :         return (Node *) _readUnlistenStmt();
     462     2229944 :     if (MATCH("TRANSACTIONSTMT", 15))
     463       96802 :         return (Node *) _readTransactionStmt();
     464     2133142 :     if (MATCH("COMPOSITETYPESTMT", 17))
     465        5224 :         return (Node *) _readCompositeTypeStmt();
     466     2127918 :     if (MATCH("CREATEENUMSTMT", 14))
     467         412 :         return (Node *) _readCreateEnumStmt();
     468     2127506 :     if (MATCH("CREATERANGESTMT", 15))
     469         368 :         return (Node *) _readCreateRangeStmt();
     470     2127138 :     if (MATCH("ALTERENUMSTMT", 13))
     471         792 :         return (Node *) _readAlterEnumStmt();
     472     2126346 :     if (MATCH("VIEWSTMT", 8))
     473       34744 :         return (Node *) _readViewStmt();
     474     2091602 :     if (MATCH("LOADSTMT", 8))
     475         128 :         return (Node *) _readLoadStmt();
     476     2091474 :     if (MATCH("CREATEDBSTMT", 12))
     477        1636 :         return (Node *) _readCreatedbStmt();
     478     2089838 :     if (MATCH("ALTERDATABASESTMT", 17))
     479         184 :         return (Node *) _readAlterDatabaseStmt();
     480     2089654 :     if (MATCH("ALTERDATABASEREFRESHCOLLSTMT", 28))
     481          12 :         return (Node *) _readAlterDatabaseRefreshCollStmt();
     482     2089642 :     if (MATCH("ALTERDATABASESETSTMT", 20))
     483        2496 :         return (Node *) _readAlterDatabaseSetStmt();
     484     2087146 :     if (MATCH("DROPDBSTMT", 10))
     485         256 :         return (Node *) _readDropdbStmt();
     486     2086890 :     if (MATCH("ALTERSYSTEMSTMT", 15))
     487         420 :         return (Node *) _readAlterSystemStmt();
     488     2086470 :     if (MATCH("CLUSTERSTMT", 11))
     489         472 :         return (Node *) _readClusterStmt();
     490     2085998 :     if (MATCH("VACUUMSTMT", 10))
     491       29670 :         return (Node *) _readVacuumStmt();
     492     2056328 :     if (MATCH("VACUUMRELATION", 14))
     493       29310 :         return (Node *) _readVacuumRelation();
     494     2027018 :     if (MATCH("EXPLAINSTMT", 11))
     495       41386 :         return (Node *) _readExplainStmt();
     496     1985632 :     if (MATCH("CREATETABLEASSTMT", 17))
     497        3874 :         return (Node *) _readCreateTableAsStmt();
     498     1981758 :     if (MATCH("REFRESHMATVIEWSTMT", 18))
     499         536 :         return (Node *) _readRefreshMatViewStmt();
     500     1981222 :     if (MATCH("CHECKPOINTSTMT", 14))
     501         498 :         return (Node *) _readCheckPointStmt();
     502     1980724 :     if (MATCH("DISCARDSTMT", 11))
     503          72 :         return (Node *) _readDiscardStmt();
     504     1980652 :     if (MATCH("LOCKSTMT", 8))
     505        2096 :         return (Node *) _readLockStmt();
     506     1978556 :     if (MATCH("CONSTRAINTSSETSTMT", 18))
     507         202 :         return (Node *) _readConstraintsSetStmt();
     508     1978354 :     if (MATCH("REINDEXSTMT", 11))
     509        2292 :         return (Node *) _readReindexStmt();
     510     1976062 :     if (MATCH("CREATECONVERSIONSTMT", 20))
     511         128 :         return (Node *) _readCreateConversionStmt();
     512     1975934 :     if (MATCH("CREATECASTSTMT", 14))
     513         556 :         return (Node *) _readCreateCastStmt();
     514     1975378 :     if (MATCH("CREATETRANSFORMSTMT", 19))
     515         100 :         return (Node *) _readCreateTransformStmt();
     516     1975278 :     if (MATCH("PREPARESTMT", 11))
     517        3892 :         return (Node *) _readPrepareStmt();
     518     1971386 :     if (MATCH("EXECUTESTMT", 11))
     519       32734 :         return (Node *) _readExecuteStmt();
     520     1938652 :     if (MATCH("DEALLOCATESTMT", 14))
     521        8204 :         return (Node *) _readDeallocateStmt();
     522     1930448 :     if (MATCH("DROPOWNEDSTMT", 13))
     523         292 :         return (Node *) _readDropOwnedStmt();
     524     1930156 :     if (MATCH("REASSIGNOWNEDSTMT", 17))
     525          92 :         return (Node *) _readReassignOwnedStmt();
     526     1930064 :     if (MATCH("ALTERTSDICTIONARYSTMT", 21))
     527          80 :         return (Node *) _readAlterTSDictionaryStmt();
     528     1929984 :     if (MATCH("ALTERTSCONFIGURATIONSTMT", 24))
     529       18708 :         return (Node *) _readAlterTSConfigurationStmt();
     530     1911276 :     if (MATCH("PUBLICATIONTABLE", 16))
     531        2876 :         return (Node *) _readPublicationTable();
     532     1908400 :     if (MATCH("PUBLICATIONOBJSPEC", 18))
     533        3668 :         return (Node *) _readPublicationObjSpec();
     534     1904732 :     if (MATCH("PUBLICATIONALLOBJSPEC", 21))
     535           0 :         return (Node *) _readPublicationAllObjSpec();
     536     1904732 :     if (MATCH("CREATEPUBLICATIONSTMT", 21))
     537        1792 :         return (Node *) _readCreatePublicationStmt();
     538     1902940 :     if (MATCH("ALTERPUBLICATIONSTMT", 20))
     539        2212 :         return (Node *) _readAlterPublicationStmt();
     540     1900728 :     if (MATCH("CREATESUBSCRIPTIONSTMT", 22))
     541         968 :         return (Node *) _readCreateSubscriptionStmt();
     542     1899760 :     if (MATCH("ALTERSUBSCRIPTIONSTMT", 21))
     543        1078 :         return (Node *) _readAlterSubscriptionStmt();
     544     1898682 :     if (MATCH("DROPSUBSCRIPTIONSTMT", 20))
     545         504 :         return (Node *) _readDropSubscriptionStmt();
     546     1898178 :     if (MATCH("WAITSTMT", 8))
     547         218 :         return (Node *) _readWaitStmt();
     548     1897960 :     if (MATCH("GROUPBYORDERING", 15))
     549           0 :         return (Node *) _readGroupByOrdering();
     550     1897960 :     if (MATCH("PLACEHOLDERVAR", 14))
     551           0 :         return (Node *) _readPlaceHolderVar();
     552     1897960 :     if (MATCH("APPENDRELINFO", 13))
     553       59168 :         return (Node *) _readAppendRelInfo();
     554     1838792 :     if (MATCH("PLANNEDSTMT", 11))
     555      460792 :         return (Node *) _readPlannedStmt();
     556     1378000 :     if (MATCH("RESULT", 6))
     557      212092 :         return (Node *) _readResult();
     558     1165908 :     if (MATCH("PROJECTSET", 10))
     559       12066 :         return (Node *) _readProjectSet();
     560     1153842 :     if (MATCH("MODIFYTABLE", 11))
     561       88890 :         return (Node *) _readModifyTable();
     562     1064952 :     if (MATCH("APPEND", 6))
     563       18532 :         return (Node *) _readAppend();
     564     1046420 :     if (MATCH("MERGEAPPEND", 11))
     565         574 :         return (Node *) _readMergeAppend();
     566     1045846 :     if (MATCH("RECURSIVEUNION", 14))
     567         932 :         return (Node *) _readRecursiveUnion();
     568     1044914 :     if (MATCH("BITMAPAND", 9))
     569         254 :         return (Node *) _readBitmapAnd();
     570     1044660 :     if (MATCH("BITMAPOR", 8))
     571         434 :         return (Node *) _readBitmapOr();
     572     1044226 :     if (MATCH("SEQSCAN", 7))
     573      225928 :         return (Node *) _readSeqScan();
     574      818298 :     if (MATCH("SAMPLESCAN", 10))
     575         306 :         return (Node *) _readSampleScan();
     576      817992 :     if (MATCH("INDEXSCAN", 9))
     577      143436 :         return (Node *) _readIndexScan();
     578      674556 :     if (MATCH("INDEXONLYSCAN", 13))
     579       18642 :         return (Node *) _readIndexOnlyScan();
     580      655914 :     if (MATCH("BITMAPINDEXSCAN", 15))
     581       27496 :         return (Node *) _readBitmapIndexScan();
     582      628418 :     if (MATCH("BITMAPHEAPSCAN", 14))
     583       26802 :         return (Node *) _readBitmapHeapScan();
     584      601616 :     if (MATCH("TIDSCAN", 7))
     585         752 :         return (Node *) _readTidScan();
     586      600864 :     if (MATCH("TIDRANGESCAN", 12))
     587        2100 :         return (Node *) _readTidRangeScan();
     588      598764 :     if (MATCH("SUBQUERYSCAN", 12))
     589       21378 :         return (Node *) _readSubqueryScan();
     590      577386 :     if (MATCH("FUNCTIONSCAN", 12))
     591       52762 :         return (Node *) _readFunctionScan();
     592      524624 :     if (MATCH("VALUESSCAN", 10))
     593        8504 :         return (Node *) _readValuesScan();
     594      516120 :     if (MATCH("TABLEFUNCSCAN", 13))
     595         626 :         return (Node *) _readTableFuncScan();
     596      515494 :     if (MATCH("CTESCAN", 7))
     597        4340 :         return (Node *) _readCteScan();
     598      511154 :     if (MATCH("NAMEDTUPLESTORESCAN", 19))
     599         474 :         return (Node *) _readNamedTuplestoreScan();
     600      510680 :     if (MATCH("WORKTABLESCAN", 13))
     601         932 :         return (Node *) _readWorkTableScan();
     602      509748 :     if (MATCH("FOREIGNSCAN", 11))
     603        2044 :         return (Node *) _readForeignScan();
     604      507704 :     if (MATCH("CUSTOMSCAN", 10))
     605           0 :         return (Node *) _readCustomScan();
     606      507704 :     if (MATCH("NESTLOOP", 8))
     607       99898 :         return (Node *) _readNestLoop();
     608      407806 :     if (MATCH("NESTLOOPPARAM", 13))
     609       55494 :         return (Node *) _readNestLoopParam();
     610      352312 :     if (MATCH("MERGEJOIN", 9))
     611        7814 :         return (Node *) _readMergeJoin();
     612      344498 :     if (MATCH("HASHJOIN", 8))
     613       35926 :         return (Node *) _readHashJoin();
     614      308572 :     if (MATCH("MATERIAL", 8))
     615        4558 :         return (Node *) _readMaterial();
     616      304014 :     if (MATCH("MEMOIZE", 7))
     617        1996 :         return (Node *) _readMemoize();
     618      302018 :     if (MATCH("SORT", 4))
     619       81308 :         return (Node *) _readSort();
     620      220710 :     if (MATCH("INCREMENTALSORT", 15))
     621        1014 :         return (Node *) _readIncrementalSort();
     622      219696 :     if (MATCH("GROUP", 5))
     623         246 :         return (Node *) _readGroup();
     624      219450 :     if (MATCH("AGG", 3))
     625       51964 :         return (Node *) _readAgg();
     626      167486 :     if (MATCH("WINDOWAGG", 9))
     627        2762 :         return (Node *) _readWindowAgg();
     628      164724 :     if (MATCH("UNIQUE", 6))
     629        5756 :         return (Node *) _readUnique();
     630      158968 :     if (MATCH("GATHER", 6))
     631        1142 :         return (Node *) _readGather();
     632      157826 :     if (MATCH("GATHERMERGE", 11))
     633         354 :         return (Node *) _readGatherMerge();
     634      157472 :     if (MATCH("HASH", 4))
     635       35926 :         return (Node *) _readHash();
     636      121546 :     if (MATCH("SETOP", 5))
     637         668 :         return (Node *) _readSetOp();
     638      120878 :     if (MATCH("LOCKROWS", 8))
     639       13566 :         return (Node *) _readLockRows();
     640      107312 :     if (MATCH("LIMIT", 5))
     641        4980 :         return (Node *) _readLimit();
     642      102332 :     if (MATCH("PLANROWMARK", 11))
     643       37988 :         return (Node *) _readPlanRowMark();
     644       64344 :     if (MATCH("PARTITIONPRUNEINFO", 18))
     645         694 :         return (Node *) _readPartitionPruneInfo();
     646       63650 :     if (MATCH("PARTITIONEDRELPRUNEINFO", 23))
     647        1396 :         return (Node *) _readPartitionedRelPruneInfo();
     648       62254 :     if (MATCH("PARTITIONPRUNESTEPOP", 20))
     649        1170 :         return (Node *) _readPartitionPruneStepOp();
     650       61084 :     if (MATCH("PARTITIONPRUNESTEPCOMBINE", 25))
     651         222 :         return (Node *) _readPartitionPruneStepCombine();
     652       60862 :     if (MATCH("PLANINVALITEM", 13))
     653       60862 :         return (Node *) _readPlanInvalItem();
     654           0 :     if (MATCH("EXTENSIBLENODE", 14))
     655           0 :         return (Node *) _readExtensibleNode();

Generated by: LCOV version 1.16