LCOV - code coverage report
Current view: top level - src/backend/nodes - readfuncs.switch.c Coverage Total Hit
Test: PostgreSQL 19devel Lines: 98.8 % 668 660
Test Date: 2026-05-10 04:16:29 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     35135892 :     if (MATCH("ALIAS", 5))
      19      1954893 :         return (Node *) _readAlias();
      20     33180999 :     if (MATCH("RANGEVAR", 8))
      21       575722 :         return (Node *) _readRangeVar();
      22     32605277 :     if (MATCH("TABLEFUNC", 9))
      23          982 :         return (Node *) _readTableFunc();
      24     32604295 :     if (MATCH("INTOCLAUSE", 10))
      25         2573 :         return (Node *) _readIntoClause();
      26     32601722 :     if (MATCH("VAR", 3))
      27      9394764 :         return (Node *) _readVar();
      28     23206958 :     if (MATCH("CONST", 5))
      29      2159044 :         return (Node *) _readConst();
      30     21047914 :     if (MATCH("PARAM", 5))
      31       221672 :         return (Node *) _readParam();
      32     20826242 :     if (MATCH("AGGREF", 6))
      33        70991 :         return (Node *) _readAggref();
      34     20755251 :     if (MATCH("GROUPINGFUNC", 12))
      35          756 :         return (Node *) _readGroupingFunc();
      36     20754495 :     if (MATCH("WINDOWFUNC", 10))
      37         5318 :         return (Node *) _readWindowFunc();
      38     20749177 :     if (MATCH("WINDOWFUNCRUNCONDITION", 22))
      39          240 :         return (Node *) _readWindowFuncRunCondition();
      40     20748937 :     if (MATCH("MERGESUPPORTFUNC", 16))
      41          577 :         return (Node *) _readMergeSupportFunc();
      42     20748360 :     if (MATCH("SUBSCRIPTINGREF", 15))
      43        28263 :         return (Node *) _readSubscriptingRef();
      44     20720097 :     if (MATCH("FUNCEXPR", 8))
      45       629067 :         return (Node *) _readFuncExpr();
      46     20091030 :     if (MATCH("NAMEDARGEXPR", 12))
      47        52935 :         return (Node *) _readNamedArgExpr();
      48     20038095 :     if (MATCH("OPEXPR", 6))
      49      1108861 :         return (Node *) _readOpExpr();
      50     18929234 :     if (MATCH("DISTINCTEXPR", 12))
      51         1558 :         return (Node *) _readDistinctExpr();
      52     18927676 :     if (MATCH("NULLIFEXPR", 10))
      53         1102 :         return (Node *) _readNullIfExpr();
      54     18926574 :     if (MATCH("SCALARARRAYOPEXPR", 17))
      55        51716 :         return (Node *) _readScalarArrayOpExpr();
      56     18874858 :     if (MATCH("BOOLEXPR", 8))
      57       300843 :         return (Node *) _readBoolExpr();
      58     18574015 :     if (MATCH("SUBLINK", 7))
      59        73171 :         return (Node *) _readSubLink();
      60     18500844 :     if (MATCH("SUBPLAN", 7))
      61        28781 :         return (Node *) _readSubPlan();
      62     18472063 :     if (MATCH("ALTERNATIVESUBPLAN", 18))
      63            0 :         return (Node *) _readAlternativeSubPlan();
      64     18472063 :     if (MATCH("FIELDSELECT", 11))
      65        54985 :         return (Node *) _readFieldSelect();
      66     18417078 :     if (MATCH("FIELDSTORE", 10))
      67          734 :         return (Node *) _readFieldStore();
      68     18416344 :     if (MATCH("RELABELTYPE", 11))
      69       179770 :         return (Node *) _readRelabelType();
      70     18236574 :     if (MATCH("COERCEVIAIO", 11))
      71        38810 :         return (Node *) _readCoerceViaIO();
      72     18197764 :     if (MATCH("ARRAYCOERCEEXPR", 15))
      73         7318 :         return (Node *) _readArrayCoerceExpr();
      74     18190446 :     if (MATCH("CONVERTROWTYPEEXPR", 18))
      75          555 :         return (Node *) _readConvertRowtypeExpr();
      76     18189891 :     if (MATCH("COLLATEEXPR", 11))
      77         6931 :         return (Node *) _readCollateExpr();
      78     18182960 :     if (MATCH("CASEEXPR", 8))
      79       100936 :         return (Node *) _readCaseExpr();
      80     18082024 :     if (MATCH("CASEWHEN", 8))
      81       204683 :         return (Node *) _readCaseWhen();
      82     17877341 :     if (MATCH("CASETESTEXPR", 12))
      83        46140 :         return (Node *) _readCaseTestExpr();
      84     17831201 :     if (MATCH("ARRAYEXPR", 9))
      85        24104 :         return (Node *) _readArrayExpr();
      86     17807097 :     if (MATCH("ROWEXPR", 7))
      87         9110 :         return (Node *) _readRowExpr();
      88     17797987 :     if (MATCH("ROWCOMPAREEXPR", 14))
      89          520 :         return (Node *) _readRowCompareExpr();
      90     17797467 :     if (MATCH("COALESCEEXPR", 12))
      91        12848 :         return (Node *) _readCoalesceExpr();
      92     17784619 :     if (MATCH("MINMAXEXPR", 10))
      93          639 :         return (Node *) _readMinMaxExpr();
      94     17783980 :     if (MATCH("SQLVALUEFUNCTION", 16))
      95         9200 :         return (Node *) _readSQLValueFunction();
      96     17774780 :     if (MATCH("XMLEXPR", 7))
      97         1623 :         return (Node *) _readXmlExpr();
      98     17773157 :     if (MATCH("JSONFORMAT", 10))
      99        17826 :         return (Node *) _readJsonFormat();
     100     17755331 :     if (MATCH("JSONRETURNING", 13))
     101         7698 :         return (Node *) _readJsonReturning();
     102     17747633 :     if (MATCH("JSONVALUEEXPR", 13))
     103         4768 :         return (Node *) _readJsonValueExpr();
     104     17742865 :     if (MATCH("JSONCONSTRUCTOREXPR", 19))
     105         2092 :         return (Node *) _readJsonConstructorExpr();
     106     17740773 :     if (MATCH("JSONISPREDICATE", 15))
     107          900 :         return (Node *) _readJsonIsPredicate();
     108     17739873 :     if (MATCH("JSONBEHAVIOR", 12))
     109         7996 :         return (Node *) _readJsonBehavior();
     110     17731877 :     if (MATCH("JSONEXPR", 8))
     111         4144 :         return (Node *) _readJsonExpr();
     112     17727733 :     if (MATCH("JSONTABLEPATH", 13))
     113         1040 :         return (Node *) _readJsonTablePath();
     114     17726693 :     if (MATCH("JSONTABLEPATHSCAN", 17))
     115         1040 :         return (Node *) _readJsonTablePathScan();
     116     17725653 :     if (MATCH("JSONTABLESIBLINGJOIN", 20))
     117          140 :         return (Node *) _readJsonTableSiblingJoin();
     118     17725513 :     if (MATCH("NULLTEST", 8))
     119        37423 :         return (Node *) _readNullTest();
     120     17688090 :     if (MATCH("BOOLEANTEST", 11))
     121         2689 :         return (Node *) _readBooleanTest();
     122     17685401 :     if (MATCH("MERGEACTION", 11))
     123         4385 :         return (Node *) _readMergeAction();
     124     17681016 :     if (MATCH("COERCETODOMAIN", 14))
     125        88119 :         return (Node *) _readCoerceToDomain();
     126     17592897 :     if (MATCH("COERCETODOMAINVALUE", 19))
     127         1424 :         return (Node *) _readCoerceToDomainValue();
     128     17591473 :     if (MATCH("SETTODEFAULT", 12))
     129         1201 :         return (Node *) _readSetToDefault();
     130     17590272 :     if (MATCH("CURRENTOFEXPR", 13))
     131          621 :         return (Node *) _readCurrentOfExpr();
     132     17589651 :     if (MATCH("NEXTVALUEEXPR", 13))
     133          594 :         return (Node *) _readNextValueExpr();
     134     17589057 :     if (MATCH("INFERENCEELEM", 13))
     135         1572 :         return (Node *) _readInferenceElem();
     136     17587485 :     if (MATCH("RETURNINGEXPR", 13))
     137          868 :         return (Node *) _readReturningExpr();
     138     17586617 :     if (MATCH("GRAPHLABELREF", 13))
     139          265 :         return (Node *) _readGraphLabelRef();
     140     17586352 :     if (MATCH("GRAPHPROPERTYREF", 16))
     141          160 :         return (Node *) _readGraphPropertyRef();
     142     17586192 :     if (MATCH("TARGETENTRY", 11))
     143      5062245 :         return (Node *) _readTargetEntry();
     144     12523947 :     if (MATCH("RANGETBLREF", 11))
     145       447349 :         return (Node *) _readRangeTblRef();
     146     12076598 :     if (MATCH("JOINEXPR", 8))
     147       151171 :         return (Node *) _readJoinExpr();
     148     11925427 :     if (MATCH("FROMEXPR", 8))
     149       429208 :         return (Node *) _readFromExpr();
     150     11496219 :     if (MATCH("ONCONFLICTEXPR", 14))
     151         1556 :         return (Node *) _readOnConflictExpr();
     152     11494663 :     if (MATCH("FORPORTIONOFEXPR", 16))
     153         1794 :         return (Node *) _readForPortionOfExpr();
     154     11492869 :     if (MATCH("QUERY", 5))
     155       672794 :         return (Node *) _readQuery();
     156     10820075 :     if (MATCH("TYPENAME", 8))
     157       481219 :         return (Node *) _readTypeName();
     158     10338856 :     if (MATCH("COLUMNREF", 9))
     159      1385748 :         return (Node *) _readColumnRef();
     160      8953108 :     if (MATCH("PARAMREF", 8))
     161        31442 :         return (Node *) _readParamRef();
     162      8921666 :     if (MATCH("A_EXPR", 6))
     163       437032 :         return (Node *) _readA_Expr();
     164      8484634 :     if (MATCH("A_CONST", 7))
     165       957763 :         return (Node *) _readA_Const();
     166      7526871 :     if (MATCH("TYPECAST", 8))
     167       237162 :         return (Node *) _readTypeCast();
     168      7289709 :     if (MATCH("COLLATECLAUSE", 13))
     169         7946 :         return (Node *) _readCollateClause();
     170      7281763 :     if (MATCH("ROLESPEC", 8))
     171        28685 :         return (Node *) _readRoleSpec();
     172      7253078 :     if (MATCH("FUNCCALL", 8))
     173       273035 :         return (Node *) _readFuncCall();
     174      6980043 :     if (MATCH("A_STAR", 6))
     175        47039 :         return (Node *) _readA_Star();
     176      6933004 :     if (MATCH("A_INDICES", 9))
     177        10294 :         return (Node *) _readA_Indices();
     178      6922710 :     if (MATCH("A_INDIRECTION", 13))
     179        25450 :         return (Node *) _readA_Indirection();
     180      6897260 :     if (MATCH("A_ARRAYEXPR", 11))
     181         5160 :         return (Node *) _readA_ArrayExpr();
     182      6892100 :     if (MATCH("RESTARGET", 9))
     183       864106 :         return (Node *) _readResTarget();
     184      6027994 :     if (MATCH("MULTIASSIGNREF", 14))
     185          265 :         return (Node *) _readMultiAssignRef();
     186      6027729 :     if (MATCH("SORTBY", 6))
     187        77106 :         return (Node *) _readSortBy();
     188      5950623 :     if (MATCH("WINDOWDEF", 9))
     189         3163 :         return (Node *) _readWindowDef();
     190      5947460 :     if (MATCH("RANGESUBSELECT", 14))
     191        16111 :         return (Node *) _readRangeSubselect();
     192      5931349 :     if (MATCH("RANGEFUNCTION", 13))
     193        33550 :         return (Node *) _readRangeFunction();
     194      5897799 :     if (MATCH("RANGETABLEFUNC", 14))
     195          168 :         return (Node *) _readRangeTableFunc();
     196      5897631 :     if (MATCH("RANGETABLEFUNCCOL", 17))
     197          582 :         return (Node *) _readRangeTableFuncCol();
     198      5897049 :     if (MATCH("RANGEGRAPHTABLE", 15))
     199          455 :         return (Node *) _readRangeGraphTable();
     200      5896594 :     if (MATCH("RANGETABLESAMPLE", 16))
     201          188 :         return (Node *) _readRangeTableSample();
     202      5896406 :     if (MATCH("COLUMNDEF", 9))
     203        95373 :         return (Node *) _readColumnDef();
     204      5801033 :     if (MATCH("TABLELIKECLAUSE", 15))
     205         1050 :         return (Node *) _readTableLikeClause();
     206      5799983 :     if (MATCH("INDEXELEM", 9))
     207        13229 :         return (Node *) _readIndexElem();
     208      5786754 :     if (MATCH("DEFELEM", 7))
     209       431527 :         return (Node *) _readDefElem();
     210      5355227 :     if (MATCH("LOCKINGCLAUSE", 13))
     211         4032 :         return (Node *) _readLockingClause();
     212      5351195 :     if (MATCH("XMLSERIALIZE", 12))
     213          164 :         return (Node *) _readXmlSerialize();
     214      5351031 :     if (MATCH("PARTITIONELEM", 13))
     215         7870 :         return (Node *) _readPartitionElem();
     216      5343161 :     if (MATCH("PARTITIONSPEC", 13))
     217         7226 :         return (Node *) _readPartitionSpec();
     218      5335935 :     if (MATCH("PARTITIONBOUNDSPEC", 18))
     219        86959 :         return (Node *) _readPartitionBoundSpec();
     220      5248976 :     if (MATCH("PARTITIONRANGEDATUM", 19))
     221       115984 :         return (Node *) _readPartitionRangeDatum();
     222      5132992 :     if (MATCH("SINGLEPARTITIONSPEC", 19))
     223         1460 :         return (Node *) _readSinglePartitionSpec();
     224      5131532 :     if (MATCH("PARTITIONCMD", 12))
     225         5492 :         return (Node *) _readPartitionCmd();
     226      5126040 :     if (MATCH("GRAPHPATTERN", 12))
     227          540 :         return (Node *) _readGraphPattern();
     228      5125500 :     if (MATCH("GRAPHELEMENTPATTERN", 19))
     229         1594 :         return (Node *) _readGraphElementPattern();
     230      5123906 :     if (MATCH("RANGETBLENTRY", 13))
     231      1243794 :         return (Node *) _readRangeTblEntry();
     232      3880112 :     if (MATCH("RTEPERMISSIONINFO", 17))
     233       732710 :         return (Node *) _readRTEPermissionInfo();
     234      3147402 :     if (MATCH("RANGETBLFUNCTION", 16))
     235        70894 :         return (Node *) _readRangeTblFunction();
     236      3076508 :     if (MATCH("TABLESAMPLECLAUSE", 17))
     237          393 :         return (Node *) _readTableSampleClause();
     238      3076115 :     if (MATCH("WITHCHECKOPTION", 15))
     239         4045 :         return (Node *) _readWithCheckOption();
     240      3072070 :     if (MATCH("SORTGROUPCLAUSE", 15))
     241       116682 :         return (Node *) _readSortGroupClause();
     242      2955388 :     if (MATCH("GROUPINGSET", 11))
     243         3522 :         return (Node *) _readGroupingSet();
     244      2951866 :     if (MATCH("WINDOWCLAUSE", 12))
     245         2180 :         return (Node *) _readWindowClause();
     246      2949686 :     if (MATCH("ROWMARKCLAUSE", 13))
     247         5118 :         return (Node *) _readRowMarkClause();
     248      2944568 :     if (MATCH("FORPORTIONOFCLAUSE", 18))
     249          993 :         return (Node *) _readForPortionOfClause();
     250      2943575 :     if (MATCH("WITHCLAUSE", 10))
     251         2264 :         return (Node *) _readWithClause();
     252      2941311 :     if (MATCH("INFERCLAUSE", 11))
     253         1420 :         return (Node *) _readInferClause();
     254      2939891 :     if (MATCH("ONCONFLICTCLAUSE", 16))
     255         1576 :         return (Node *) _readOnConflictClause();
     256      2938315 :     if (MATCH("CTESEARCHCLAUSE", 15))
     257          152 :         return (Node *) _readCTESearchClause();
     258      2938163 :     if (MATCH("CTECYCLECLAUSE", 14))
     259          164 :         return (Node *) _readCTECycleClause();
     260      2937999 :     if (MATCH("COMMONTABLEEXPR", 15))
     261         5954 :         return (Node *) _readCommonTableExpr();
     262      2932045 :     if (MATCH("MERGEWHENCLAUSE", 15))
     263         2042 :         return (Node *) _readMergeWhenClause();
     264      2930003 :     if (MATCH("RETURNINGOPTION", 15))
     265          100 :         return (Node *) _readReturningOption();
     266      2929903 :     if (MATCH("RETURNINGCLAUSE", 15))
     267         2470 :         return (Node *) _readReturningClause();
     268      2927433 :     if (MATCH("TRIGGERTRANSITION", 17))
     269          856 :         return (Node *) _readTriggerTransition();
     270      2926577 :     if (MATCH("JSONOUTPUT", 10))
     271         1462 :         return (Node *) _readJsonOutput();
     272      2925115 :     if (MATCH("JSONARGUMENT", 12))
     273          420 :         return (Node *) _readJsonArgument();
     274      2924695 :     if (MATCH("JSONFUNCEXPR", 12))
     275         1432 :         return (Node *) _readJsonFuncExpr();
     276      2923263 :     if (MATCH("JSONTABLEPATHSPEC", 17))
     277         1320 :         return (Node *) _readJsonTablePathSpec();
     278      2921943 :     if (MATCH("JSONTABLE", 9))
     279          400 :         return (Node *) _readJsonTable();
     280      2921543 :     if (MATCH("JSONTABLECOLUMN", 15))
     281         1104 :         return (Node *) _readJsonTableColumn();
     282      2920439 :     if (MATCH("JSONKEYVALUE", 12))
     283          738 :         return (Node *) _readJsonKeyValue();
     284      2919701 :     if (MATCH("JSONPARSEEXPR", 13))
     285          104 :         return (Node *) _readJsonParseExpr();
     286      2919597 :     if (MATCH("JSONSCALAREXPR", 14))
     287           70 :         return (Node *) _readJsonScalarExpr();
     288      2919527 :     if (MATCH("JSONSERIALIZEEXPR", 17))
     289           68 :         return (Node *) _readJsonSerializeExpr();
     290      2919459 :     if (MATCH("JSONOBJECTCONSTRUCTOR", 21))
     291          470 :         return (Node *) _readJsonObjectConstructor();
     292      2918989 :     if (MATCH("JSONARRAYCONSTRUCTOR", 20))
     293          316 :         return (Node *) _readJsonArrayConstructor();
     294      2918673 :     if (MATCH("JSONARRAYQUERYCONSTRUCTOR", 25))
     295          108 :         return (Node *) _readJsonArrayQueryConstructor();
     296      2918565 :     if (MATCH("JSONAGGCONSTRUCTOR", 18))
     297          280 :         return (Node *) _readJsonAggConstructor();
     298      2918285 :     if (MATCH("JSONOBJECTAGG", 13))
     299          156 :         return (Node *) _readJsonObjectAgg();
     300      2918129 :     if (MATCH("JSONARRAYAGG", 12))
     301          124 :         return (Node *) _readJsonArrayAgg();
     302      2918005 :     if (MATCH("RAWSTMT", 7))
     303       471808 :         return (Node *) _readRawStmt();
     304      2446197 :     if (MATCH("INSERTSTMT", 10))
     305        44950 :         return (Node *) _readInsertStmt();
     306      2401247 :     if (MATCH("DELETESTMT", 10))
     307         3333 :         return (Node *) _readDeleteStmt();
     308      2397914 :     if (MATCH("UPDATESTMT", 10))
     309         9109 :         return (Node *) _readUpdateStmt();
     310      2388805 :     if (MATCH("MERGESTMT", 9))
     311         1341 :         return (Node *) _readMergeStmt();
     312      2387464 :     if (MATCH("SELECTSTMT", 10))
     313       346206 :         return (Node *) _readSelectStmt();
     314      2041258 :     if (MATCH("SETOPERATIONSTMT", 16))
     315        21320 :         return (Node *) _readSetOperationStmt();
     316      2019938 :     if (MATCH("RETURNSTMT", 10))
     317         5492 :         return (Node *) _readReturnStmt();
     318      2014446 :     if (MATCH("PLASSIGNSTMT", 12))
     319            0 :         return (Node *) _readPLAssignStmt();
     320      2014446 :     if (MATCH("CREATESCHEMASTMT", 16))
     321         1469 :         return (Node *) _readCreateSchemaStmt();
     322      2012977 :     if (MATCH("ALTERTABLESTMT", 14))
     323        41042 :         return (Node *) _readAlterTableStmt();
     324      1971935 :     if (MATCH("ALTERTABLECMD", 13))
     325        42452 :         return (Node *) _readAlterTableCmd();
     326      1929483 :     if (MATCH("ATALTERCONSTRAINT", 17))
     327          592 :         return (Node *) _readATAlterConstraint();
     328      1928891 :     if (MATCH("REPLICAIDENTITYSTMT", 19))
     329          620 :         return (Node *) _readReplicaIdentityStmt();
     330      1928271 :     if (MATCH("ALTERCOLLATIONSTMT", 18))
     331            8 :         return (Node *) _readAlterCollationStmt();
     332      1928263 :     if (MATCH("ALTERDOMAINSTMT", 15))
     333          384 :         return (Node *) _readAlterDomainStmt();
     334      1927879 :     if (MATCH("GRANTSTMT", 9))
     335        16961 :         return (Node *) _readGrantStmt();
     336      1910918 :     if (MATCH("OBJECTWITHARGS", 14))
     337        15934 :         return (Node *) _readObjectWithArgs();
     338      1894984 :     if (MATCH("ACCESSPRIV", 10))
     339        15173 :         return (Node *) _readAccessPriv();
     340      1879811 :     if (MATCH("GRANTROLESTMT", 13))
     341          836 :         return (Node *) _readGrantRoleStmt();
     342      1878975 :     if (MATCH("ALTERDEFAULTPRIVILEGESSTMT", 26))
     343          270 :         return (Node *) _readAlterDefaultPrivilegesStmt();
     344      1878705 :     if (MATCH("COPYSTMT", 8))
     345        13443 :         return (Node *) _readCopyStmt();
     346      1865262 :     if (MATCH("VARIABLESETSTMT", 15))
     347        39487 :         return (Node *) _readVariableSetStmt();
     348      1825775 :     if (MATCH("VARIABLESHOWSTMT", 16))
     349         1158 :         return (Node *) _readVariableShowStmt();
     350      1824617 :     if (MATCH("CREATESTMT", 10))
     351        51778 :         return (Node *) _readCreateStmt();
     352      1772839 :     if (MATCH("CONSTRAINT", 10))
     353        47982 :         return (Node *) _readConstraint();
     354      1724857 :     if (MATCH("CREATETABLESPACESTMT", 20))
     355          156 :         return (Node *) _readCreateTableSpaceStmt();
     356      1724701 :     if (MATCH("DROPTABLESPACESTMT", 18))
     357           70 :         return (Node *) _readDropTableSpaceStmt();
     358      1724631 :     if (MATCH("ALTERTABLESPACEOPTIONSSTMT", 26))
     359           34 :         return (Node *) _readAlterTableSpaceOptionsStmt();
     360      1724597 :     if (MATCH("ALTERTABLEMOVEALLSTMT", 21))
     361           30 :         return (Node *) _readAlterTableMoveAllStmt();
     362      1724567 :     if (MATCH("CREATEEXTENSIONSTMT", 19))
     363          634 :         return (Node *) _readCreateExtensionStmt();
     364      1723933 :     if (MATCH("ALTEREXTENSIONSTMT", 18))
     365           37 :         return (Node *) _readAlterExtensionStmt();
     366      1723896 :     if (MATCH("ALTEREXTENSIONCONTENTSSTMT", 26))
     367          280 :         return (Node *) _readAlterExtensionContentsStmt();
     368      1723616 :     if (MATCH("CREATEFDWSTMT", 13))
     369          268 :         return (Node *) _readCreateFdwStmt();
     370      1723348 :     if (MATCH("ALTERFDWSTMT", 12))
     371          200 :         return (Node *) _readAlterFdwStmt();
     372      1723148 :     if (MATCH("CREATEFOREIGNSERVERSTMT", 23))
     373          373 :         return (Node *) _readCreateForeignServerStmt();
     374      1722775 :     if (MATCH("ALTERFOREIGNSERVERSTMT", 22))
     375          258 :         return (Node *) _readAlterForeignServerStmt();
     376      1722517 :     if (MATCH("CREATEFOREIGNTABLESTMT", 22))
     377          564 :         return (Node *) _readCreateForeignTableStmt();
     378      1721953 :     if (MATCH("CREATEUSERMAPPINGSTMT", 21))
     379          324 :         return (Node *) _readCreateUserMappingStmt();
     380      1721629 :     if (MATCH("ALTERUSERMAPPINGSTMT", 20))
     381          140 :         return (Node *) _readAlterUserMappingStmt();
     382      1721489 :     if (MATCH("DROPUSERMAPPINGSTMT", 19))
     383          158 :         return (Node *) _readDropUserMappingStmt();
     384      1721331 :     if (MATCH("IMPORTFOREIGNSCHEMASTMT", 23))
     385           56 :         return (Node *) _readImportForeignSchemaStmt();
     386      1721275 :     if (MATCH("CREATEPOLICYSTMT", 16))
     387         1134 :         return (Node *) _readCreatePolicyStmt();
     388      1720141 :     if (MATCH("ALTERPOLICYSTMT", 15))
     389          112 :         return (Node *) _readAlterPolicyStmt();
     390      1720029 :     if (MATCH("CREATEAMSTMT", 12))
     391           92 :         return (Node *) _readCreateAmStmt();
     392      1719937 :     if (MATCH("CREATETRIGSTMT", 14))
     393         4276 :         return (Node *) _readCreateTrigStmt();
     394      1715661 :     if (MATCH("CREATEEVENTTRIGSTMT", 19))
     395          256 :         return (Node *) _readCreateEventTrigStmt();
     396      1715405 :     if (MATCH("ALTEREVENTTRIGSTMT", 18))
     397           62 :         return (Node *) _readAlterEventTrigStmt();
     398      1715343 :     if (MATCH("CREATEPLANGSTMT", 15))
     399          160 :         return (Node *) _readCreatePLangStmt();
     400      1715183 :     if (MATCH("CREATEROLESTMT", 14))
     401         2572 :         return (Node *) _readCreateRoleStmt();
     402      1712611 :     if (MATCH("ALTERROLESTMT", 13))
     403          580 :         return (Node *) _readAlterRoleStmt();
     404      1712031 :     if (MATCH("ALTERROLESETSTMT", 16))
     405          102 :         return (Node *) _readAlterRoleSetStmt();
     406      1711929 :     if (MATCH("DROPROLESTMT", 12))
     407         2436 :         return (Node *) _readDropRoleStmt();
     408      1709493 :     if (MATCH("CREATESEQSTMT", 13))
     409          884 :         return (Node *) _readCreateSeqStmt();
     410      1708609 :     if (MATCH("ALTERSEQSTMT", 12))
     411          250 :         return (Node *) _readAlterSeqStmt();
     412      1708359 :     if (MATCH("DEFINESTMT", 10))
     413        11282 :         return (Node *) _readDefineStmt();
     414      1697077 :     if (MATCH("CREATEDOMAINSTMT", 16))
     415         1986 :         return (Node *) _readCreateDomainStmt();
     416      1695091 :     if (MATCH("CREATEOPCLASSSTMT", 17))
     417          590 :         return (Node *) _readCreateOpClassStmt();
     418      1694501 :     if (MATCH("CREATEOPCLASSITEM", 17))
     419         7170 :         return (Node *) _readCreateOpClassItem();
     420      1687331 :     if (MATCH("CREATEOPFAMILYSTMT", 18))
     421          190 :         return (Node *) _readCreateOpFamilyStmt();
     422      1687141 :     if (MATCH("ALTEROPFAMILYSTMT", 17))
     423          552 :         return (Node *) _readAlterOpFamilyStmt();
     424      1686589 :     if (MATCH("DROPSTMT", 8))
     425        34761 :         return (Node *) _readDropStmt();
     426      1651828 :     if (MATCH("TRUNCATESTMT", 12))
     427         2312 :         return (Node *) _readTruncateStmt();
     428      1649516 :     if (MATCH("COMMENTSTMT", 11))
     429         8729 :         return (Node *) _readCommentStmt();
     430      1640787 :     if (MATCH("SECLABELSTMT", 12))
     431          134 :         return (Node *) _readSecLabelStmt();
     432      1640653 :     if (MATCH("DECLARECURSORSTMT", 17))
     433         4322 :         return (Node *) _readDeclareCursorStmt();
     434      1636331 :     if (MATCH("CLOSEPORTALSTMT", 15))
     435         2362 :         return (Node *) _readClosePortalStmt();
     436      1633969 :     if (MATCH("FETCHSTMT", 9))
     437         7720 :         return (Node *) _readFetchStmt();
     438      1626249 :     if (MATCH("INDEXSTMT", 9))
     439         8619 :         return (Node *) _readIndexStmt();
     440      1617630 :     if (MATCH("CREATESTATSSTMT", 15))
     441         1204 :         return (Node *) _readCreateStatsStmt();
     442      1616426 :     if (MATCH("STATSELEM", 9))
     443         2840 :         return (Node *) _readStatsElem();
     444      1613586 :     if (MATCH("ALTERSTATSSTMT", 14))
     445           34 :         return (Node *) _readAlterStatsStmt();
     446      1613552 :     if (MATCH("CREATEFUNCTIONSTMT", 18))
     447        25722 :         return (Node *) _readCreateFunctionStmt();
     448      1587830 :     if (MATCH("FUNCTIONPARAMETER", 17))
     449        66845 :         return (Node *) _readFunctionParameter();
     450      1520985 :     if (MATCH("ALTERFUNCTIONSTMT", 17))
     451          416 :         return (Node *) _readAlterFunctionStmt();
     452      1520569 :     if (MATCH("DOSTMT", 6))
     453         1292 :         return (Node *) _readDoStmt();
     454      1519277 :     if (MATCH("CALLSTMT", 8))
     455          544 :         return (Node *) _readCallStmt();
     456      1518733 :     if (MATCH("RENAMESTMT", 10))
     457         1904 :         return (Node *) _readRenameStmt();
     458      1516829 :     if (MATCH("ALTEROBJECTDEPENDSSTMT", 22))
     459           70 :         return (Node *) _readAlterObjectDependsStmt();
     460      1516759 :     if (MATCH("ALTEROBJECTSCHEMASTMT", 21))
     461          562 :         return (Node *) _readAlterObjectSchemaStmt();
     462      1516197 :     if (MATCH("ALTEROWNERSTMT", 14))
     463         1992 :         return (Node *) _readAlterOwnerStmt();
     464      1514205 :     if (MATCH("ALTEROPERATORSTMT", 17))
     465          664 :         return (Node *) _readAlterOperatorStmt();
     466      1513541 :     if (MATCH("ALTERTYPESTMT", 13))
     467           72 :         return (Node *) _readAlterTypeStmt();
     468      1513469 :     if (MATCH("RULESTMT", 8))
     469         1492 :         return (Node *) _readRuleStmt();
     470      1511977 :     if (MATCH("NOTIFYSTMT", 10))
     471          253 :         return (Node *) _readNotifyStmt();
     472      1511724 :     if (MATCH("LISTENSTMT", 10))
     473          120 :         return (Node *) _readListenStmt();
     474      1511604 :     if (MATCH("UNLISTENSTMT", 12))
     475          160 :         return (Node *) _readUnlistenStmt();
     476      1511444 :     if (MATCH("TRANSACTIONSTMT", 15))
     477        54224 :         return (Node *) _readTransactionStmt();
     478      1457220 :     if (MATCH("COMPOSITETYPESTMT", 17))
     479         2846 :         return (Node *) _readCompositeTypeStmt();
     480      1454374 :     if (MATCH("CREATEENUMSTMT", 14))
     481          264 :         return (Node *) _readCreateEnumStmt();
     482      1454110 :     if (MATCH("CREATERANGESTMT", 15))
     483          284 :         return (Node *) _readCreateRangeStmt();
     484      1453826 :     if (MATCH("ALTERENUMSTMT", 13))
     485          492 :         return (Node *) _readAlterEnumStmt();
     486      1453334 :     if (MATCH("VIEWSTMT", 8))
     487        21859 :         return (Node *) _readViewStmt();
     488      1431475 :     if (MATCH("LOADSTMT", 8))
     489           92 :         return (Node *) _readLoadStmt();
     490      1431383 :     if (MATCH("CREATEDBSTMT", 12))
     491          896 :         return (Node *) _readCreatedbStmt();
     492      1430487 :     if (MATCH("ALTERDATABASESTMT", 17))
     493          106 :         return (Node *) _readAlterDatabaseStmt();
     494      1430381 :     if (MATCH("ALTERDATABASEREFRESHCOLLSTMT", 28))
     495            8 :         return (Node *) _readAlterDatabaseRefreshCollStmt();
     496      1430373 :     if (MATCH("ALTERDATABASESETSTMT", 20))
     497         1322 :         return (Node *) _readAlterDatabaseSetStmt();
     498      1429051 :     if (MATCH("DROPDBSTMT", 10))
     499          148 :         return (Node *) _readDropdbStmt();
     500      1428903 :     if (MATCH("ALTERSYSTEMSTMT", 15))
     501          238 :         return (Node *) _readAlterSystemStmt();
     502      1428665 :     if (MATCH("VACUUMSTMT", 10))
     503        17344 :         return (Node *) _readVacuumStmt();
     504      1411321 :     if (MATCH("VACUUMRELATION", 14))
     505        17592 :         return (Node *) _readVacuumRelation();
     506      1393729 :     if (MATCH("REPACKSTMT", 10))
     507          454 :         return (Node *) _readRepackStmt();
     508      1393275 :     if (MATCH("EXPLAINSTMT", 11))
     509        27489 :         return (Node *) _readExplainStmt();
     510      1365786 :     if (MATCH("CREATETABLEASSTMT", 17))
     511         2490 :         return (Node *) _readCreateTableAsStmt();
     512      1363296 :     if (MATCH("REFRESHMATVIEWSTMT", 18))
     513          348 :         return (Node *) _readRefreshMatViewStmt();
     514      1362948 :     if (MATCH("CHECKPOINTSTMT", 14))
     515          289 :         return (Node *) _readCheckPointStmt();
     516      1362659 :     if (MATCH("DISCARDSTMT", 11))
     517           48 :         return (Node *) _readDiscardStmt();
     518      1362611 :     if (MATCH("LOCKSTMT", 8))
     519         1292 :         return (Node *) _readLockStmt();
     520      1361319 :     if (MATCH("CONSTRAINTSSETSTMT", 18))
     521          141 :         return (Node *) _readConstraintsSetStmt();
     522      1361178 :     if (MATCH("REINDEXSTMT", 11))
     523         1410 :         return (Node *) _readReindexStmt();
     524      1359768 :     if (MATCH("CREATECONVERSIONSTMT", 20))
     525           84 :         return (Node *) _readCreateConversionStmt();
     526      1359684 :     if (MATCH("CREATECASTSTMT", 14))
     527          324 :         return (Node *) _readCreateCastStmt();
     528      1359360 :     if (MATCH("CREATEPROPGRAPHSTMT", 19))
     529          402 :         return (Node *) _readCreatePropGraphStmt();
     530      1358958 :     if (MATCH("PROPGRAPHVERTEX", 15))
     531          796 :         return (Node *) _readPropGraphVertex();
     532      1358162 :     if (MATCH("PROPGRAPHEDGE", 13))
     533          426 :         return (Node *) _readPropGraphEdge();
     534      1357736 :     if (MATCH("PROPGRAPHLABELANDPROPERTIES", 27))
     535         1510 :         return (Node *) _readPropGraphLabelAndProperties();
     536      1356226 :     if (MATCH("PROPGRAPHPROPERTIES", 19))
     537         1526 :         return (Node *) _readPropGraphProperties();
     538      1354700 :     if (MATCH("ALTERPROPGRAPHSTMT", 18))
     539          248 :         return (Node *) _readAlterPropGraphStmt();
     540      1354452 :     if (MATCH("CREATETRANSFORMSTMT", 19))
     541           52 :         return (Node *) _readCreateTransformStmt();
     542      1354400 :     if (MATCH("PREPARESTMT", 11))
     543         2370 :         return (Node *) _readPrepareStmt();
     544      1352030 :     if (MATCH("EXECUTESTMT", 11))
     545        18010 :         return (Node *) _readExecuteStmt();
     546      1334020 :     if (MATCH("DEALLOCATESTMT", 14))
     547         4190 :         return (Node *) _readDeallocateStmt();
     548      1329830 :     if (MATCH("DROPOWNEDSTMT", 13))
     549          188 :         return (Node *) _readDropOwnedStmt();
     550      1329642 :     if (MATCH("REASSIGNOWNEDSTMT", 17))
     551           68 :         return (Node *) _readReassignOwnedStmt();
     552      1329574 :     if (MATCH("ALTERTSDICTIONARYSTMT", 21))
     553           46 :         return (Node *) _readAlterTSDictionaryStmt();
     554      1329528 :     if (MATCH("ALTERTSCONFIGURATIONSTMT", 24))
     555        10500 :         return (Node *) _readAlterTSConfigurationStmt();
     556      1319028 :     if (MATCH("PUBLICATIONTABLE", 16))
     557         2042 :         return (Node *) _readPublicationTable();
     558      1316986 :     if (MATCH("PUBLICATIONOBJSPEC", 18))
     559         2570 :         return (Node *) _readPublicationObjSpec();
     560      1314416 :     if (MATCH("PUBLICATIONALLOBJSPEC", 21))
     561            0 :         return (Node *) _readPublicationAllObjSpec();
     562      1314416 :     if (MATCH("CREATEPUBLICATIONSTMT", 21))
     563         1262 :         return (Node *) _readCreatePublicationStmt();
     564      1313154 :     if (MATCH("ALTERPUBLICATIONSTMT", 20))
     565         1562 :         return (Node *) _readAlterPublicationStmt();
     566      1311592 :     if (MATCH("CREATESUBSCRIPTIONSTMT", 22))
     567          608 :         return (Node *) _readCreateSubscriptionStmt();
     568      1310984 :     if (MATCH("ALTERSUBSCRIPTIONSTMT", 21))
     569          687 :         return (Node *) _readAlterSubscriptionStmt();
     570      1310297 :     if (MATCH("DROPSUBSCRIPTIONSTMT", 20))
     571          310 :         return (Node *) _readDropSubscriptionStmt();
     572      1309987 :     if (MATCH("WAITSTMT", 8))
     573          499 :         return (Node *) _readWaitStmt();
     574      1309488 :     if (MATCH("GROUPBYORDERING", 15))
     575            0 :         return (Node *) _readGroupByOrdering();
     576      1309488 :     if (MATCH("PLACEHOLDERVAR", 14))
     577            0 :         return (Node *) _readPlaceHolderVar();
     578      1309488 :     if (MATCH("APPENDRELINFO", 13))
     579        40299 :         return (Node *) _readAppendRelInfo();
     580      1269189 :     if (MATCH("PLANNEDSTMT", 11))
     581       292400 :         return (Node *) _readPlannedStmt();
     582       976789 :     if (MATCH("RESULT", 6))
     583       134733 :         return (Node *) _readResult();
     584       842056 :     if (MATCH("PROJECTSET", 10))
     585         8634 :         return (Node *) _readProjectSet();
     586       833422 :     if (MATCH("MODIFYTABLE", 11))
     587        57382 :         return (Node *) _readModifyTable();
     588       776040 :     if (MATCH("APPEND", 6))
     589        12542 :         return (Node *) _readAppend();
     590       763498 :     if (MATCH("MERGEAPPEND", 11))
     591          386 :         return (Node *) _readMergeAppend();
     592       763112 :     if (MATCH("RECURSIVEUNION", 14))
     593          614 :         return (Node *) _readRecursiveUnion();
     594       762498 :     if (MATCH("BITMAPAND", 9))
     595          146 :         return (Node *) _readBitmapAnd();
     596       762352 :     if (MATCH("BITMAPOR", 8))
     597          254 :         return (Node *) _readBitmapOr();
     598       762098 :     if (MATCH("SEQSCAN", 7))
     599       160510 :         return (Node *) _readSeqScan();
     600       601588 :     if (MATCH("SAMPLESCAN", 10))
     601          200 :         return (Node *) _readSampleScan();
     602       601388 :     if (MATCH("INDEXSCAN", 9))
     603        89042 :         return (Node *) _readIndexScan();
     604       512346 :     if (MATCH("INDEXONLYSCAN", 13))
     605        12088 :         return (Node *) _readIndexOnlyScan();
     606       500258 :     if (MATCH("BITMAPINDEXSCAN", 15))
     607        17155 :         return (Node *) _readBitmapIndexScan();
     608       483103 :     if (MATCH("BITMAPHEAPSCAN", 14))
     609        16751 :         return (Node *) _readBitmapHeapScan();
     610       466352 :     if (MATCH("TIDSCAN", 7))
     611          471 :         return (Node *) _readTidScan();
     612       465881 :     if (MATCH("TIDRANGESCAN", 12))
     613         1396 :         return (Node *) _readTidRangeScan();
     614       464485 :     if (MATCH("SUBQUERYSCAN", 12))
     615        14457 :         return (Node *) _readSubqueryScan();
     616       450028 :     if (MATCH("FUNCTIONSCAN", 12))
     617        31757 :         return (Node *) _readFunctionScan();
     618       418271 :     if (MATCH("VALUESSCAN", 10))
     619         5701 :         return (Node *) _readValuesScan();
     620       412570 :     if (MATCH("TABLEFUNCSCAN", 13))
     621          416 :         return (Node *) _readTableFuncScan();
     622       412154 :     if (MATCH("CTESCAN", 7))
     623         2684 :         return (Node *) _readCteScan();
     624       409470 :     if (MATCH("NAMEDTUPLESTORESCAN", 19))
     625          348 :         return (Node *) _readNamedTuplestoreScan();
     626       409122 :     if (MATCH("WORKTABLESCAN", 13))
     627          614 :         return (Node *) _readWorkTableScan();
     628       408508 :     if (MATCH("FOREIGNSCAN", 11))
     629         1049 :         return (Node *) _readForeignScan();
     630       407459 :     if (MATCH("CUSTOMSCAN", 10))
     631            0 :         return (Node *) _readCustomScan();
     632       407459 :     if (MATCH("NESTLOOP", 8))
     633        66863 :         return (Node *) _readNestLoop();
     634       340596 :     if (MATCH("NESTLOOPPARAM", 13))
     635        38804 :         return (Node *) _readNestLoopParam();
     636       301792 :     if (MATCH("MERGEJOIN", 9))
     637         5102 :         return (Node *) _readMergeJoin();
     638       296690 :     if (MATCH("HASHJOIN", 8))
     639        27474 :         return (Node *) _readHashJoin();
     640       269216 :     if (MATCH("MATERIAL", 8))
     641         2800 :         return (Node *) _readMaterial();
     642       266416 :     if (MATCH("MEMOIZE", 7))
     643         1328 :         return (Node *) _readMemoize();
     644       265088 :     if (MATCH("SORT", 4))
     645        56542 :         return (Node *) _readSort();
     646       208546 :     if (MATCH("INCREMENTALSORT", 15))
     647          623 :         return (Node *) _readIncrementalSort();
     648       207923 :     if (MATCH("GROUP", 5))
     649          182 :         return (Node *) _readGroup();
     650       207741 :     if (MATCH("AGG", 3))
     651        33334 :         return (Node *) _readAgg();
     652       174407 :     if (MATCH("WINDOWAGG", 9))
     653         1910 :         return (Node *) _readWindowAgg();
     654       172497 :     if (MATCH("UNIQUE", 6))
     655         3568 :         return (Node *) _readUnique();
     656       168929 :     if (MATCH("GATHER", 6))
     657          772 :         return (Node *) _readGather();
     658       168157 :     if (MATCH("GATHERMERGE", 11))
     659          260 :         return (Node *) _readGatherMerge();
     660       167897 :     if (MATCH("HASH", 4))
     661        27474 :         return (Node *) _readHash();
     662       140423 :     if (MATCH("SETOP", 5))
     663          480 :         return (Node *) _readSetOp();
     664       139943 :     if (MATCH("LOCKROWS", 8))
     665         6062 :         return (Node *) _readLockRows();
     666       133881 :     if (MATCH("LIMIT", 5))
     667         3114 :         return (Node *) _readLimit();
     668       130767 :     if (MATCH("PLANROWMARK", 11))
     669        19118 :         return (Node *) _readPlanRowMark();
     670       111649 :     if (MATCH("PARTITIONPRUNEINFO", 18))
     671          459 :         return (Node *) _readPartitionPruneInfo();
     672       111190 :     if (MATCH("PARTITIONEDRELPRUNEINFO", 23))
     673          926 :         return (Node *) _readPartitionedRelPruneInfo();
     674       110264 :     if (MATCH("PARTITIONPRUNESTEPOP", 20))
     675          774 :         return (Node *) _readPartitionPruneStepOp();
     676       109490 :     if (MATCH("PARTITIONPRUNESTEPCOMBINE", 25))
     677          146 :         return (Node *) _readPartitionPruneStepCombine();
     678       109344 :     if (MATCH("PLANINVALITEM", 13))
     679        36852 :         return (Node *) _readPlanInvalItem();
     680        72492 :     if (MATCH("SUBPLANRTINFO", 13))
     681        56219 :         return (Node *) _readSubPlanRTInfo();
     682        16273 :     if (MATCH("ELIDEDNODE", 10))
     683        16273 :         return (Node *) _readElidedNode();
     684            0 :     if (MATCH("EXTENSIBLENODE", 14))
     685            0 :         return (Node *) _readExtensibleNode();
        

Generated by: LCOV version 2.0-1