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-08-20 06:18:10 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    49823266 :     if (MATCH("ALIAS", 5))
      19     2833426 :         return (Node *) _readAlias();
      20    46989840 :     if (MATCH("RANGEVAR", 8))
      21      854364 :         return (Node *) _readRangeVar();
      22    46135476 :     if (MATCH("TABLEFUNC", 9))
      23        1488 :         return (Node *) _readTableFunc();
      24    46133988 :     if (MATCH("INTOCLAUSE", 10))
      25        3960 :         return (Node *) _readIntoClause();
      26    46130028 :     if (MATCH("VAR", 3))
      27    13056396 :         return (Node *) _readVar();
      28    33073632 :     if (MATCH("CONST", 5))
      29     2976490 :         return (Node *) _readConst();
      30    30097142 :     if (MATCH("PARAM", 5))
      31      317186 :         return (Node *) _readParam();
      32    29779956 :     if (MATCH("AGGREF", 6))
      33       94964 :         return (Node *) _readAggref();
      34    29684992 :     if (MATCH("GROUPINGFUNC", 12))
      35        1092 :         return (Node *) _readGroupingFunc();
      36    29683900 :     if (MATCH("WINDOWFUNC", 10))
      37        7026 :         return (Node *) _readWindowFunc();
      38    29676874 :     if (MATCH("WINDOWFUNCRUNCONDITION", 22))
      39         360 :         return (Node *) _readWindowFuncRunCondition();
      40    29676514 :     if (MATCH("MERGESUPPORTFUNC", 16))
      41         834 :         return (Node *) _readMergeSupportFunc();
      42    29675680 :     if (MATCH("SUBSCRIPTINGREF", 15))
      43       36854 :         return (Node *) _readSubscriptingRef();
      44    29638826 :     if (MATCH("FUNCEXPR", 8))
      45      939280 :         return (Node *) _readFuncExpr();
      46    28699546 :     if (MATCH("NAMEDARGEXPR", 12))
      47       94086 :         return (Node *) _readNamedArgExpr();
      48    28605460 :     if (MATCH("OPEXPR", 6))
      49     1522690 :         return (Node *) _readOpExpr();
      50    27082770 :     if (MATCH("DISTINCTEXPR", 12))
      51        2136 :         return (Node *) _readDistinctExpr();
      52    27080634 :     if (MATCH("NULLIFEXPR", 10))
      53        1136 :         return (Node *) _readNullIfExpr();
      54    27079498 :     if (MATCH("SCALARARRAYOPEXPR", 17))
      55       77390 :         return (Node *) _readScalarArrayOpExpr();
      56    27002108 :     if (MATCH("BOOLEXPR", 8))
      57      384384 :         return (Node *) _readBoolExpr();
      58    26617724 :     if (MATCH("SUBLINK", 7))
      59      102636 :         return (Node *) _readSubLink();
      60    26515088 :     if (MATCH("SUBPLAN", 7))
      61       42400 :         return (Node *) _readSubPlan();
      62    26472688 :     if (MATCH("ALTERNATIVESUBPLAN", 18))
      63           0 :         return (Node *) _readAlternativeSubPlan();
      64    26472688 :     if (MATCH("FIELDSELECT", 11))
      65       30680 :         return (Node *) _readFieldSelect();
      66    26442008 :     if (MATCH("FIELDSTORE", 10))
      67        1106 :         return (Node *) _readFieldStore();
      68    26440902 :     if (MATCH("RELABELTYPE", 11))
      69      265722 :         return (Node *) _readRelabelType();
      70    26175180 :     if (MATCH("COERCEVIAIO", 11))
      71       51728 :         return (Node *) _readCoerceViaIO();
      72    26123452 :     if (MATCH("ARRAYCOERCEEXPR", 15))
      73       10782 :         return (Node *) _readArrayCoerceExpr();
      74    26112670 :     if (MATCH("CONVERTROWTYPEEXPR", 18))
      75         854 :         return (Node *) _readConvertRowtypeExpr();
      76    26111816 :     if (MATCH("COLLATEEXPR", 11))
      77        9020 :         return (Node *) _readCollateExpr();
      78    26102796 :     if (MATCH("CASEEXPR", 8))
      79      140398 :         return (Node *) _readCaseExpr();
      80    25962398 :     if (MATCH("CASEWHEN", 8))
      81      268498 :         return (Node *) _readCaseWhen();
      82    25693900 :     if (MATCH("CASETESTEXPR", 12))
      83       60724 :         return (Node *) _readCaseTestExpr();
      84    25633176 :     if (MATCH("ARRAYEXPR", 9))
      85       37374 :         return (Node *) _readArrayExpr();
      86    25595802 :     if (MATCH("ROWEXPR", 7))
      87       13438 :         return (Node *) _readRowExpr();
      88    25582364 :     if (MATCH("ROWCOMPAREEXPR", 14))
      89         744 :         return (Node *) _readRowCompareExpr();
      90    25581620 :     if (MATCH("COALESCEEXPR", 12))
      91       19272 :         return (Node *) _readCoalesceExpr();
      92    25562348 :     if (MATCH("MINMAXEXPR", 10))
      93         888 :         return (Node *) _readMinMaxExpr();
      94    25561460 :     if (MATCH("SQLVALUEFUNCTION", 16))
      95       13682 :         return (Node *) _readSQLValueFunction();
      96    25547778 :     if (MATCH("XMLEXPR", 7))
      97        2504 :         return (Node *) _readXmlExpr();
      98    25545274 :     if (MATCH("JSONFORMAT", 10))
      99       24532 :         return (Node *) _readJsonFormat();
     100    25520742 :     if (MATCH("JSONRETURNING", 13))
     101       10412 :         return (Node *) _readJsonReturning();
     102    25510330 :     if (MATCH("JSONVALUEEXPR", 13))
     103        6350 :         return (Node *) _readJsonValueExpr();
     104    25503980 :     if (MATCH("JSONCONSTRUCTOREXPR", 19))
     105        2798 :         return (Node *) _readJsonConstructorExpr();
     106    25501182 :     if (MATCH("JSONISPREDICATE", 15))
     107        1128 :         return (Node *) _readJsonIsPredicate();
     108    25500054 :     if (MATCH("JSONBEHAVIOR", 12))
     109       11766 :         return (Node *) _readJsonBehavior();
     110    25488288 :     if (MATCH("JSONEXPR", 8))
     111        6128 :         return (Node *) _readJsonExpr();
     112    25482160 :     if (MATCH("JSONTABLEPATH", 13))
     113        1568 :         return (Node *) _readJsonTablePath();
     114    25480592 :     if (MATCH("JSONTABLEPATHSCAN", 17))
     115        1568 :         return (Node *) _readJsonTablePathScan();
     116    25479024 :     if (MATCH("JSONTABLESIBLINGJOIN", 20))
     117         210 :         return (Node *) _readJsonTableSiblingJoin();
     118    25478814 :     if (MATCH("NULLTEST", 8))
     119       55306 :         return (Node *) _readNullTest();
     120    25423508 :     if (MATCH("BOOLEANTEST", 11))
     121        3528 :         return (Node *) _readBooleanTest();
     122    25419980 :     if (MATCH("MERGEACTION", 11))
     123        6438 :         return (Node *) _readMergeAction();
     124    25413542 :     if (MATCH("COERCETODOMAIN", 14))
     125      140544 :         return (Node *) _readCoerceToDomain();
     126    25272998 :     if (MATCH("COERCETODOMAINVALUE", 19))
     127        1968 :         return (Node *) _readCoerceToDomainValue();
     128    25271030 :     if (MATCH("SETTODEFAULT", 12))
     129        1782 :         return (Node *) _readSetToDefault();
     130    25269248 :     if (MATCH("CURRENTOFEXPR", 13))
     131         902 :         return (Node *) _readCurrentOfExpr();
     132    25268346 :     if (MATCH("NEXTVALUEEXPR", 13))
     133         816 :         return (Node *) _readNextValueExpr();
     134    25267530 :     if (MATCH("INFERENCEELEM", 13))
     135        1884 :         return (Node *) _readInferenceElem();
     136    25265646 :     if (MATCH("RETURNINGEXPR", 13))
     137        1158 :         return (Node *) _readReturningExpr();
     138    25264488 :     if (MATCH("TARGETENTRY", 11))
     139     7226876 :         return (Node *) _readTargetEntry();
     140    18037612 :     if (MATCH("RANGETBLREF", 11))
     141      620584 :         return (Node *) _readRangeTblRef();
     142    17417028 :     if (MATCH("JOINEXPR", 8))
     143      209296 :         return (Node *) _readJoinExpr();
     144    17207732 :     if (MATCH("FROMEXPR", 8))
     145      625306 :         return (Node *) _readFromExpr();
     146    16582426 :     if (MATCH("ONCONFLICTEXPR", 14))
     147        1850 :         return (Node *) _readOnConflictExpr();
     148    16580576 :     if (MATCH("QUERY", 5))
     149     1008628 :         return (Node *) _readQuery();
     150    15571948 :     if (MATCH("TYPENAME", 8))
     151      844556 :         return (Node *) _readTypeName();
     152    14727392 :     if (MATCH("COLUMNREF", 9))
     153     2057976 :         return (Node *) _readColumnRef();
     154    12669416 :     if (MATCH("PARAMREF", 8))
     155       54318 :         return (Node *) _readParamRef();
     156    12615098 :     if (MATCH("A_EXPR", 6))
     157      650020 :         return (Node *) _readA_Expr();
     158    11965078 :     if (MATCH("A_CONST", 7))
     159     1428342 :         return (Node *) _readA_Const();
     160    10536736 :     if (MATCH("TYPECAST", 8))
     161      373160 :         return (Node *) _readTypeCast();
     162    10163576 :     if (MATCH("COLLATECLAUSE", 13))
     163       10688 :         return (Node *) _readCollateClause();
     164    10152888 :     if (MATCH("ROLESPEC", 8))
     165       60580 :         return (Node *) _readRoleSpec();
     166    10092308 :     if (MATCH("FUNCCALL", 8))
     167      406822 :         return (Node *) _readFuncCall();
     168     9685486 :     if (MATCH("A_STAR", 6))
     169       65572 :         return (Node *) _readA_Star();
     170     9619914 :     if (MATCH("A_INDICES", 9))
     171       15030 :         return (Node *) _readA_Indices();
     172     9604884 :     if (MATCH("A_INDIRECTION", 13))
     173       35626 :         return (Node *) _readA_Indirection();
     174     9569258 :     if (MATCH("A_ARRAYEXPR", 11))
     175        7006 :         return (Node *) _readA_ArrayExpr();
     176     9562252 :     if (MATCH("RESTARGET", 9))
     177     1299154 :         return (Node *) _readResTarget();
     178     8263098 :     if (MATCH("MULTIASSIGNREF", 14))
     179         402 :         return (Node *) _readMultiAssignRef();
     180     8262696 :     if (MATCH("SORTBY", 6))
     181      109298 :         return (Node *) _readSortBy();
     182     8153398 :     if (MATCH("WINDOWDEF", 9))
     183        4176 :         return (Node *) _readWindowDef();
     184     8149222 :     if (MATCH("RANGESUBSELECT", 14))
     185       18954 :         return (Node *) _readRangeSubselect();
     186     8130268 :     if (MATCH("RANGEFUNCTION", 13))
     187       52562 :         return (Node *) _readRangeFunction();
     188     8077706 :     if (MATCH("RANGETABLEFUNC", 14))
     189         242 :         return (Node *) _readRangeTableFunc();
     190     8077464 :     if (MATCH("RANGETABLEFUNCCOL", 17))
     191         870 :         return (Node *) _readRangeTableFuncCol();
     192     8076594 :     if (MATCH("RANGETABLESAMPLE", 16))
     193         280 :         return (Node *) _readRangeTableSample();
     194     8076314 :     if (MATCH("COLUMNDEF", 9))
     195      142126 :         return (Node *) _readColumnDef();
     196     7934188 :     if (MATCH("TABLELIKECLAUSE", 15))
     197        1548 :         return (Node *) _readTableLikeClause();
     198     7932640 :     if (MATCH("INDEXELEM", 9))
     199       19462 :         return (Node *) _readIndexElem();
     200     7913178 :     if (MATCH("DEFELEM", 7))
     201      358308 :         return (Node *) _readDefElem();
     202     7554870 :     if (MATCH("LOCKINGCLAUSE", 13))
     203        2186 :         return (Node *) _readLockingClause();
     204     7552684 :     if (MATCH("XMLSERIALIZE", 12))
     205         250 :         return (Node *) _readXmlSerialize();
     206     7552434 :     if (MATCH("PARTITIONELEM", 13))
     207       10908 :         return (Node *) _readPartitionElem();
     208     7541526 :     if (MATCH("PARTITIONSPEC", 13))
     209        9996 :         return (Node *) _readPartitionSpec();
     210     7531530 :     if (MATCH("PARTITIONBOUNDSPEC", 18))
     211       61780 :         return (Node *) _readPartitionBoundSpec();
     212     7469750 :     if (MATCH("PARTITIONRANGEDATUM", 19))
     213       46648 :         return (Node *) _readPartitionRangeDatum();
     214     7423102 :     if (MATCH("PARTITIONCMD", 12))
     215        6870 :         return (Node *) _readPartitionCmd();
     216     7416232 :     if (MATCH("RANGETBLENTRY", 13))
     217     1747864 :         return (Node *) _readRangeTblEntry();
     218     5668368 :     if (MATCH("RTEPERMISSIONINFO", 17))
     219     1031674 :         return (Node *) _readRTEPermissionInfo();
     220     4636694 :     if (MATCH("RANGETBLFUNCTION", 16))
     221      114834 :         return (Node *) _readRangeTblFunction();
     222     4521860 :     if (MATCH("TABLESAMPLECLAUSE", 17))
     223         614 :         return (Node *) _readTableSampleClause();
     224     4521246 :     if (MATCH("WITHCHECKOPTION", 15))
     225        4842 :         return (Node *) _readWithCheckOption();
     226     4516404 :     if (MATCH("SORTGROUPCLAUSE", 15))
     227      164356 :         return (Node *) _readSortGroupClause();
     228     4352048 :     if (MATCH("GROUPINGSET", 11))
     229        4312 :         return (Node *) _readGroupingSet();
     230     4347736 :     if (MATCH("WINDOWCLAUSE", 12))
     231        2944 :         return (Node *) _readWindowClause();
     232     4344792 :     if (MATCH("ROWMARKCLAUSE", 13))
     233        5362 :         return (Node *) _readRowMarkClause();
     234     4339430 :     if (MATCH("WITHCLAUSE", 10))
     235        3346 :         return (Node *) _readWithClause();
     236     4336084 :     if (MATCH("INFERCLAUSE", 11))
     237        1634 :         return (Node *) _readInferClause();
     238     4334450 :     if (MATCH("ONCONFLICTCLAUSE", 16))
     239        1874 :         return (Node *) _readOnConflictClause();
     240     4332576 :     if (MATCH("CTESEARCHCLAUSE", 15))
     241         228 :         return (Node *) _readCTESearchClause();
     242     4332348 :     if (MATCH("CTECYCLECLAUSE", 14))
     243         246 :         return (Node *) _readCTECycleClause();
     244     4332102 :     if (MATCH("COMMONTABLEEXPR", 15))
     245        9042 :         return (Node *) _readCommonTableExpr();
     246     4323060 :     if (MATCH("MERGEWHENCLAUSE", 15))
     247        3014 :         return (Node *) _readMergeWhenClause();
     248     4320046 :     if (MATCH("RETURNINGOPTION", 15))
     249         150 :         return (Node *) _readReturningOption();
     250     4319896 :     if (MATCH("RETURNINGCLAUSE", 15))
     251        3284 :         return (Node *) _readReturningClause();
     252     4316612 :     if (MATCH("TRIGGERTRANSITION", 17))
     253        1212 :         return (Node *) _readTriggerTransition();
     254     4315400 :     if (MATCH("JSONOUTPUT", 10))
     255        1486 :         return (Node *) _readJsonOutput();
     256     4313914 :     if (MATCH("JSONARGUMENT", 12))
     257         630 :         return (Node *) _readJsonArgument();
     258     4313284 :     if (MATCH("JSONFUNCEXPR", 12))
     259        1992 :         return (Node *) _readJsonFuncExpr();
     260     4311292 :     if (MATCH("JSONTABLEPATHSPEC", 17))
     261        1972 :         return (Node *) _readJsonTablePathSpec();
     262     4309320 :     if (MATCH("JSONTABLE", 9))
     263         590 :         return (Node *) _readJsonTable();
     264     4308730 :     if (MATCH("JSONTABLECOLUMN", 15))
     265        1648 :         return (Node *) _readJsonTableColumn();
     266     4307082 :     if (MATCH("JSONKEYVALUE", 12))
     267         826 :         return (Node *) _readJsonKeyValue();
     268     4306256 :     if (MATCH("JSONPARSEEXPR", 13))
     269         164 :         return (Node *) _readJsonParseExpr();
     270     4306092 :     if (MATCH("JSONSCALAREXPR", 14))
     271         112 :         return (Node *) _readJsonScalarExpr();
     272     4305980 :     if (MATCH("JSONSERIALIZEEXPR", 17))
     273         108 :         return (Node *) _readJsonSerializeExpr();
     274     4305872 :     if (MATCH("JSONOBJECTCONSTRUCTOR", 21))
     275         446 :         return (Node *) _readJsonObjectConstructor();
     276     4305426 :     if (MATCH("JSONARRAYCONSTRUCTOR", 20))
     277         200 :         return (Node *) _readJsonArrayConstructor();
     278     4305226 :     if (MATCH("JSONARRAYQUERYCONSTRUCTOR", 25))
     279          66 :         return (Node *) _readJsonArrayQueryConstructor();
     280     4305160 :     if (MATCH("JSONAGGCONSTRUCTOR", 18))
     281         372 :         return (Node *) _readJsonAggConstructor();
     282     4304788 :     if (MATCH("JSONOBJECTAGG", 13))
     283         210 :         return (Node *) _readJsonObjectAgg();
     284     4304578 :     if (MATCH("JSONARRAYAGG", 12))
     285         162 :         return (Node *) _readJsonArrayAgg();
     286     4304416 :     if (MATCH("RAWSTMT", 7))
     287      723898 :         return (Node *) _readRawStmt();
     288     3580518 :     if (MATCH("INSERTSTMT", 10))
     289       67554 :         return (Node *) _readInsertStmt();
     290     3512964 :     if (MATCH("DELETESTMT", 10))
     291        4484 :         return (Node *) _readDeleteStmt();
     292     3508480 :     if (MATCH("UPDATESTMT", 10))
     293       13682 :         return (Node *) _readUpdateStmt();
     294     3494798 :     if (MATCH("MERGESTMT", 9))
     295        1960 :         return (Node *) _readMergeStmt();
     296     3492838 :     if (MATCH("SELECTSTMT", 10))
     297      509276 :         return (Node *) _readSelectStmt();
     298     2983562 :     if (MATCH("SETOPERATIONSTMT", 16))
     299       21816 :         return (Node *) _readSetOperationStmt();
     300     2961746 :     if (MATCH("RETURNSTMT", 10))
     301        9756 :         return (Node *) _readReturnStmt();
     302     2951990 :     if (MATCH("PLASSIGNSTMT", 12))
     303           0 :         return (Node *) _readPLAssignStmt();
     304     2951990 :     if (MATCH("CREATESCHEMASTMT", 16))
     305        2148 :         return (Node *) _readCreateSchemaStmt();
     306     2949842 :     if (MATCH("ALTERTABLESTMT", 14))
     307       61016 :         return (Node *) _readAlterTableStmt();
     308     2888826 :     if (MATCH("ALTERTABLECMD", 13))
     309       63032 :         return (Node *) _readAlterTableCmd();
     310     2825794 :     if (MATCH("ATALTERCONSTRAINT", 17))
     311         588 :         return (Node *) _readATAlterConstraint();
     312     2825206 :     if (MATCH("REPLICAIDENTITYSTMT", 19))
     313         988 :         return (Node *) _readReplicaIdentityStmt();
     314     2824218 :     if (MATCH("ALTERCOLLATIONSTMT", 18))
     315          12 :         return (Node *) _readAlterCollationStmt();
     316     2824206 :     if (MATCH("ALTERDOMAINSTMT", 15))
     317         580 :         return (Node *) _readAlterDomainStmt();
     318     2823626 :     if (MATCH("GRANTSTMT", 9))
     319       41974 :         return (Node *) _readGrantStmt();
     320     2781652 :     if (MATCH("OBJECTWITHARGS", 14))
     321       46114 :         return (Node *) _readObjectWithArgs();
     322     2735538 :     if (MATCH("ACCESSPRIV", 10))
     323       39302 :         return (Node *) _readAccessPriv();
     324     2696236 :     if (MATCH("GRANTROLESTMT", 13))
     325        1820 :         return (Node *) _readGrantRoleStmt();
     326     2694416 :     if (MATCH("ALTERDEFAULTPRIVILEGESSTMT", 26))
     327         380 :         return (Node *) _readAlterDefaultPrivilegesStmt();
     328     2694036 :     if (MATCH("COPYSTMT", 8))
     329       23140 :         return (Node *) _readCopyStmt();
     330     2670896 :     if (MATCH("VARIABLESETSTMT", 15))
     331       57440 :         return (Node *) _readVariableSetStmt();
     332     2613456 :     if (MATCH("VARIABLESHOWSTMT", 16))
     333        1756 :         return (Node *) _readVariableShowStmt();
     334     2611700 :     if (MATCH("CREATESTMT", 10))
     335       74988 :         return (Node *) _readCreateStmt();
     336     2536712 :     if (MATCH("CONSTRAINT", 10))
     337       71562 :         return (Node *) _readConstraint();
     338     2465150 :     if (MATCH("CREATETABLESPACESTMT", 20))
     339         260 :         return (Node *) _readCreateTableSpaceStmt();
     340     2464890 :     if (MATCH("DROPTABLESPACESTMT", 18))
     341         128 :         return (Node *) _readDropTableSpaceStmt();
     342     2464762 :     if (MATCH("ALTERTABLESPACEOPTIONSSTMT", 26))
     343          48 :         return (Node *) _readAlterTableSpaceOptionsStmt();
     344     2464714 :     if (MATCH("ALTERTABLEMOVEALLSTMT", 21))
     345          60 :         return (Node *) _readAlterTableMoveAllStmt();
     346     2464654 :     if (MATCH("CREATEEXTENSIONSTMT", 19))
     347        1076 :         return (Node *) _readCreateExtensionStmt();
     348     2463578 :     if (MATCH("ALTEREXTENSIONSTMT", 18))
     349          74 :         return (Node *) _readAlterExtensionStmt();
     350     2463504 :     if (MATCH("ALTEREXTENSIONCONTENTSSTMT", 26))
     351         532 :         return (Node *) _readAlterExtensionContentsStmt();
     352     2462972 :     if (MATCH("CREATEFDWSTMT", 13))
     353         408 :         return (Node *) _readCreateFdwStmt();
     354     2462564 :     if (MATCH("ALTERFDWSTMT", 12))
     355         244 :         return (Node *) _readAlterFdwStmt();
     356     2462320 :     if (MATCH("CREATEFOREIGNSERVERSTMT", 23))
     357         578 :         return (Node *) _readCreateForeignServerStmt();
     358     2461742 :     if (MATCH("ALTERFOREIGNSERVERSTMT", 22))
     359         462 :         return (Node *) _readAlterForeignServerStmt();
     360     2461280 :     if (MATCH("CREATEFOREIGNTABLESTMT", 22))
     361         908 :         return (Node *) _readCreateForeignTableStmt();
     362     2460372 :     if (MATCH("CREATEUSERMAPPINGSTMT", 21))
     363         504 :         return (Node *) _readCreateUserMappingStmt();
     364     2459868 :     if (MATCH("ALTERUSERMAPPINGSTMT", 20))
     365         236 :         return (Node *) _readAlterUserMappingStmt();
     366     2459632 :     if (MATCH("DROPUSERMAPPINGSTMT", 19))
     367         252 :         return (Node *) _readDropUserMappingStmt();
     368     2459380 :     if (MATCH("IMPORTFOREIGNSCHEMASTMT", 23))
     369          96 :         return (Node *) _readImportForeignSchemaStmt();
     370     2459284 :     if (MATCH("CREATEPOLICYSTMT", 16))
     371        1448 :         return (Node *) _readCreatePolicyStmt();
     372     2457836 :     if (MATCH("ALTERPOLICYSTMT", 15))
     373         168 :         return (Node *) _readAlterPolicyStmt();
     374     2457668 :     if (MATCH("CREATEAMSTMT", 12))
     375         124 :         return (Node *) _readCreateAmStmt();
     376     2457544 :     if (MATCH("CREATETRIGSTMT", 14))
     377        6412 :         return (Node *) _readCreateTrigStmt();
     378     2451132 :     if (MATCH("CREATEEVENTTRIGSTMT", 19))
     379         392 :         return (Node *) _readCreateEventTrigStmt();
     380     2450740 :     if (MATCH("ALTEREVENTTRIGSTMT", 18))
     381          96 :         return (Node *) _readAlterEventTrigStmt();
     382     2450644 :     if (MATCH("CREATEPLANGSTMT", 15))
     383         284 :         return (Node *) _readCreatePLangStmt();
     384     2450360 :     if (MATCH("CREATEROLESTMT", 14))
     385        3664 :         return (Node *) _readCreateRoleStmt();
     386     2446696 :     if (MATCH("ALTERROLESTMT", 13))
     387         920 :         return (Node *) _readAlterRoleStmt();
     388     2445776 :     if (MATCH("ALTERROLESETSTMT", 16))
     389         184 :         return (Node *) _readAlterRoleSetStmt();
     390     2445592 :     if (MATCH("DROPROLESTMT", 12))
     391        3452 :         return (Node *) _readDropRoleStmt();
     392     2442140 :     if (MATCH("CREATESEQSTMT", 13))
     393        1340 :         return (Node *) _readCreateSeqStmt();
     394     2440800 :     if (MATCH("ALTERSEQSTMT", 12))
     395         392 :         return (Node *) _readAlterSeqStmt();
     396     2440408 :     if (MATCH("DEFINESTMT", 10))
     397       18556 :         return (Node *) _readDefineStmt();
     398     2421852 :     if (MATCH("CREATEDOMAINSTMT", 16))
     399        2904 :         return (Node *) _readCreateDomainStmt();
     400     2418948 :     if (MATCH("CREATEOPCLASSSTMT", 17))
     401        1100 :         return (Node *) _readCreateOpClassStmt();
     402     2417848 :     if (MATCH("CREATEOPCLASSITEM", 17))
     403       13776 :         return (Node *) _readCreateOpClassItem();
     404     2404072 :     if (MATCH("CREATEOPFAMILYSTMT", 18))
     405         296 :         return (Node *) _readCreateOpFamilyStmt();
     406     2403776 :     if (MATCH("ALTEROPFAMILYSTMT", 17))
     407        1840 :         return (Node *) _readAlterOpFamilyStmt();
     408     2401936 :     if (MATCH("DROPSTMT", 8))
     409       51026 :         return (Node *) _readDropStmt();
     410     2350910 :     if (MATCH("TRUNCATESTMT", 12))
     411        3370 :         return (Node *) _readTruncateStmt();
     412     2347540 :     if (MATCH("COMMENTSTMT", 11))
     413       14092 :         return (Node *) _readCommentStmt();
     414     2333448 :     if (MATCH("SECLABELSTMT", 12))
     415         200 :         return (Node *) _readSecLabelStmt();
     416     2333248 :     if (MATCH("DECLARECURSORSTMT", 17))
     417        7436 :         return (Node *) _readDeclareCursorStmt();
     418     2325812 :     if (MATCH("CLOSEPORTALSTMT", 15))
     419        4484 :         return (Node *) _readClosePortalStmt();
     420     2321328 :     if (MATCH("FETCHSTMT", 9))
     421       13694 :         return (Node *) _readFetchStmt();
     422     2307634 :     if (MATCH("INDEXSTMT", 9))
     423       12880 :         return (Node *) _readIndexStmt();
     424     2294754 :     if (MATCH("CREATESTATSSTMT", 15))
     425        1330 :         return (Node *) _readCreateStatsStmt();
     426     2293424 :     if (MATCH("STATSELEM", 9))
     427        3192 :         return (Node *) _readStatsElem();
     428     2290232 :     if (MATCH("ALTERSTATSSTMT", 14))
     429          52 :         return (Node *) _readAlterStatsStmt();
     430     2290180 :     if (MATCH("CREATEFUNCTIONSTMT", 18))
     431       50680 :         return (Node *) _readCreateFunctionStmt();
     432     2239500 :     if (MATCH("FUNCTIONPARAMETER", 17))
     433      162454 :         return (Node *) _readFunctionParameter();
     434     2077046 :     if (MATCH("ALTERFUNCTIONSTMT", 17))
     435        2776 :         return (Node *) _readAlterFunctionStmt();
     436     2074270 :     if (MATCH("DOSTMT", 6))
     437        2212 :         return (Node *) _readDoStmt();
     438     2072058 :     if (MATCH("CALLSTMT", 8))
     439         914 :         return (Node *) _readCallStmt();
     440     2071144 :     if (MATCH("RENAMESTMT", 10))
     441        2840 :         return (Node *) _readRenameStmt();
     442     2068304 :     if (MATCH("ALTEROBJECTDEPENDSSTMT", 22))
     443          92 :         return (Node *) _readAlterObjectDependsStmt();
     444     2068212 :     if (MATCH("ALTEROBJECTSCHEMASTMT", 21))
     445         796 :         return (Node *) _readAlterObjectSchemaStmt();
     446     2067416 :     if (MATCH("ALTEROWNERSTMT", 14))
     447        3302 :         return (Node *) _readAlterOwnerStmt();
     448     2064114 :     if (MATCH("ALTEROPERATORSTMT", 17))
     449        1216 :         return (Node *) _readAlterOperatorStmt();
     450     2062898 :     if (MATCH("ALTERTYPESTMT", 13))
     451         120 :         return (Node *) _readAlterTypeStmt();
     452     2062778 :     if (MATCH("RULESTMT", 8))
     453        2184 :         return (Node *) _readRuleStmt();
     454     2060594 :     if (MATCH("NOTIFYSTMT", 10))
     455         388 :         return (Node *) _readNotifyStmt();
     456     2060206 :     if (MATCH("LISTENSTMT", 10))
     457         148 :         return (Node *) _readListenStmt();
     458     2060058 :     if (MATCH("UNLISTENSTMT", 12))
     459          76 :         return (Node *) _readUnlistenStmt();
     460     2059982 :     if (MATCH("TRANSACTIONSTMT", 15))
     461       70426 :         return (Node *) _readTransactionStmt();
     462     1989556 :     if (MATCH("COMPOSITETYPESTMT", 17))
     463        5224 :         return (Node *) _readCompositeTypeStmt();
     464     1984332 :     if (MATCH("CREATEENUMSTMT", 14))
     465         400 :         return (Node *) _readCreateEnumStmt();
     466     1983932 :     if (MATCH("CREATERANGESTMT", 15))
     467         368 :         return (Node *) _readCreateRangeStmt();
     468     1983564 :     if (MATCH("ALTERENUMSTMT", 13))
     469         792 :         return (Node *) _readAlterEnumStmt();
     470     1982772 :     if (MATCH("VIEWSTMT", 8))
     471       33896 :         return (Node *) _readViewStmt();
     472     1948876 :     if (MATCH("LOADSTMT", 8))
     473         108 :         return (Node *) _readLoadStmt();
     474     1948768 :     if (MATCH("CREATEDBSTMT", 12))
     475        1596 :         return (Node *) _readCreatedbStmt();
     476     1947172 :     if (MATCH("ALTERDATABASESTMT", 17))
     477         152 :         return (Node *) _readAlterDatabaseStmt();
     478     1947020 :     if (MATCH("ALTERDATABASEREFRESHCOLLSTMT", 28))
     479          12 :         return (Node *) _readAlterDatabaseRefreshCollStmt();
     480     1947008 :     if (MATCH("ALTERDATABASESETSTMT", 20))
     481        2420 :         return (Node *) _readAlterDatabaseSetStmt();
     482     1944588 :     if (MATCH("DROPDBSTMT", 10))
     483         248 :         return (Node *) _readDropdbStmt();
     484     1944340 :     if (MATCH("ALTERSYSTEMSTMT", 15))
     485         380 :         return (Node *) _readAlterSystemStmt();
     486     1943960 :     if (MATCH("CLUSTERSTMT", 11))
     487         468 :         return (Node *) _readClusterStmt();
     488     1943492 :     if (MATCH("VACUUMSTMT", 10))
     489       27298 :         return (Node *) _readVacuumStmt();
     490     1916194 :     if (MATCH("VACUUMRELATION", 14))
     491       26850 :         return (Node *) _readVacuumRelation();
     492     1889344 :     if (MATCH("EXPLAINSTMT", 11))
     493       39846 :         return (Node *) _readExplainStmt();
     494     1849498 :     if (MATCH("CREATETABLEASSTMT", 17))
     495        3834 :         return (Node *) _readCreateTableAsStmt();
     496     1845664 :     if (MATCH("REFRESHMATVIEWSTMT", 18))
     497         536 :         return (Node *) _readRefreshMatViewStmt();
     498     1845128 :     if (MATCH("CHECKPOINTSTMT", 14))
     499         486 :         return (Node *) _readCheckPointStmt();
     500     1844642 :     if (MATCH("DISCARDSTMT", 11))
     501          60 :         return (Node *) _readDiscardStmt();
     502     1844582 :     if (MATCH("LOCKSTMT", 8))
     503        2376 :         return (Node *) _readLockStmt();
     504     1842206 :     if (MATCH("CONSTRAINTSSETSTMT", 18))
     505         202 :         return (Node *) _readConstraintsSetStmt();
     506     1842004 :     if (MATCH("REINDEXSTMT", 11))
     507        2220 :         return (Node *) _readReindexStmt();
     508     1839784 :     if (MATCH("CREATECONVERSIONSTMT", 20))
     509         128 :         return (Node *) _readCreateConversionStmt();
     510     1839656 :     if (MATCH("CREATECASTSTMT", 14))
     511         556 :         return (Node *) _readCreateCastStmt();
     512     1839100 :     if (MATCH("CREATETRANSFORMSTMT", 19))
     513         100 :         return (Node *) _readCreateTransformStmt();
     514     1839000 :     if (MATCH("PREPARESTMT", 11))
     515        3920 :         return (Node *) _readPrepareStmt();
     516     1835080 :     if (MATCH("EXECUTESTMT", 11))
     517       32754 :         return (Node *) _readExecuteStmt();
     518     1802326 :     if (MATCH("DEALLOCATESTMT", 14))
     519        8176 :         return (Node *) _readDeallocateStmt();
     520     1794150 :     if (MATCH("DROPOWNEDSTMT", 13))
     521         308 :         return (Node *) _readDropOwnedStmt();
     522     1793842 :     if (MATCH("REASSIGNOWNEDSTMT", 17))
     523         104 :         return (Node *) _readReassignOwnedStmt();
     524     1793738 :     if (MATCH("ALTERTSDICTIONARYSTMT", 21))
     525          80 :         return (Node *) _readAlterTSDictionaryStmt();
     526     1793658 :     if (MATCH("ALTERTSCONFIGURATIONSTMT", 24))
     527       17184 :         return (Node *) _readAlterTSConfigurationStmt();
     528     1776474 :     if (MATCH("PUBLICATIONTABLE", 16))
     529        2860 :         return (Node *) _readPublicationTable();
     530     1773614 :     if (MATCH("PUBLICATIONOBJSPEC", 18))
     531        3652 :         return (Node *) _readPublicationObjSpec();
     532     1769962 :     if (MATCH("CREATEPUBLICATIONSTMT", 21))
     533        1712 :         return (Node *) _readCreatePublicationStmt();
     534     1768250 :     if (MATCH("ALTERPUBLICATIONSTMT", 20))
     535        2180 :         return (Node *) _readAlterPublicationStmt();
     536     1766070 :     if (MATCH("CREATESUBSCRIPTIONSTMT", 22))
     537         936 :         return (Node *) _readCreateSubscriptionStmt();
     538     1765134 :     if (MATCH("ALTERSUBSCRIPTIONSTMT", 21))
     539         998 :         return (Node *) _readAlterSubscriptionStmt();
     540     1764136 :     if (MATCH("DROPSUBSCRIPTIONSTMT", 20))
     541         484 :         return (Node *) _readDropSubscriptionStmt();
     542     1763652 :     if (MATCH("GROUPBYORDERING", 15))
     543           0 :         return (Node *) _readGroupByOrdering();
     544     1763652 :     if (MATCH("PLACEHOLDERVAR", 14))
     545           0 :         return (Node *) _readPlaceHolderVar();
     546     1763652 :     if (MATCH("APPENDRELINFO", 13))
     547       50794 :         return (Node *) _readAppendRelInfo();
     548     1712858 :     if (MATCH("PLANNEDSTMT", 11))
     549      443552 :         return (Node *) _readPlannedStmt();
     550     1269306 :     if (MATCH("RESULT", 6))
     551      206220 :         return (Node *) _readResult();
     552     1063086 :     if (MATCH("PROJECTSET", 10))
     553       11688 :         return (Node *) _readProjectSet();
     554     1051398 :     if (MATCH("MODIFYTABLE", 11))
     555       86184 :         return (Node *) _readModifyTable();
     556      965214 :     if (MATCH("APPEND", 6))
     557       17214 :         return (Node *) _readAppend();
     558      948000 :     if (MATCH("MERGEAPPEND", 11))
     559         562 :         return (Node *) _readMergeAppend();
     560      947438 :     if (MATCH("RECURSIVEUNION", 14))
     561         920 :         return (Node *) _readRecursiveUnion();
     562      946518 :     if (MATCH("BITMAPAND", 9))
     563         242 :         return (Node *) _readBitmapAnd();
     564      946276 :     if (MATCH("BITMAPOR", 8))
     565         418 :         return (Node *) _readBitmapOr();
     566      945858 :     if (MATCH("SEQSCAN", 7))
     567      210808 :         return (Node *) _readSeqScan();
     568      735050 :     if (MATCH("SAMPLESCAN", 10))
     569         306 :         return (Node *) _readSampleScan();
     570      734744 :     if (MATCH("INDEXSCAN", 9))
     571      138868 :         return (Node *) _readIndexScan();
     572      595876 :     if (MATCH("INDEXONLYSCAN", 13))
     573       16612 :         return (Node *) _readIndexOnlyScan();
     574      579264 :     if (MATCH("BITMAPINDEXSCAN", 15))
     575       21314 :         return (Node *) _readBitmapIndexScan();
     576      557950 :     if (MATCH("BITMAPHEAPSCAN", 14))
     577       20648 :         return (Node *) _readBitmapHeapScan();
     578      537302 :     if (MATCH("TIDSCAN", 7))
     579         740 :         return (Node *) _readTidScan();
     580      536562 :     if (MATCH("TIDRANGESCAN", 12))
     581        1940 :         return (Node *) _readTidRangeScan();
     582      534622 :     if (MATCH("SUBQUERYSCAN", 12))
     583       10672 :         return (Node *) _readSubqueryScan();
     584      523950 :     if (MATCH("FUNCTIONSCAN", 12))
     585       51008 :         return (Node *) _readFunctionScan();
     586      472942 :     if (MATCH("VALUESSCAN", 10))
     587        8222 :         return (Node *) _readValuesScan();
     588      464720 :     if (MATCH("TABLEFUNCSCAN", 13))
     589         626 :         return (Node *) _readTableFuncScan();
     590      464094 :     if (MATCH("CTESCAN", 7))
     591        4242 :         return (Node *) _readCteScan();
     592      459852 :     if (MATCH("NAMEDTUPLESTORESCAN", 19))
     593         474 :         return (Node *) _readNamedTuplestoreScan();
     594      459378 :     if (MATCH("WORKTABLESCAN", 13))
     595         920 :         return (Node *) _readWorkTableScan();
     596      458458 :     if (MATCH("FOREIGNSCAN", 11))
     597        2020 :         return (Node *) _readForeignScan();
     598      456438 :     if (MATCH("CUSTOMSCAN", 10))
     599           0 :         return (Node *) _readCustomScan();
     600      456438 :     if (MATCH("NESTLOOP", 8))
     601       91540 :         return (Node *) _readNestLoop();
     602      364898 :     if (MATCH("NESTLOOPPARAM", 13))
     603       49774 :         return (Node *) _readNestLoopParam();
     604      315124 :     if (MATCH("MERGEJOIN", 9))
     605        7626 :         return (Node *) _readMergeJoin();
     606      307498 :     if (MATCH("HASHJOIN", 8))
     607       33244 :         return (Node *) _readHashJoin();
     608      274254 :     if (MATCH("MATERIAL", 8))
     609        4544 :         return (Node *) _readMaterial();
     610      269710 :     if (MATCH("MEMOIZE", 7))
     611        1998 :         return (Node *) _readMemoize();
     612      267712 :     if (MATCH("SORT", 4))
     613       78764 :         return (Node *) _readSort();
     614      188948 :     if (MATCH("INCREMENTALSORT", 15))
     615         992 :         return (Node *) _readIncrementalSort();
     616      187956 :     if (MATCH("GROUP", 5))
     617         246 :         return (Node *) _readGroup();
     618      187710 :     if (MATCH("AGG", 3))
     619       43668 :         return (Node *) _readAgg();
     620      144042 :     if (MATCH("WINDOWAGG", 9))
     621        2546 :         return (Node *) _readWindowAgg();
     622      141496 :     if (MATCH("UNIQUE", 6))
     623        5632 :         return (Node *) _readUnique();
     624      135864 :     if (MATCH("GATHER", 6))
     625        1080 :         return (Node *) _readGather();
     626      134784 :     if (MATCH("GATHERMERGE", 11))
     627         342 :         return (Node *) _readGatherMerge();
     628      134442 :     if (MATCH("HASH", 4))
     629       33244 :         return (Node *) _readHash();
     630      101198 :     if (MATCH("SETOP", 5))
     631         662 :         return (Node *) _readSetOp();
     632      100536 :     if (MATCH("LOCKROWS", 8))
     633        7706 :         return (Node *) _readLockRows();
     634       92830 :     if (MATCH("LIMIT", 5))
     635        4814 :         return (Node *) _readLimit();
     636       88016 :     if (MATCH("PLANROWMARK", 11))
     637       25928 :         return (Node *) _readPlanRowMark();
     638       62088 :     if (MATCH("PARTITIONPRUNEINFO", 18))
     639         682 :         return (Node *) _readPartitionPruneInfo();
     640       61406 :     if (MATCH("PARTITIONEDRELPRUNEINFO", 23))
     641        1378 :         return (Node *) _readPartitionedRelPruneInfo();
     642       60028 :     if (MATCH("PARTITIONPRUNESTEPOP", 20))
     643        1154 :         return (Node *) _readPartitionPruneStepOp();
     644       58874 :     if (MATCH("PARTITIONPRUNESTEPCOMBINE", 25))
     645         220 :         return (Node *) _readPartitionPruneStepCombine();
     646       58654 :     if (MATCH("PLANINVALITEM", 13))
     647       58654 :         return (Node *) _readPlanInvalItem();
     648           0 :     if (MATCH("EXTENSIBLENODE", 14))
     649           0 :         return (Node *) _readExtensibleNode();

Generated by: LCOV version 1.16