From 943ca81e22ccb415c4fd7e0f190029cd55419574 Mon Sep 17 00:00:00 2001 From: Dan Lynch Date: Sun, 31 Mar 2024 17:20:30 -0700 Subject: [PATCH] snaps --- packages/parser/__tests__/__snapshots__/types.test.ts.snap | 1 - packages/parser/__tests__/__snapshots__/utils.test.ts.snap | 1 - 2 files changed, 2 deletions(-) diff --git a/packages/parser/__tests__/__snapshots__/types.test.ts.snap b/packages/parser/__tests__/__snapshots__/types.test.ts.snap index 6fb716c..4c3059a 100644 --- a/packages/parser/__tests__/__snapshots__/types.test.ts.snap +++ b/packages/parser/__tests__/__snapshots__/types.test.ts.snap @@ -5475,7 +5475,6 @@ export interface ScanToken { * DO NOT MODIFY IT BY HAND. Instead, modify the source proto file, * and run the pg-proto-parser generate command to regenerate this file. */ -import { OverridingKind, QuerySource, SortByDir, SortByNulls, SetQuantifier, A_Expr_Kind, RoleSpecType, TableLikeOption, DefElemAction, PartitionStrategy, PartitionRangeDatumKind, RTEKind, WCOKind, GroupingSetKind, CTEMaterialize, SetOperation, ObjectType, DropBehavior, AlterTableType, GrantTargetType, VariableSetKind, ConstrType, ImportForeignSchemaType, RoleStmtType, FetchDirection, FunctionParameterMode, TransactionStmtKind, ViewCheckOption, DiscardMode, ReindexObjectType, AlterTSConfigType, PublicationObjSpecType, AlterPublicationAction, AlterSubscriptionType, OnCommitAction, ParamKind, CoercionContext, CoercionForm, BoolExprType, SubLinkType, RowCompareType, MinMaxOp, SQLValueFunctionOp, XmlExprOp, XmlOptionType, JsonEncoding, JsonFormatType, JsonConstructorType, JsonValueType, NullTestType, BoolTestType, CmdType, JoinType, AggStrategy, AggSplit, SetOpCmd, SetOpStrategy, OnConflictAction, LimitOption, LockClauseStrength, LockWaitPolicy, LockTupleMode, KeywordKind, Token } from "my-enums.ts"; import { ParseResult as ParseResult_Type, ScanResult as ScanResult_Type, Integer as Integer_Type, Float as Float_Type, Boolean as Boolean_Type, String as String_Type, BitString as BitString_Type, List as List_Type, OidList as OidList_Type, IntList as IntList_Type, A_Const as A_Const_Type, Alias as Alias_Type, RangeVar as RangeVar_Type, TableFunc as TableFunc_Type, IntoClause as IntoClause_Type, Var as Var_Type, Param as Param_Type, Aggref as Aggref_Type, GroupingFunc as GroupingFunc_Type, WindowFunc as WindowFunc_Type, SubscriptingRef as SubscriptingRef_Type, FuncExpr as FuncExpr_Type, NamedArgExpr as NamedArgExpr_Type, OpExpr as OpExpr_Type, DistinctExpr as DistinctExpr_Type, NullIfExpr as NullIfExpr_Type, ScalarArrayOpExpr as ScalarArrayOpExpr_Type, BoolExpr as BoolExpr_Type, SubLink as SubLink_Type, SubPlan as SubPlan_Type, AlternativeSubPlan as AlternativeSubPlan_Type, FieldSelect as FieldSelect_Type, FieldStore as FieldStore_Type, RelabelType as RelabelType_Type, CoerceViaIO as CoerceViaIO_Type, ArrayCoerceExpr as ArrayCoerceExpr_Type, ConvertRowtypeExpr as ConvertRowtypeExpr_Type, CollateExpr as CollateExpr_Type, CaseExpr as CaseExpr_Type, CaseWhen as CaseWhen_Type, CaseTestExpr as CaseTestExpr_Type, ArrayExpr as ArrayExpr_Type, RowExpr as RowExpr_Type, RowCompareExpr as RowCompareExpr_Type, CoalesceExpr as CoalesceExpr_Type, MinMaxExpr as MinMaxExpr_Type, SQLValueFunction as SQLValueFunction_Type, XmlExpr as XmlExpr_Type, JsonFormat as JsonFormat_Type, JsonReturning as JsonReturning_Type, JsonValueExpr as JsonValueExpr_Type, JsonConstructorExpr as JsonConstructorExpr_Type, JsonIsPredicate as JsonIsPredicate_Type, NullTest as NullTest_Type, BooleanTest as BooleanTest_Type, CoerceToDomain as CoerceToDomain_Type, CoerceToDomainValue as CoerceToDomainValue_Type, SetToDefault as SetToDefault_Type, CurrentOfExpr as CurrentOfExpr_Type, NextValueExpr as NextValueExpr_Type, InferenceElem as InferenceElem_Type, TargetEntry as TargetEntry_Type, RangeTblRef as RangeTblRef_Type, JoinExpr as JoinExpr_Type, FromExpr as FromExpr_Type, OnConflictExpr as OnConflictExpr_Type, Query as Query_Type, TypeName as TypeName_Type, ColumnRef as ColumnRef_Type, ParamRef as ParamRef_Type, A_Expr as A_Expr_Type, TypeCast as TypeCast_Type, CollateClause as CollateClause_Type, RoleSpec as RoleSpec_Type, FuncCall as FuncCall_Type, A_Star as A_Star_Type, A_Indices as A_Indices_Type, A_Indirection as A_Indirection_Type, A_ArrayExpr as A_ArrayExpr_Type, ResTarget as ResTarget_Type, MultiAssignRef as MultiAssignRef_Type, SortBy as SortBy_Type, WindowDef as WindowDef_Type, RangeSubselect as RangeSubselect_Type, RangeFunction as RangeFunction_Type, RangeTableFunc as RangeTableFunc_Type, RangeTableFuncCol as RangeTableFuncCol_Type, RangeTableSample as RangeTableSample_Type, ColumnDef as ColumnDef_Type, TableLikeClause as TableLikeClause_Type, IndexElem as IndexElem_Type, DefElem as DefElem_Type, LockingClause as LockingClause_Type, XmlSerialize as XmlSerialize_Type, PartitionElem as PartitionElem_Type, PartitionSpec as PartitionSpec_Type, PartitionBoundSpec as PartitionBoundSpec_Type, PartitionRangeDatum as PartitionRangeDatum_Type, PartitionCmd as PartitionCmd_Type, RangeTblEntry as RangeTblEntry_Type, RTEPermissionInfo as RTEPermissionInfo_Type, RangeTblFunction as RangeTblFunction_Type, TableSampleClause as TableSampleClause_Type, WithCheckOption as WithCheckOption_Type, SortGroupClause as SortGroupClause_Type, GroupingSet as GroupingSet_Type, WindowClause as WindowClause_Type, RowMarkClause as RowMarkClause_Type, WithClause as WithClause_Type, InferClause as InferClause_Type, OnConflictClause as OnConflictClause_Type, CTESearchClause as CTESearchClause_Type, CTECycleClause as CTECycleClause_Type, CommonTableExpr as CommonTableExpr_Type, MergeWhenClause as MergeWhenClause_Type, MergeAction as MergeAction_Type, TriggerTransition as TriggerTransition_Type, JsonOutput as JsonOutput_Type, JsonKeyValue as JsonKeyValue_Type, JsonObjectConstructor as JsonObjectConstructor_Type, JsonArrayConstructor as JsonArrayConstructor_Type, JsonArrayQueryConstructor as JsonArrayQueryConstructor_Type, JsonAggConstructor as JsonAggConstructor_Type, JsonObjectAgg as JsonObjectAgg_Type, JsonArrayAgg as JsonArrayAgg_Type, RawStmt as RawStmt_Type, InsertStmt as InsertStmt_Type, DeleteStmt as DeleteStmt_Type, UpdateStmt as UpdateStmt_Type, MergeStmt as MergeStmt_Type, SelectStmt as SelectStmt_Type, SetOperationStmt as SetOperationStmt_Type, ReturnStmt as ReturnStmt_Type, PLAssignStmt as PLAssignStmt_Type, CreateSchemaStmt as CreateSchemaStmt_Type, AlterTableStmt as AlterTableStmt_Type, ReplicaIdentityStmt as ReplicaIdentityStmt_Type, AlterTableCmd as AlterTableCmd_Type, AlterCollationStmt as AlterCollationStmt_Type, AlterDomainStmt as AlterDomainStmt_Type, GrantStmt as GrantStmt_Type, ObjectWithArgs as ObjectWithArgs_Type, AccessPriv as AccessPriv_Type, GrantRoleStmt as GrantRoleStmt_Type, AlterDefaultPrivilegesStmt as AlterDefaultPrivilegesStmt_Type, CopyStmt as CopyStmt_Type, VariableSetStmt as VariableSetStmt_Type, VariableShowStmt as VariableShowStmt_Type, CreateStmt as CreateStmt_Type, Constraint as Constraint_Type, CreateTableSpaceStmt as CreateTableSpaceStmt_Type, DropTableSpaceStmt as DropTableSpaceStmt_Type, AlterTableSpaceOptionsStmt as AlterTableSpaceOptionsStmt_Type, AlterTableMoveAllStmt as AlterTableMoveAllStmt_Type, CreateExtensionStmt as CreateExtensionStmt_Type, AlterExtensionStmt as AlterExtensionStmt_Type, AlterExtensionContentsStmt as AlterExtensionContentsStmt_Type, CreateFdwStmt as CreateFdwStmt_Type, AlterFdwStmt as AlterFdwStmt_Type, CreateForeignServerStmt as CreateForeignServerStmt_Type, AlterForeignServerStmt as AlterForeignServerStmt_Type, CreateForeignTableStmt as CreateForeignTableStmt_Type, CreateUserMappingStmt as CreateUserMappingStmt_Type, AlterUserMappingStmt as AlterUserMappingStmt_Type, DropUserMappingStmt as DropUserMappingStmt_Type, ImportForeignSchemaStmt as ImportForeignSchemaStmt_Type, CreatePolicyStmt as CreatePolicyStmt_Type, AlterPolicyStmt as AlterPolicyStmt_Type, CreateAmStmt as CreateAmStmt_Type, CreateTrigStmt as CreateTrigStmt_Type, CreateEventTrigStmt as CreateEventTrigStmt_Type, AlterEventTrigStmt as AlterEventTrigStmt_Type, CreatePLangStmt as CreatePLangStmt_Type, CreateRoleStmt as CreateRoleStmt_Type, AlterRoleStmt as AlterRoleStmt_Type, AlterRoleSetStmt as AlterRoleSetStmt_Type, DropRoleStmt as DropRoleStmt_Type, CreateSeqStmt as CreateSeqStmt_Type, AlterSeqStmt as AlterSeqStmt_Type, DefineStmt as DefineStmt_Type, CreateDomainStmt as CreateDomainStmt_Type, CreateOpClassStmt as CreateOpClassStmt_Type, CreateOpClassItem as CreateOpClassItem_Type, CreateOpFamilyStmt as CreateOpFamilyStmt_Type, AlterOpFamilyStmt as AlterOpFamilyStmt_Type, DropStmt as DropStmt_Type, TruncateStmt as TruncateStmt_Type, CommentStmt as CommentStmt_Type, SecLabelStmt as SecLabelStmt_Type, DeclareCursorStmt as DeclareCursorStmt_Type, ClosePortalStmt as ClosePortalStmt_Type, FetchStmt as FetchStmt_Type, IndexStmt as IndexStmt_Type, CreateStatsStmt as CreateStatsStmt_Type, StatsElem as StatsElem_Type, AlterStatsStmt as AlterStatsStmt_Type, CreateFunctionStmt as CreateFunctionStmt_Type, FunctionParameter as FunctionParameter_Type, AlterFunctionStmt as AlterFunctionStmt_Type, DoStmt as DoStmt_Type, InlineCodeBlock as InlineCodeBlock_Type, CallStmt as CallStmt_Type, CallContext as CallContext_Type, RenameStmt as RenameStmt_Type, AlterObjectDependsStmt as AlterObjectDependsStmt_Type, AlterObjectSchemaStmt as AlterObjectSchemaStmt_Type, AlterOwnerStmt as AlterOwnerStmt_Type, AlterOperatorStmt as AlterOperatorStmt_Type, AlterTypeStmt as AlterTypeStmt_Type, RuleStmt as RuleStmt_Type, NotifyStmt as NotifyStmt_Type, ListenStmt as ListenStmt_Type, UnlistenStmt as UnlistenStmt_Type, TransactionStmt as TransactionStmt_Type, CompositeTypeStmt as CompositeTypeStmt_Type, CreateEnumStmt as CreateEnumStmt_Type, CreateRangeStmt as CreateRangeStmt_Type, AlterEnumStmt as AlterEnumStmt_Type, ViewStmt as ViewStmt_Type, LoadStmt as LoadStmt_Type, CreatedbStmt as CreatedbStmt_Type, AlterDatabaseStmt as AlterDatabaseStmt_Type, AlterDatabaseRefreshCollStmt as AlterDatabaseRefreshCollStmt_Type, AlterDatabaseSetStmt as AlterDatabaseSetStmt_Type, DropdbStmt as DropdbStmt_Type, AlterSystemStmt as AlterSystemStmt_Type, ClusterStmt as ClusterStmt_Type, VacuumStmt as VacuumStmt_Type, VacuumRelation as VacuumRelation_Type, ExplainStmt as ExplainStmt_Type, CreateTableAsStmt as CreateTableAsStmt_Type, RefreshMatViewStmt as RefreshMatViewStmt_Type, CheckPointStmt as CheckPointStmt_Type, DiscardStmt as DiscardStmt_Type, LockStmt as LockStmt_Type, ConstraintsSetStmt as ConstraintsSetStmt_Type, ReindexStmt as ReindexStmt_Type, CreateConversionStmt as CreateConversionStmt_Type, CreateCastStmt as CreateCastStmt_Type, CreateTransformStmt as CreateTransformStmt_Type, PrepareStmt as PrepareStmt_Type, ExecuteStmt as ExecuteStmt_Type, DeallocateStmt as DeallocateStmt_Type, DropOwnedStmt as DropOwnedStmt_Type, ReassignOwnedStmt as ReassignOwnedStmt_Type, AlterTSDictionaryStmt as AlterTSDictionaryStmt_Type, AlterTSConfigurationStmt as AlterTSConfigurationStmt_Type, PublicationTable as PublicationTable_Type, PublicationObjSpec as PublicationObjSpec_Type, CreatePublicationStmt as CreatePublicationStmt_Type, AlterPublicationStmt as AlterPublicationStmt_Type, CreateSubscriptionStmt as CreateSubscriptionStmt_Type, AlterSubscriptionStmt as AlterSubscriptionStmt_Type, DropSubscriptionStmt as DropSubscriptionStmt_Type, ScanToken as ScanToken_Type } from "./types.ts"; export interface ParseResult { ParseResult: ParseResult_Type; diff --git a/packages/parser/__tests__/__snapshots__/utils.test.ts.snap b/packages/parser/__tests__/__snapshots__/utils.test.ts.snap index 342886e..90f7bb5 100644 --- a/packages/parser/__tests__/__snapshots__/utils.test.ts.snap +++ b/packages/parser/__tests__/__snapshots__/utils.test.ts.snap @@ -16109,7 +16109,6 @@ export const getEnumValue = (enumType: EnumType, key: string | number) => { * DO NOT MODIFY IT BY HAND. Instead, modify the source proto file, * and run the pg-proto-parser generate command to regenerate this file. */ -import { OverridingKind, QuerySource, SortByDir, SortByNulls, SetQuantifier, A_Expr_Kind, RoleSpecType, TableLikeOption, DefElemAction, PartitionStrategy, PartitionRangeDatumKind, RTEKind, WCOKind, GroupingSetKind, CTEMaterialize, SetOperation, ObjectType, DropBehavior, AlterTableType, GrantTargetType, VariableSetKind, ConstrType, ImportForeignSchemaType, RoleStmtType, FetchDirection, FunctionParameterMode, TransactionStmtKind, ViewCheckOption, DiscardMode, ReindexObjectType, AlterTSConfigType, PublicationObjSpecType, AlterPublicationAction, AlterSubscriptionType, OnCommitAction, ParamKind, CoercionContext, CoercionForm, BoolExprType, SubLinkType, RowCompareType, MinMaxOp, SQLValueFunctionOp, XmlExprOp, XmlOptionType, JsonEncoding, JsonFormatType, JsonConstructorType, JsonValueType, NullTestType, BoolTestType, CmdType, JoinType, AggStrategy, AggSplit, SetOpCmd, SetOpStrategy, OnConflictAction, LimitOption, LockClauseStrength, LockWaitPolicy, LockTupleMode, KeywordKind, Token } from "./enums"; import { ParseResult as ParseResult_Type, ScanResult as ScanResult_Type, Integer as Integer_Type, Float as Float_Type, Boolean as Boolean_Type, String as String_Type, BitString as BitString_Type, List as List_Type, OidList as OidList_Type, IntList as IntList_Type, A_Const as A_Const_Type, Alias as Alias_Type, RangeVar as RangeVar_Type, TableFunc as TableFunc_Type, IntoClause as IntoClause_Type, Var as Var_Type, Param as Param_Type, Aggref as Aggref_Type, GroupingFunc as GroupingFunc_Type, WindowFunc as WindowFunc_Type, SubscriptingRef as SubscriptingRef_Type, FuncExpr as FuncExpr_Type, NamedArgExpr as NamedArgExpr_Type, OpExpr as OpExpr_Type, DistinctExpr as DistinctExpr_Type, NullIfExpr as NullIfExpr_Type, ScalarArrayOpExpr as ScalarArrayOpExpr_Type, BoolExpr as BoolExpr_Type, SubLink as SubLink_Type, SubPlan as SubPlan_Type, AlternativeSubPlan as AlternativeSubPlan_Type, FieldSelect as FieldSelect_Type, FieldStore as FieldStore_Type, RelabelType as RelabelType_Type, CoerceViaIO as CoerceViaIO_Type, ArrayCoerceExpr as ArrayCoerceExpr_Type, ConvertRowtypeExpr as ConvertRowtypeExpr_Type, CollateExpr as CollateExpr_Type, CaseExpr as CaseExpr_Type, CaseWhen as CaseWhen_Type, CaseTestExpr as CaseTestExpr_Type, ArrayExpr as ArrayExpr_Type, RowExpr as RowExpr_Type, RowCompareExpr as RowCompareExpr_Type, CoalesceExpr as CoalesceExpr_Type, MinMaxExpr as MinMaxExpr_Type, SQLValueFunction as SQLValueFunction_Type, XmlExpr as XmlExpr_Type, JsonFormat as JsonFormat_Type, JsonReturning as JsonReturning_Type, JsonValueExpr as JsonValueExpr_Type, JsonConstructorExpr as JsonConstructorExpr_Type, JsonIsPredicate as JsonIsPredicate_Type, NullTest as NullTest_Type, BooleanTest as BooleanTest_Type, CoerceToDomain as CoerceToDomain_Type, CoerceToDomainValue as CoerceToDomainValue_Type, SetToDefault as SetToDefault_Type, CurrentOfExpr as CurrentOfExpr_Type, NextValueExpr as NextValueExpr_Type, InferenceElem as InferenceElem_Type, TargetEntry as TargetEntry_Type, RangeTblRef as RangeTblRef_Type, JoinExpr as JoinExpr_Type, FromExpr as FromExpr_Type, OnConflictExpr as OnConflictExpr_Type, Query as Query_Type, TypeName as TypeName_Type, ColumnRef as ColumnRef_Type, ParamRef as ParamRef_Type, A_Expr as A_Expr_Type, TypeCast as TypeCast_Type, CollateClause as CollateClause_Type, RoleSpec as RoleSpec_Type, FuncCall as FuncCall_Type, A_Star as A_Star_Type, A_Indices as A_Indices_Type, A_Indirection as A_Indirection_Type, A_ArrayExpr as A_ArrayExpr_Type, ResTarget as ResTarget_Type, MultiAssignRef as MultiAssignRef_Type, SortBy as SortBy_Type, WindowDef as WindowDef_Type, RangeSubselect as RangeSubselect_Type, RangeFunction as RangeFunction_Type, RangeTableFunc as RangeTableFunc_Type, RangeTableFuncCol as RangeTableFuncCol_Type, RangeTableSample as RangeTableSample_Type, ColumnDef as ColumnDef_Type, TableLikeClause as TableLikeClause_Type, IndexElem as IndexElem_Type, DefElem as DefElem_Type, LockingClause as LockingClause_Type, XmlSerialize as XmlSerialize_Type, PartitionElem as PartitionElem_Type, PartitionSpec as PartitionSpec_Type, PartitionBoundSpec as PartitionBoundSpec_Type, PartitionRangeDatum as PartitionRangeDatum_Type, PartitionCmd as PartitionCmd_Type, RangeTblEntry as RangeTblEntry_Type, RTEPermissionInfo as RTEPermissionInfo_Type, RangeTblFunction as RangeTblFunction_Type, TableSampleClause as TableSampleClause_Type, WithCheckOption as WithCheckOption_Type, SortGroupClause as SortGroupClause_Type, GroupingSet as GroupingSet_Type, WindowClause as WindowClause_Type, RowMarkClause as RowMarkClause_Type, WithClause as WithClause_Type, InferClause as InferClause_Type, OnConflictClause as OnConflictClause_Type, CTESearchClause as CTESearchClause_Type, CTECycleClause as CTECycleClause_Type, CommonTableExpr as CommonTableExpr_Type, MergeWhenClause as MergeWhenClause_Type, MergeAction as MergeAction_Type, TriggerTransition as TriggerTransition_Type, JsonOutput as JsonOutput_Type, JsonKeyValue as JsonKeyValue_Type, JsonObjectConstructor as JsonObjectConstructor_Type, JsonArrayConstructor as JsonArrayConstructor_Type, JsonArrayQueryConstructor as JsonArrayQueryConstructor_Type, JsonAggConstructor as JsonAggConstructor_Type, JsonObjectAgg as JsonObjectAgg_Type, JsonArrayAgg as JsonArrayAgg_Type, RawStmt as RawStmt_Type, InsertStmt as InsertStmt_Type, DeleteStmt as DeleteStmt_Type, UpdateStmt as UpdateStmt_Type, MergeStmt as MergeStmt_Type, SelectStmt as SelectStmt_Type, SetOperationStmt as SetOperationStmt_Type, ReturnStmt as ReturnStmt_Type, PLAssignStmt as PLAssignStmt_Type, CreateSchemaStmt as CreateSchemaStmt_Type, AlterTableStmt as AlterTableStmt_Type, ReplicaIdentityStmt as ReplicaIdentityStmt_Type, AlterTableCmd as AlterTableCmd_Type, AlterCollationStmt as AlterCollationStmt_Type, AlterDomainStmt as AlterDomainStmt_Type, GrantStmt as GrantStmt_Type, ObjectWithArgs as ObjectWithArgs_Type, AccessPriv as AccessPriv_Type, GrantRoleStmt as GrantRoleStmt_Type, AlterDefaultPrivilegesStmt as AlterDefaultPrivilegesStmt_Type, CopyStmt as CopyStmt_Type, VariableSetStmt as VariableSetStmt_Type, VariableShowStmt as VariableShowStmt_Type, CreateStmt as CreateStmt_Type, Constraint as Constraint_Type, CreateTableSpaceStmt as CreateTableSpaceStmt_Type, DropTableSpaceStmt as DropTableSpaceStmt_Type, AlterTableSpaceOptionsStmt as AlterTableSpaceOptionsStmt_Type, AlterTableMoveAllStmt as AlterTableMoveAllStmt_Type, CreateExtensionStmt as CreateExtensionStmt_Type, AlterExtensionStmt as AlterExtensionStmt_Type, AlterExtensionContentsStmt as AlterExtensionContentsStmt_Type, CreateFdwStmt as CreateFdwStmt_Type, AlterFdwStmt as AlterFdwStmt_Type, CreateForeignServerStmt as CreateForeignServerStmt_Type, AlterForeignServerStmt as AlterForeignServerStmt_Type, CreateForeignTableStmt as CreateForeignTableStmt_Type, CreateUserMappingStmt as CreateUserMappingStmt_Type, AlterUserMappingStmt as AlterUserMappingStmt_Type, DropUserMappingStmt as DropUserMappingStmt_Type, ImportForeignSchemaStmt as ImportForeignSchemaStmt_Type, CreatePolicyStmt as CreatePolicyStmt_Type, AlterPolicyStmt as AlterPolicyStmt_Type, CreateAmStmt as CreateAmStmt_Type, CreateTrigStmt as CreateTrigStmt_Type, CreateEventTrigStmt as CreateEventTrigStmt_Type, AlterEventTrigStmt as AlterEventTrigStmt_Type, CreatePLangStmt as CreatePLangStmt_Type, CreateRoleStmt as CreateRoleStmt_Type, AlterRoleStmt as AlterRoleStmt_Type, AlterRoleSetStmt as AlterRoleSetStmt_Type, DropRoleStmt as DropRoleStmt_Type, CreateSeqStmt as CreateSeqStmt_Type, AlterSeqStmt as AlterSeqStmt_Type, DefineStmt as DefineStmt_Type, CreateDomainStmt as CreateDomainStmt_Type, CreateOpClassStmt as CreateOpClassStmt_Type, CreateOpClassItem as CreateOpClassItem_Type, CreateOpFamilyStmt as CreateOpFamilyStmt_Type, AlterOpFamilyStmt as AlterOpFamilyStmt_Type, DropStmt as DropStmt_Type, TruncateStmt as TruncateStmt_Type, CommentStmt as CommentStmt_Type, SecLabelStmt as SecLabelStmt_Type, DeclareCursorStmt as DeclareCursorStmt_Type, ClosePortalStmt as ClosePortalStmt_Type, FetchStmt as FetchStmt_Type, IndexStmt as IndexStmt_Type, CreateStatsStmt as CreateStatsStmt_Type, StatsElem as StatsElem_Type, AlterStatsStmt as AlterStatsStmt_Type, CreateFunctionStmt as CreateFunctionStmt_Type, FunctionParameter as FunctionParameter_Type, AlterFunctionStmt as AlterFunctionStmt_Type, DoStmt as DoStmt_Type, InlineCodeBlock as InlineCodeBlock_Type, CallStmt as CallStmt_Type, CallContext as CallContext_Type, RenameStmt as RenameStmt_Type, AlterObjectDependsStmt as AlterObjectDependsStmt_Type, AlterObjectSchemaStmt as AlterObjectSchemaStmt_Type, AlterOwnerStmt as AlterOwnerStmt_Type, AlterOperatorStmt as AlterOperatorStmt_Type, AlterTypeStmt as AlterTypeStmt_Type, RuleStmt as RuleStmt_Type, NotifyStmt as NotifyStmt_Type, ListenStmt as ListenStmt_Type, UnlistenStmt as UnlistenStmt_Type, TransactionStmt as TransactionStmt_Type, CompositeTypeStmt as CompositeTypeStmt_Type, CreateEnumStmt as CreateEnumStmt_Type, CreateRangeStmt as CreateRangeStmt_Type, AlterEnumStmt as AlterEnumStmt_Type, ViewStmt as ViewStmt_Type, LoadStmt as LoadStmt_Type, CreatedbStmt as CreatedbStmt_Type, AlterDatabaseStmt as AlterDatabaseStmt_Type, AlterDatabaseRefreshCollStmt as AlterDatabaseRefreshCollStmt_Type, AlterDatabaseSetStmt as AlterDatabaseSetStmt_Type, DropdbStmt as DropdbStmt_Type, AlterSystemStmt as AlterSystemStmt_Type, ClusterStmt as ClusterStmt_Type, VacuumStmt as VacuumStmt_Type, VacuumRelation as VacuumRelation_Type, ExplainStmt as ExplainStmt_Type, CreateTableAsStmt as CreateTableAsStmt_Type, RefreshMatViewStmt as RefreshMatViewStmt_Type, CheckPointStmt as CheckPointStmt_Type, DiscardStmt as DiscardStmt_Type, LockStmt as LockStmt_Type, ConstraintsSetStmt as ConstraintsSetStmt_Type, ReindexStmt as ReindexStmt_Type, CreateConversionStmt as CreateConversionStmt_Type, CreateCastStmt as CreateCastStmt_Type, CreateTransformStmt as CreateTransformStmt_Type, PrepareStmt as PrepareStmt_Type, ExecuteStmt as ExecuteStmt_Type, DeallocateStmt as DeallocateStmt_Type, DropOwnedStmt as DropOwnedStmt_Type, ReassignOwnedStmt as ReassignOwnedStmt_Type, AlterTSDictionaryStmt as AlterTSDictionaryStmt_Type, AlterTSConfigurationStmt as AlterTSConfigurationStmt_Type, PublicationTable as PublicationTable_Type, PublicationObjSpec as PublicationObjSpec_Type, CreatePublicationStmt as CreatePublicationStmt_Type, AlterPublicationStmt as AlterPublicationStmt_Type, CreateSubscriptionStmt as CreateSubscriptionStmt_Type, AlterSubscriptionStmt as AlterSubscriptionStmt_Type, DropSubscriptionStmt as DropSubscriptionStmt_Type, ScanToken as ScanToken_Type } from "./types"; export interface ParseResult { ParseResult: ParseResult_Type;