2023-07-05 16:22:40 +08:00
|
|
|
// Generated from /Users/hayden/Desktop/dt-works/dt-sql-parser/src/grammar/hive/HiveSqlParser.g4 by ANTLR 4.9.0-SNAPSHOT
|
2023-05-04 10:13:05 +08:00
|
|
|
|
|
|
|
|
2023-05-30 14:44:03 +08:00
|
|
|
import { ParseTreeVisitor } from "antlr4ts/tree/ParseTreeVisitor";
|
2023-05-04 10:13:05 +08:00
|
|
|
|
2023-07-05 16:22:40 +08:00
|
|
|
import { ProgramContext } from "./HiveSqlParser";
|
|
|
|
import { StatementContext } from "./HiveSqlParser";
|
|
|
|
import { ExplainStatementContext } from "./HiveSqlParser";
|
|
|
|
import { ExplainOptionContext } from "./HiveSqlParser";
|
|
|
|
import { VectorizationOnlyContext } from "./HiveSqlParser";
|
|
|
|
import { VectorizatonDetailContext } from "./HiveSqlParser";
|
|
|
|
import { ExecStatementContext } from "./HiveSqlParser";
|
|
|
|
import { LoadStatementContext } from "./HiveSqlParser";
|
|
|
|
import { ReplicationClauseContext } from "./HiveSqlParser";
|
|
|
|
import { ExportStatementContext } from "./HiveSqlParser";
|
|
|
|
import { ImportStatementContext } from "./HiveSqlParser";
|
|
|
|
import { ReplDumpStatementContext } from "./HiveSqlParser";
|
|
|
|
import { ReplDbPolicyContext } from "./HiveSqlParser";
|
|
|
|
import { ReplLoadStatementContext } from "./HiveSqlParser";
|
|
|
|
import { ReplConfigsContext } from "./HiveSqlParser";
|
|
|
|
import { ReplConfigsListContext } from "./HiveSqlParser";
|
|
|
|
import { ReplTableLevelPolicyContext } from "./HiveSqlParser";
|
|
|
|
import { ReplStatusStatementContext } from "./HiveSqlParser";
|
|
|
|
import { DdlStatementContext } from "./HiveSqlParser";
|
|
|
|
import { IfExistsContext } from "./HiveSqlParser";
|
|
|
|
import { RestrictOrCascadeContext } from "./HiveSqlParser";
|
|
|
|
import { IfNotExistsContext } from "./HiveSqlParser";
|
|
|
|
import { ForceContext } from "./HiveSqlParser";
|
|
|
|
import { RewriteEnabledContext } from "./HiveSqlParser";
|
|
|
|
import { RewriteDisabledContext } from "./HiveSqlParser";
|
|
|
|
import { StoredAsDirsContext } from "./HiveSqlParser";
|
|
|
|
import { OrReplaceContext } from "./HiveSqlParser";
|
|
|
|
import { CreateDatabaseStatementContext } from "./HiveSqlParser";
|
|
|
|
import { DbLocationContext } from "./HiveSqlParser";
|
|
|
|
import { DbManagedLocationContext } from "./HiveSqlParser";
|
|
|
|
import { DbPropertiesContext } from "./HiveSqlParser";
|
|
|
|
import { DbPropertiesListContext } from "./HiveSqlParser";
|
|
|
|
import { DbConnectorNameContext } from "./HiveSqlParser";
|
|
|
|
import { SwitchDatabaseStatementContext } from "./HiveSqlParser";
|
|
|
|
import { DropDatabaseStatementContext } from "./HiveSqlParser";
|
|
|
|
import { DatabaseCommentContext } from "./HiveSqlParser";
|
|
|
|
import { TruncateTableStatementContext } from "./HiveSqlParser";
|
|
|
|
import { DropTableStatementContext } from "./HiveSqlParser";
|
|
|
|
import { InputFileFormatContext } from "./HiveSqlParser";
|
|
|
|
import { TabTypeExprContext } from "./HiveSqlParser";
|
|
|
|
import { PartTypeExprContext } from "./HiveSqlParser";
|
|
|
|
import { TabPartColTypeExprContext } from "./HiveSqlParser";
|
|
|
|
import { DescStatementContext } from "./HiveSqlParser";
|
|
|
|
import { AnalyzeStatementContext } from "./HiveSqlParser";
|
|
|
|
import { From_inContext } from "./HiveSqlParser";
|
|
|
|
import { Db_schemaContext } from "./HiveSqlParser";
|
|
|
|
import { ShowStatementContext } from "./HiveSqlParser";
|
|
|
|
import { ShowTablesFilterExprContext } from "./HiveSqlParser";
|
|
|
|
import { LockStatementContext } from "./HiveSqlParser";
|
|
|
|
import { LockDatabaseContext } from "./HiveSqlParser";
|
|
|
|
import { LockModeContext } from "./HiveSqlParser";
|
|
|
|
import { UnlockStatementContext } from "./HiveSqlParser";
|
|
|
|
import { UnlockDatabaseContext } from "./HiveSqlParser";
|
|
|
|
import { CreateRoleStatementContext } from "./HiveSqlParser";
|
|
|
|
import { DropRoleStatementContext } from "./HiveSqlParser";
|
|
|
|
import { GrantPrivilegesContext } from "./HiveSqlParser";
|
|
|
|
import { RevokePrivilegesContext } from "./HiveSqlParser";
|
|
|
|
import { GrantRoleContext } from "./HiveSqlParser";
|
|
|
|
import { RevokeRoleContext } from "./HiveSqlParser";
|
|
|
|
import { ShowRoleGrantsContext } from "./HiveSqlParser";
|
|
|
|
import { ShowRolesContext } from "./HiveSqlParser";
|
|
|
|
import { ShowCurrentRoleContext } from "./HiveSqlParser";
|
|
|
|
import { SetRoleContext } from "./HiveSqlParser";
|
|
|
|
import { ShowGrantsContext } from "./HiveSqlParser";
|
|
|
|
import { ShowRolePrincipalsContext } from "./HiveSqlParser";
|
|
|
|
import { PrivilegeIncludeColObjectContext } from "./HiveSqlParser";
|
|
|
|
import { PrivilegeObjectContext } from "./HiveSqlParser";
|
|
|
|
import { PrivObjectContext } from "./HiveSqlParser";
|
|
|
|
import { PrivObjectColsContext } from "./HiveSqlParser";
|
|
|
|
import { PrivilegeListContext } from "./HiveSqlParser";
|
|
|
|
import { PrivlegeDefContext } from "./HiveSqlParser";
|
|
|
|
import { PrivilegeTypeContext } from "./HiveSqlParser";
|
|
|
|
import { PrincipalSpecificationContext } from "./HiveSqlParser";
|
|
|
|
import { PrincipalNameContext } from "./HiveSqlParser";
|
|
|
|
import { WithGrantOptionContext } from "./HiveSqlParser";
|
|
|
|
import { GrantOptionForContext } from "./HiveSqlParser";
|
|
|
|
import { AdminOptionForContext } from "./HiveSqlParser";
|
|
|
|
import { WithAdminOptionContext } from "./HiveSqlParser";
|
|
|
|
import { MetastoreCheckContext } from "./HiveSqlParser";
|
|
|
|
import { ResourceListContext } from "./HiveSqlParser";
|
|
|
|
import { ResourceContext } from "./HiveSqlParser";
|
|
|
|
import { ResourceTypeContext } from "./HiveSqlParser";
|
|
|
|
import { CreateFunctionStatementContext } from "./HiveSqlParser";
|
|
|
|
import { DropFunctionStatementContext } from "./HiveSqlParser";
|
|
|
|
import { ReloadFunctionsStatementContext } from "./HiveSqlParser";
|
|
|
|
import { CreateMacroStatementContext } from "./HiveSqlParser";
|
|
|
|
import { DropMacroStatementContext } from "./HiveSqlParser";
|
2023-07-07 11:18:27 +08:00
|
|
|
import { CreateIndexStatementContext } from "./HiveSqlParser";
|
|
|
|
import { DropIndexStatementContext } from "./HiveSqlParser";
|
2023-07-05 16:22:40 +08:00
|
|
|
import { CreateViewStatementContext } from "./HiveSqlParser";
|
|
|
|
import { ViewPartitionContext } from "./HiveSqlParser";
|
|
|
|
import { ViewOrganizationContext } from "./HiveSqlParser";
|
|
|
|
import { ViewClusterSpecContext } from "./HiveSqlParser";
|
|
|
|
import { ViewComplexSpecContext } from "./HiveSqlParser";
|
|
|
|
import { ViewDistSpecContext } from "./HiveSqlParser";
|
|
|
|
import { ViewSortSpecContext } from "./HiveSqlParser";
|
|
|
|
import { DropViewStatementContext } from "./HiveSqlParser";
|
|
|
|
import { CreateMaterializedViewStatementContext } from "./HiveSqlParser";
|
|
|
|
import { DropMaterializedViewStatementContext } from "./HiveSqlParser";
|
|
|
|
import { CreateScheduledQueryStatementContext } from "./HiveSqlParser";
|
|
|
|
import { DropScheduledQueryStatementContext } from "./HiveSqlParser";
|
|
|
|
import { AlterScheduledQueryStatementContext } from "./HiveSqlParser";
|
|
|
|
import { AlterScheduledQueryChangeContext } from "./HiveSqlParser";
|
|
|
|
import { ScheduleSpecContext } from "./HiveSqlParser";
|
|
|
|
import { ExecutedAsSpecContext } from "./HiveSqlParser";
|
|
|
|
import { DefinedAsSpecContext } from "./HiveSqlParser";
|
|
|
|
import { ShowFunctionIdentifierContext } from "./HiveSqlParser";
|
|
|
|
import { ShowStmtIdentifierContext } from "./HiveSqlParser";
|
|
|
|
import { TableCommentContext } from "./HiveSqlParser";
|
|
|
|
import { CreateTablePartitionSpecContext } from "./HiveSqlParser";
|
|
|
|
import { CreateTablePartitionColumnTypeSpecContext } from "./HiveSqlParser";
|
|
|
|
import { CreateTablePartitionColumnSpecContext } from "./HiveSqlParser";
|
|
|
|
import { PartitionTransformSpecContext } from "./HiveSqlParser";
|
|
|
|
import { ColumnNameTransformConstraintContext } from "./HiveSqlParser";
|
|
|
|
import { PartitionTransformTypeContext } from "./HiveSqlParser";
|
|
|
|
import { TableBucketsContext } from "./HiveSqlParser";
|
|
|
|
import { TableImplBucketsContext } from "./HiveSqlParser";
|
|
|
|
import { TableSkewedContext } from "./HiveSqlParser";
|
|
|
|
import { RowFormatContext } from "./HiveSqlParser";
|
|
|
|
import { RecordReaderContext } from "./HiveSqlParser";
|
|
|
|
import { RecordWriterContext } from "./HiveSqlParser";
|
|
|
|
import { RowFormatSerdeContext } from "./HiveSqlParser";
|
|
|
|
import { RowFormatDelimitedContext } from "./HiveSqlParser";
|
|
|
|
import { TableRowFormatContext } from "./HiveSqlParser";
|
|
|
|
import { TablePropertiesPrefixedContext } from "./HiveSqlParser";
|
|
|
|
import { TablePropertiesContext } from "./HiveSqlParser";
|
|
|
|
import { TablePropertiesListContext } from "./HiveSqlParser";
|
|
|
|
import { KeyValuePropertyContext } from "./HiveSqlParser";
|
|
|
|
import { KeyPropertyContext } from "./HiveSqlParser";
|
|
|
|
import { TableRowFormatFieldIdentifierContext } from "./HiveSqlParser";
|
|
|
|
import { TableRowFormatCollItemsIdentifierContext } from "./HiveSqlParser";
|
|
|
|
import { TableRowFormatMapKeysIdentifierContext } from "./HiveSqlParser";
|
|
|
|
import { TableRowFormatLinesIdentifierContext } from "./HiveSqlParser";
|
|
|
|
import { TableRowNullFormatContext } from "./HiveSqlParser";
|
|
|
|
import { TableFileFormatContext } from "./HiveSqlParser";
|
|
|
|
import { TableLocationContext } from "./HiveSqlParser";
|
|
|
|
import { ColumnNameTypeListContext } from "./HiveSqlParser";
|
|
|
|
import { ColumnNameTypeOrConstraintListContext } from "./HiveSqlParser";
|
|
|
|
import { ColumnNameColonTypeListContext } from "./HiveSqlParser";
|
|
|
|
import { ColumnNameListContext } from "./HiveSqlParser";
|
|
|
|
import { ColumnNameContext } from "./HiveSqlParser";
|
|
|
|
import { ExtColumnNameContext } from "./HiveSqlParser";
|
|
|
|
import { ColumnNameOrderListContext } from "./HiveSqlParser";
|
|
|
|
import { ColumnParenthesesListContext } from "./HiveSqlParser";
|
|
|
|
import { EnableValidateSpecificationContext } from "./HiveSqlParser";
|
|
|
|
import { EnableSpecificationContext } from "./HiveSqlParser";
|
|
|
|
import { ValidateSpecificationContext } from "./HiveSqlParser";
|
|
|
|
import { EnforcedSpecificationContext } from "./HiveSqlParser";
|
|
|
|
import { RelySpecificationContext } from "./HiveSqlParser";
|
|
|
|
import { CreateConstraintContext } from "./HiveSqlParser";
|
|
|
|
import { AlterConstraintWithNameContext } from "./HiveSqlParser";
|
|
|
|
import { TableLevelConstraintContext } from "./HiveSqlParser";
|
|
|
|
import { PkUkConstraintContext } from "./HiveSqlParser";
|
|
|
|
import { CheckConstraintContext } from "./HiveSqlParser";
|
|
|
|
import { CreateForeignKeyContext } from "./HiveSqlParser";
|
|
|
|
import { AlterForeignKeyWithNameContext } from "./HiveSqlParser";
|
|
|
|
import { SkewedValueElementContext } from "./HiveSqlParser";
|
|
|
|
import { SkewedColumnValuePairListContext } from "./HiveSqlParser";
|
|
|
|
import { SkewedColumnValuePairContext } from "./HiveSqlParser";
|
|
|
|
import { SkewedColumnValuesContext } from "./HiveSqlParser";
|
|
|
|
import { SkewedColumnValueContext } from "./HiveSqlParser";
|
|
|
|
import { SkewedValueLocationElementContext } from "./HiveSqlParser";
|
|
|
|
import { OrderSpecificationContext } from "./HiveSqlParser";
|
|
|
|
import { NullOrderingContext } from "./HiveSqlParser";
|
|
|
|
import { ColumnNameOrderContext } from "./HiveSqlParser";
|
|
|
|
import { ColumnNameCommentListContext } from "./HiveSqlParser";
|
|
|
|
import { ColumnNameCommentContext } from "./HiveSqlParser";
|
|
|
|
import { OrderSpecificationRewriteContext } from "./HiveSqlParser";
|
|
|
|
import { ColumnRefOrderContext } from "./HiveSqlParser";
|
|
|
|
import { ColumnNameTypeContext } from "./HiveSqlParser";
|
|
|
|
import { ColumnNameTypeOrConstraintContext } from "./HiveSqlParser";
|
|
|
|
import { TableConstraintContext } from "./HiveSqlParser";
|
|
|
|
import { ColumnNameTypeConstraintContext } from "./HiveSqlParser";
|
|
|
|
import { ColumnConstraintContext } from "./HiveSqlParser";
|
|
|
|
import { ForeignKeyConstraintContext } from "./HiveSqlParser";
|
|
|
|
import { ColConstraintContext } from "./HiveSqlParser";
|
|
|
|
import { AlterColumnConstraintContext } from "./HiveSqlParser";
|
|
|
|
import { AlterForeignKeyConstraintContext } from "./HiveSqlParser";
|
|
|
|
import { AlterColConstraintContext } from "./HiveSqlParser";
|
|
|
|
import { ColumnConstraintTypeContext } from "./HiveSqlParser";
|
|
|
|
import { DefaultValContext } from "./HiveSqlParser";
|
|
|
|
import { TableConstraintTypeContext } from "./HiveSqlParser";
|
|
|
|
import { ConstraintOptsCreateContext } from "./HiveSqlParser";
|
|
|
|
import { ConstraintOptsAlterContext } from "./HiveSqlParser";
|
|
|
|
import { ColumnNameColonTypeContext } from "./HiveSqlParser";
|
|
|
|
import { ColTypeContext } from "./HiveSqlParser";
|
|
|
|
import { ColTypeListContext } from "./HiveSqlParser";
|
|
|
|
import { TypeContext } from "./HiveSqlParser";
|
|
|
|
import { PrimitiveTypeContext } from "./HiveSqlParser";
|
|
|
|
import { ListTypeContext } from "./HiveSqlParser";
|
|
|
|
import { StructTypeContext } from "./HiveSqlParser";
|
|
|
|
import { MapTypeContext } from "./HiveSqlParser";
|
|
|
|
import { UnionTypeContext } from "./HiveSqlParser";
|
|
|
|
import { SetOperatorContext } from "./HiveSqlParser";
|
|
|
|
import { QueryStatementExpressionContext } from "./HiveSqlParser";
|
|
|
|
import { QueryStatementExpressionBodyContext } from "./HiveSqlParser";
|
|
|
|
import { WithClauseContext } from "./HiveSqlParser";
|
|
|
|
import { CteStatementContext } from "./HiveSqlParser";
|
|
|
|
import { FromStatementContext } from "./HiveSqlParser";
|
|
|
|
import { SingleFromStatementContext } from "./HiveSqlParser";
|
|
|
|
import { RegularBodyContext } from "./HiveSqlParser";
|
|
|
|
import { AtomSelectStatementContext } from "./HiveSqlParser";
|
|
|
|
import { SelectStatementContext } from "./HiveSqlParser";
|
|
|
|
import { SetOpSelectStatementContext } from "./HiveSqlParser";
|
|
|
|
import { SelectStatementWithCTEContext } from "./HiveSqlParser";
|
|
|
|
import { BodyContext } from "./HiveSqlParser";
|
|
|
|
import { InsertClauseContext } from "./HiveSqlParser";
|
|
|
|
import { DestinationContext } from "./HiveSqlParser";
|
|
|
|
import { LimitClauseContext } from "./HiveSqlParser";
|
|
|
|
import { DeleteStatementContext } from "./HiveSqlParser";
|
|
|
|
import { ColumnAssignmentClauseContext } from "./HiveSqlParser";
|
|
|
|
import { PrecedencePlusExpressionOrDefaultContext } from "./HiveSqlParser";
|
|
|
|
import { SetColumnsClauseContext } from "./HiveSqlParser";
|
|
|
|
import { UpdateStatementContext } from "./HiveSqlParser";
|
|
|
|
import { SqlTransactionStatementContext } from "./HiveSqlParser";
|
|
|
|
import { StartTransactionStatementContext } from "./HiveSqlParser";
|
|
|
|
import { TransactionModeContext } from "./HiveSqlParser";
|
|
|
|
import { TransactionAccessModeContext } from "./HiveSqlParser";
|
|
|
|
import { IsolationLevelContext } from "./HiveSqlParser";
|
|
|
|
import { LevelOfIsolationContext } from "./HiveSqlParser";
|
|
|
|
import { CommitStatementContext } from "./HiveSqlParser";
|
|
|
|
import { RollbackStatementContext } from "./HiveSqlParser";
|
|
|
|
import { SetAutoCommitStatementContext } from "./HiveSqlParser";
|
|
|
|
import { AbortTransactionStatementContext } from "./HiveSqlParser";
|
|
|
|
import { AbortCompactionStatementContext } from "./HiveSqlParser";
|
|
|
|
import { MergeStatementContext } from "./HiveSqlParser";
|
|
|
|
import { WhenClausesContext } from "./HiveSqlParser";
|
|
|
|
import { WhenNotMatchedClauseContext } from "./HiveSqlParser";
|
|
|
|
import { WhenMatchedAndClauseContext } from "./HiveSqlParser";
|
|
|
|
import { WhenMatchedThenClauseContext } from "./HiveSqlParser";
|
|
|
|
import { UpdateOrDeleteContext } from "./HiveSqlParser";
|
|
|
|
import { KillQueryStatementContext } from "./HiveSqlParser";
|
|
|
|
import { CompactionIdContext } from "./HiveSqlParser";
|
|
|
|
import { CompactionPoolContext } from "./HiveSqlParser";
|
|
|
|
import { CompactionTypeContext } from "./HiveSqlParser";
|
|
|
|
import { CompactionStatusContext } from "./HiveSqlParser";
|
|
|
|
import { AlterStatementContext } from "./HiveSqlParser";
|
|
|
|
import { AlterTableStatementSuffixContext } from "./HiveSqlParser";
|
|
|
|
import { AlterTblPartitionStatementSuffixContext } from "./HiveSqlParser";
|
|
|
|
import { AlterStatementPartitionKeyTypeContext } from "./HiveSqlParser";
|
|
|
|
import { AlterViewStatementSuffixContext } from "./HiveSqlParser";
|
|
|
|
import { AlterMaterializedViewStatementSuffixContext } from "./HiveSqlParser";
|
|
|
|
import { AlterMaterializedViewSuffixRewriteContext } from "./HiveSqlParser";
|
|
|
|
import { AlterMaterializedViewSuffixRebuildContext } from "./HiveSqlParser";
|
|
|
|
import { AlterDatabaseStatementSuffixContext } from "./HiveSqlParser";
|
|
|
|
import { AlterDatabaseSuffixPropertiesContext } from "./HiveSqlParser";
|
|
|
|
import { AlterDatabaseSuffixSetOwnerContext } from "./HiveSqlParser";
|
|
|
|
import { AlterDatabaseSuffixSetLocationContext } from "./HiveSqlParser";
|
|
|
|
import { AlterDatabaseSuffixSetManagedLocationContext } from "./HiveSqlParser";
|
|
|
|
import { AlterStatementSuffixRenameContext } from "./HiveSqlParser";
|
|
|
|
import { AlterStatementSuffixAddColContext } from "./HiveSqlParser";
|
|
|
|
import { AlterStatementSuffixAddConstraintContext } from "./HiveSqlParser";
|
|
|
|
import { AlterStatementSuffixUpdateColumnsContext } from "./HiveSqlParser";
|
2023-08-30 17:58:20 +08:00
|
|
|
import { AlterStatementSuffixProtectionsContext } from "./HiveSqlParser";
|
2023-07-05 16:22:40 +08:00
|
|
|
import { AlterStatementSuffixDropConstraintContext } from "./HiveSqlParser";
|
|
|
|
import { AlterStatementSuffixRenameColContext } from "./HiveSqlParser";
|
|
|
|
import { AlterStatementSuffixUpdateStatsColContext } from "./HiveSqlParser";
|
|
|
|
import { AlterStatementSuffixUpdateStatsContext } from "./HiveSqlParser";
|
|
|
|
import { AlterStatementChangeColPositionContext } from "./HiveSqlParser";
|
|
|
|
import { AlterStatementSuffixAddPartitionsContext } from "./HiveSqlParser";
|
|
|
|
import { AlterStatementSuffixAddPartitionsElementContext } from "./HiveSqlParser";
|
|
|
|
import { AlterStatementSuffixTouchContext } from "./HiveSqlParser";
|
|
|
|
import { AlterStatementSuffixArchiveContext } from "./HiveSqlParser";
|
|
|
|
import { AlterStatementSuffixUnArchiveContext } from "./HiveSqlParser";
|
|
|
|
import { PartitionLocationContext } from "./HiveSqlParser";
|
|
|
|
import { AlterStatementSuffixDropPartitionsContext } from "./HiveSqlParser";
|
|
|
|
import { AlterStatementSuffixPropertiesContext } from "./HiveSqlParser";
|
|
|
|
import { AlterViewSuffixPropertiesContext } from "./HiveSqlParser";
|
|
|
|
import { AlterStatementSuffixSerdePropertiesContext } from "./HiveSqlParser";
|
|
|
|
import { TablePartitionPrefixContext } from "./HiveSqlParser";
|
|
|
|
import { AlterStatementSuffixFileFormatContext } from "./HiveSqlParser";
|
|
|
|
import { AlterStatementSuffixClusterbySortbyContext } from "./HiveSqlParser";
|
|
|
|
import { AlterTblPartitionStatementSuffixSkewedLocationContext } from "./HiveSqlParser";
|
|
|
|
import { SkewedLocationsContext } from "./HiveSqlParser";
|
|
|
|
import { SkewedLocationsListContext } from "./HiveSqlParser";
|
|
|
|
import { SkewedLocationMapContext } from "./HiveSqlParser";
|
|
|
|
import { AlterStatementSuffixLocationContext } from "./HiveSqlParser";
|
|
|
|
import { AlterStatementSuffixSkewedbyContext } from "./HiveSqlParser";
|
|
|
|
import { AlterStatementSuffixExchangePartitionContext } from "./HiveSqlParser";
|
|
|
|
import { AlterStatementSuffixRenamePartContext } from "./HiveSqlParser";
|
|
|
|
import { AlterStatementSuffixStatsPartContext } from "./HiveSqlParser";
|
|
|
|
import { AlterStatementSuffixMergeFilesContext } from "./HiveSqlParser";
|
|
|
|
import { AlterStatementSuffixBucketNumContext } from "./HiveSqlParser";
|
|
|
|
import { BlockingContext } from "./HiveSqlParser";
|
|
|
|
import { CompactPoolContext } from "./HiveSqlParser";
|
|
|
|
import { AlterStatementSuffixCompactContext } from "./HiveSqlParser";
|
|
|
|
import { AlterStatementSuffixSetOwnerContext } from "./HiveSqlParser";
|
|
|
|
import { AlterStatementSuffixSetPartSpecContext } from "./HiveSqlParser";
|
|
|
|
import { AlterStatementSuffixExecuteContext } from "./HiveSqlParser";
|
2023-07-07 11:18:27 +08:00
|
|
|
import { AlterIndexStatementSuffixContext } from "./HiveSqlParser";
|
2023-07-05 16:22:40 +08:00
|
|
|
import { FileFormatContext } from "./HiveSqlParser";
|
|
|
|
import { AlterDataConnectorStatementSuffixContext } from "./HiveSqlParser";
|
|
|
|
import { AlterDataConnectorSuffixPropertiesContext } from "./HiveSqlParser";
|
|
|
|
import { AlterDataConnectorSuffixSetOwnerContext } from "./HiveSqlParser";
|
|
|
|
import { AlterDataConnectorSuffixSetUrlContext } from "./HiveSqlParser";
|
|
|
|
import { LikeTableOrFileContext } from "./HiveSqlParser";
|
|
|
|
import { CreateTableStatementContext } from "./HiveSqlParser";
|
|
|
|
import { CreateDataConnectorStatementContext } from "./HiveSqlParser";
|
|
|
|
import { DataConnectorCommentContext } from "./HiveSqlParser";
|
|
|
|
import { DataConnectorUrlContext } from "./HiveSqlParser";
|
|
|
|
import { DataConnectorTypeContext } from "./HiveSqlParser";
|
|
|
|
import { DcPropertiesContext } from "./HiveSqlParser";
|
|
|
|
import { DropDataConnectorStatementContext } from "./HiveSqlParser";
|
|
|
|
import { TableAllColumnsContext } from "./HiveSqlParser";
|
|
|
|
import { TableOrColumnContext } from "./HiveSqlParser";
|
|
|
|
import { DefaultValueContext } from "./HiveSqlParser";
|
|
|
|
import { ExpressionListContext } from "./HiveSqlParser";
|
|
|
|
import { AliasListContext } from "./HiveSqlParser";
|
|
|
|
import { FromClauseContext } from "./HiveSqlParser";
|
|
|
|
import { FromSourceContext } from "./HiveSqlParser";
|
|
|
|
import { AtomjoinSourceContext } from "./HiveSqlParser";
|
|
|
|
import { JoinSourceContext } from "./HiveSqlParser";
|
|
|
|
import { JoinSourcePartContext } from "./HiveSqlParser";
|
|
|
|
import { UniqueJoinSourceContext } from "./HiveSqlParser";
|
|
|
|
import { UniqueJoinExprContext } from "./HiveSqlParser";
|
|
|
|
import { UniqueJoinTokenContext } from "./HiveSqlParser";
|
|
|
|
import { JoinTokenContext } from "./HiveSqlParser";
|
|
|
|
import { LateralViewContext } from "./HiveSqlParser";
|
|
|
|
import { TableAliasContext } from "./HiveSqlParser";
|
|
|
|
import { TableBucketSampleContext } from "./HiveSqlParser";
|
|
|
|
import { SplitSampleContext } from "./HiveSqlParser";
|
|
|
|
import { TableSampleContext } from "./HiveSqlParser";
|
|
|
|
import { TableSourceContext } from "./HiveSqlParser";
|
|
|
|
import { AsOfClauseContext } from "./HiveSqlParser";
|
|
|
|
import { UniqueJoinTableSourceContext } from "./HiveSqlParser";
|
|
|
|
import { TableNameContext } from "./HiveSqlParser";
|
|
|
|
import { ViewNameContext } from "./HiveSqlParser";
|
|
|
|
import { SubQuerySourceContext } from "./HiveSqlParser";
|
|
|
|
import { PartitioningSpecContext } from "./HiveSqlParser";
|
|
|
|
import { PartitionTableFunctionSourceContext } from "./HiveSqlParser";
|
|
|
|
import { PartitionedTableFunctionContext } from "./HiveSqlParser";
|
|
|
|
import { WhereClauseContext } from "./HiveSqlParser";
|
|
|
|
import { SearchConditionContext } from "./HiveSqlParser";
|
|
|
|
import { ValuesSourceContext } from "./HiveSqlParser";
|
|
|
|
import { ValuesClauseContext } from "./HiveSqlParser";
|
|
|
|
import { ValuesTableConstructorContext } from "./HiveSqlParser";
|
|
|
|
import { ValueRowConstructorContext } from "./HiveSqlParser";
|
|
|
|
import { FirstValueRowConstructorContext } from "./HiveSqlParser";
|
|
|
|
import { VirtualTableSourceContext } from "./HiveSqlParser";
|
|
|
|
import { SelectClauseContext } from "./HiveSqlParser";
|
|
|
|
import { All_distinctContext } from "./HiveSqlParser";
|
|
|
|
import { SelectListContext } from "./HiveSqlParser";
|
|
|
|
import { SelectTrfmClauseContext } from "./HiveSqlParser";
|
|
|
|
import { SelectItemContext } from "./HiveSqlParser";
|
|
|
|
import { TrfmClauseContext } from "./HiveSqlParser";
|
|
|
|
import { SelectExpressionContext } from "./HiveSqlParser";
|
|
|
|
import { SelectExpressionListContext } from "./HiveSqlParser";
|
|
|
|
import { Window_clauseContext } from "./HiveSqlParser";
|
|
|
|
import { Window_defnContext } from "./HiveSqlParser";
|
|
|
|
import { Window_specificationContext } from "./HiveSqlParser";
|
|
|
|
import { Window_frameContext } from "./HiveSqlParser";
|
|
|
|
import { Window_range_expressionContext } from "./HiveSqlParser";
|
|
|
|
import { Window_value_expressionContext } from "./HiveSqlParser";
|
|
|
|
import { Window_frame_start_boundaryContext } from "./HiveSqlParser";
|
|
|
|
import { Window_frame_boundaryContext } from "./HiveSqlParser";
|
|
|
|
import { GroupByClauseContext } from "./HiveSqlParser";
|
|
|
|
import { Groupby_expressionContext } from "./HiveSqlParser";
|
|
|
|
import { GroupByEmptyContext } from "./HiveSqlParser";
|
|
|
|
import { RollupStandardContext } from "./HiveSqlParser";
|
|
|
|
import { RollupOldSyntaxContext } from "./HiveSqlParser";
|
|
|
|
import { GroupingSetExpressionContext } from "./HiveSqlParser";
|
|
|
|
import { GroupingSetExpressionMultipleContext } from "./HiveSqlParser";
|
|
|
|
import { GroupingExpressionSingleContext } from "./HiveSqlParser";
|
|
|
|
import { HavingClauseContext } from "./HiveSqlParser";
|
|
|
|
import { QualifyClauseContext } from "./HiveSqlParser";
|
|
|
|
import { HavingConditionContext } from "./HiveSqlParser";
|
|
|
|
import { ExpressionsInParenthesisContext } from "./HiveSqlParser";
|
|
|
|
import { ExpressionsNotInParenthesisContext } from "./HiveSqlParser";
|
|
|
|
import { ExpressionPartContext } from "./HiveSqlParser";
|
|
|
|
import { ExpressionOrDefaultContext } from "./HiveSqlParser";
|
|
|
|
import { FirstExpressionsWithAliasContext } from "./HiveSqlParser";
|
|
|
|
import { ExpressionWithAliasContext } from "./HiveSqlParser";
|
|
|
|
import { ExpressionsContext } from "./HiveSqlParser";
|
|
|
|
import { ColumnRefOrderInParenthesisContext } from "./HiveSqlParser";
|
|
|
|
import { ColumnRefOrderNotInParenthesisContext } from "./HiveSqlParser";
|
|
|
|
import { OrderByClauseContext } from "./HiveSqlParser";
|
|
|
|
import { ClusterByClauseContext } from "./HiveSqlParser";
|
|
|
|
import { PartitionByClauseContext } from "./HiveSqlParser";
|
|
|
|
import { DistributeByClauseContext } from "./HiveSqlParser";
|
|
|
|
import { SortByClauseContext } from "./HiveSqlParser";
|
|
|
|
import { TrimFunctionContext } from "./HiveSqlParser";
|
|
|
|
import { Function_Context } from "./HiveSqlParser";
|
|
|
|
import { Null_treatmentContext } from "./HiveSqlParser";
|
|
|
|
import { FunctionNameContext } from "./HiveSqlParser";
|
|
|
|
import { CastExpressionContext } from "./HiveSqlParser";
|
|
|
|
import { CaseExpressionContext } from "./HiveSqlParser";
|
|
|
|
import { WhenExpressionContext } from "./HiveSqlParser";
|
|
|
|
import { FloorExpressionContext } from "./HiveSqlParser";
|
|
|
|
import { FloorDateQualifiersContext } from "./HiveSqlParser";
|
|
|
|
import { ExtractExpressionContext } from "./HiveSqlParser";
|
|
|
|
import { TimeQualifiersContext } from "./HiveSqlParser";
|
|
|
|
import { ConstantContext } from "./HiveSqlParser";
|
|
|
|
import { PrepareStmtParamContext } from "./HiveSqlParser";
|
|
|
|
import { ParameterIdxContext } from "./HiveSqlParser";
|
|
|
|
import { StringLiteralSequenceContext } from "./HiveSqlParser";
|
|
|
|
import { CharSetStringLiteralContext } from "./HiveSqlParser";
|
|
|
|
import { DateLiteralContext } from "./HiveSqlParser";
|
|
|
|
import { TimestampLiteralContext } from "./HiveSqlParser";
|
|
|
|
import { TimestampLocalTZLiteralContext } from "./HiveSqlParser";
|
|
|
|
import { IntervalValueContext } from "./HiveSqlParser";
|
|
|
|
import { IntervalLiteralContext } from "./HiveSqlParser";
|
|
|
|
import { IntervalExpressionContext } from "./HiveSqlParser";
|
|
|
|
import { IntervalQualifiersContext } from "./HiveSqlParser";
|
|
|
|
import { ExpressionContext } from "./HiveSqlParser";
|
|
|
|
import { AtomExpressionContext } from "./HiveSqlParser";
|
|
|
|
import { PrecedenceFieldExpressionContext } from "./HiveSqlParser";
|
|
|
|
import { PrecedenceUnaryOperatorContext } from "./HiveSqlParser";
|
|
|
|
import { PrecedenceUnaryPrefixExpressionContext } from "./HiveSqlParser";
|
|
|
|
import { PrecedenceBitwiseXorOperatorContext } from "./HiveSqlParser";
|
|
|
|
import { PrecedenceBitwiseXorExpressionContext } from "./HiveSqlParser";
|
|
|
|
import { PrecedenceStarOperatorContext } from "./HiveSqlParser";
|
|
|
|
import { PrecedenceStarExpressionContext } from "./HiveSqlParser";
|
|
|
|
import { PrecedencePlusOperatorContext } from "./HiveSqlParser";
|
|
|
|
import { PrecedencePlusExpressionContext } from "./HiveSqlParser";
|
|
|
|
import { PrecedenceConcatenateOperatorContext } from "./HiveSqlParser";
|
|
|
|
import { PrecedenceConcatenateExpressionContext } from "./HiveSqlParser";
|
|
|
|
import { PrecedenceAmpersandOperatorContext } from "./HiveSqlParser";
|
|
|
|
import { PrecedenceAmpersandExpressionContext } from "./HiveSqlParser";
|
|
|
|
import { PrecedenceBitwiseOrOperatorContext } from "./HiveSqlParser";
|
|
|
|
import { PrecedenceBitwiseOrExpressionContext } from "./HiveSqlParser";
|
|
|
|
import { PrecedenceRegexpOperatorContext } from "./HiveSqlParser";
|
|
|
|
import { PrecedenceSimilarOperatorContext } from "./HiveSqlParser";
|
|
|
|
import { SubQueryExpressionContext } from "./HiveSqlParser";
|
|
|
|
import { PrecedenceSimilarExpressionContext } from "./HiveSqlParser";
|
|
|
|
import { PrecedenceSimilarExpressionMainContext } from "./HiveSqlParser";
|
|
|
|
import { PrecedenceSimilarExpressionPartContext } from "./HiveSqlParser";
|
|
|
|
import { PrecedenceSimilarExpressionAtomContext } from "./HiveSqlParser";
|
|
|
|
import { PrecedenceSimilarExpressionQuantifierPredicateContext } from "./HiveSqlParser";
|
|
|
|
import { QuantifierTypeContext } from "./HiveSqlParser";
|
|
|
|
import { PrecedenceSimilarExpressionInContext } from "./HiveSqlParser";
|
|
|
|
import { PrecedenceSimilarExpressionPartNotContext } from "./HiveSqlParser";
|
|
|
|
import { PrecedenceDistinctOperatorContext } from "./HiveSqlParser";
|
|
|
|
import { PrecedenceEqualOperatorContext } from "./HiveSqlParser";
|
|
|
|
import { PrecedenceEqualExpressionContext } from "./HiveSqlParser";
|
|
|
|
import { IsConditionContext } from "./HiveSqlParser";
|
|
|
|
import { PrecedenceUnarySuffixExpressionContext } from "./HiveSqlParser";
|
|
|
|
import { PrecedenceNotOperatorContext } from "./HiveSqlParser";
|
|
|
|
import { PrecedenceNotExpressionContext } from "./HiveSqlParser";
|
|
|
|
import { PrecedenceAndOperatorContext } from "./HiveSqlParser";
|
|
|
|
import { PrecedenceAndExpressionContext } from "./HiveSqlParser";
|
|
|
|
import { PrecedenceOrOperatorContext } from "./HiveSqlParser";
|
|
|
|
import { PrecedenceOrExpressionContext } from "./HiveSqlParser";
|
|
|
|
import { BooleanValueContext } from "./HiveSqlParser";
|
|
|
|
import { BooleanValueTokContext } from "./HiveSqlParser";
|
|
|
|
import { TableOrPartitionContext } from "./HiveSqlParser";
|
|
|
|
import { PartitionSpecContext } from "./HiveSqlParser";
|
|
|
|
import { PartitionValContext } from "./HiveSqlParser";
|
|
|
|
import { PartitionSelectorSpecContext } from "./HiveSqlParser";
|
|
|
|
import { PartitionSelectorValContext } from "./HiveSqlParser";
|
|
|
|
import { PartitionSelectorOperatorContext } from "./HiveSqlParser";
|
|
|
|
import { SubQuerySelectorOperatorContext } from "./HiveSqlParser";
|
|
|
|
import { SysFuncNamesContext } from "./HiveSqlParser";
|
|
|
|
import { DescFuncNamesContext } from "./HiveSqlParser";
|
|
|
|
import { Id_Context } from "./HiveSqlParser";
|
|
|
|
import { FunctionIdentifierContext } from "./HiveSqlParser";
|
|
|
|
import { PrincipalIdentifierContext } from "./HiveSqlParser";
|
|
|
|
import { NonReservedContext } from "./HiveSqlParser";
|
|
|
|
import { Sql11ReservedKeywordsUsedAsFunctionNameContext } from "./HiveSqlParser";
|
|
|
|
import { HintContext } from "./HiveSqlParser";
|
|
|
|
import { HintListContext } from "./HiveSqlParser";
|
|
|
|
import { HintItemContext } from "./HiveSqlParser";
|
|
|
|
import { HintNameContext } from "./HiveSqlParser";
|
|
|
|
import { HintArgsContext } from "./HiveSqlParser";
|
|
|
|
import { HintArgNameContext } from "./HiveSqlParser";
|
|
|
|
import { PrepareStatementContext } from "./HiveSqlParser";
|
|
|
|
import { ExecuteStatementContext } from "./HiveSqlParser";
|
|
|
|
import { ExecuteParamListContext } from "./HiveSqlParser";
|
|
|
|
import { ResourcePlanDdlStatementsContext } from "./HiveSqlParser";
|
|
|
|
import { RpAssignContext } from "./HiveSqlParser";
|
|
|
|
import { RpAssignListContext } from "./HiveSqlParser";
|
|
|
|
import { RpUnassignContext } from "./HiveSqlParser";
|
|
|
|
import { RpUnassignListContext } from "./HiveSqlParser";
|
|
|
|
import { CreateResourcePlanStatementContext } from "./HiveSqlParser";
|
|
|
|
import { WithReplaceContext } from "./HiveSqlParser";
|
|
|
|
import { ActivateContext } from "./HiveSqlParser";
|
|
|
|
import { EnableContext } from "./HiveSqlParser";
|
|
|
|
import { DisableContext } from "./HiveSqlParser";
|
|
|
|
import { UnmanagedContext } from "./HiveSqlParser";
|
|
|
|
import { AlterResourcePlanStatementContext } from "./HiveSqlParser";
|
|
|
|
import { GlobalWmStatementContext } from "./HiveSqlParser";
|
|
|
|
import { ReplaceResourcePlanStatementContext } from "./HiveSqlParser";
|
|
|
|
import { DropResourcePlanStatementContext } from "./HiveSqlParser";
|
|
|
|
import { PoolPathContext } from "./HiveSqlParser";
|
|
|
|
import { TriggerExpressionContext } from "./HiveSqlParser";
|
|
|
|
import { TriggerExpressionStandaloneContext } from "./HiveSqlParser";
|
|
|
|
import { TriggerOrExpressionContext } from "./HiveSqlParser";
|
|
|
|
import { TriggerAndExpressionContext } from "./HiveSqlParser";
|
|
|
|
import { TriggerAtomExpressionContext } from "./HiveSqlParser";
|
|
|
|
import { TriggerLiteralContext } from "./HiveSqlParser";
|
|
|
|
import { ComparisionOperatorContext } from "./HiveSqlParser";
|
|
|
|
import { TriggerActionExpressionContext } from "./HiveSqlParser";
|
|
|
|
import { TriggerActionExpressionStandaloneContext } from "./HiveSqlParser";
|
|
|
|
import { CreateTriggerStatementContext } from "./HiveSqlParser";
|
|
|
|
import { AlterTriggerStatementContext } from "./HiveSqlParser";
|
|
|
|
import { DropTriggerStatementContext } from "./HiveSqlParser";
|
|
|
|
import { PoolAssignContext } from "./HiveSqlParser";
|
|
|
|
import { PoolAssignListContext } from "./HiveSqlParser";
|
|
|
|
import { CreatePoolStatementContext } from "./HiveSqlParser";
|
|
|
|
import { AlterPoolStatementContext } from "./HiveSqlParser";
|
|
|
|
import { DropPoolStatementContext } from "./HiveSqlParser";
|
|
|
|
import { CreateMappingStatementContext } from "./HiveSqlParser";
|
|
|
|
import { AlterMappingStatementContext } from "./HiveSqlParser";
|
|
|
|
import { DropMappingStatementContext } from "./HiveSqlParser";
|
2023-05-04 10:13:05 +08:00
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* This interface defines a complete generic visitor for a parse tree produced
|
2023-07-05 16:22:40 +08:00
|
|
|
* by `HiveSqlParser`.
|
2023-05-04 10:13:05 +08:00
|
|
|
*
|
|
|
|
* @param <Result> The return type of the visit operation. Use `void` for
|
|
|
|
* operations with no return type.
|
|
|
|
*/
|
2023-07-05 16:22:40 +08:00
|
|
|
export interface HiveSqlParserVisitor<Result> extends ParseTreeVisitor<Result> {
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.program`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitProgram?: (ctx: ProgramContext) => Result;
|
2023-05-30 14:44:03 +08:00
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.statement`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitStatement?: (ctx: StatementContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.explainStatement`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitExplainStatement?: (ctx: ExplainStatementContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.explainOption`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitExplainOption?: (ctx: ExplainOptionContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.vectorizationOnly`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitVectorizationOnly?: (ctx: VectorizationOnlyContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.vectorizatonDetail`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitVectorizatonDetail?: (ctx: VectorizatonDetailContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.execStatement`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitExecStatement?: (ctx: ExecStatementContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.loadStatement`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitLoadStatement?: (ctx: LoadStatementContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.replicationClause`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitReplicationClause?: (ctx: ReplicationClauseContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.exportStatement`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitExportStatement?: (ctx: ExportStatementContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.importStatement`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitImportStatement?: (ctx: ImportStatementContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.replDumpStatement`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitReplDumpStatement?: (ctx: ReplDumpStatementContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.replDbPolicy`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitReplDbPolicy?: (ctx: ReplDbPolicyContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.replLoadStatement`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitReplLoadStatement?: (ctx: ReplLoadStatementContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.replConfigs`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitReplConfigs?: (ctx: ReplConfigsContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.replConfigsList`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitReplConfigsList?: (ctx: ReplConfigsListContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.replTableLevelPolicy`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitReplTableLevelPolicy?: (ctx: ReplTableLevelPolicyContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.replStatusStatement`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitReplStatusStatement?: (ctx: ReplStatusStatementContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.ddlStatement`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitDdlStatement?: (ctx: DdlStatementContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.ifExists`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitIfExists?: (ctx: IfExistsContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.restrictOrCascade`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitRestrictOrCascade?: (ctx: RestrictOrCascadeContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.ifNotExists`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitIfNotExists?: (ctx: IfNotExistsContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.force`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitForce?: (ctx: ForceContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.rewriteEnabled`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitRewriteEnabled?: (ctx: RewriteEnabledContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.rewriteDisabled`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitRewriteDisabled?: (ctx: RewriteDisabledContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.storedAsDirs`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitStoredAsDirs?: (ctx: StoredAsDirsContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.orReplace`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitOrReplace?: (ctx: OrReplaceContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.createDatabaseStatement`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitCreateDatabaseStatement?: (ctx: CreateDatabaseStatementContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.dbLocation`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitDbLocation?: (ctx: DbLocationContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.dbManagedLocation`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitDbManagedLocation?: (ctx: DbManagedLocationContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.dbProperties`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitDbProperties?: (ctx: DbPropertiesContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.dbPropertiesList`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitDbPropertiesList?: (ctx: DbPropertiesListContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.dbConnectorName`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitDbConnectorName?: (ctx: DbConnectorNameContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.switchDatabaseStatement`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitSwitchDatabaseStatement?: (ctx: SwitchDatabaseStatementContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.dropDatabaseStatement`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitDropDatabaseStatement?: (ctx: DropDatabaseStatementContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.databaseComment`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitDatabaseComment?: (ctx: DatabaseCommentContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.truncateTableStatement`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitTruncateTableStatement?: (ctx: TruncateTableStatementContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.dropTableStatement`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitDropTableStatement?: (ctx: DropTableStatementContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.inputFileFormat`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitInputFileFormat?: (ctx: InputFileFormatContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.tabTypeExpr`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitTabTypeExpr?: (ctx: TabTypeExprContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.partTypeExpr`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitPartTypeExpr?: (ctx: PartTypeExprContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.tabPartColTypeExpr`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitTabPartColTypeExpr?: (ctx: TabPartColTypeExprContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.descStatement`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitDescStatement?: (ctx: DescStatementContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.analyzeStatement`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitAnalyzeStatement?: (ctx: AnalyzeStatementContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.from_in`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitFrom_in?: (ctx: From_inContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.db_schema`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitDb_schema?: (ctx: Db_schemaContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.showStatement`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitShowStatement?: (ctx: ShowStatementContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.showTablesFilterExpr`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitShowTablesFilterExpr?: (ctx: ShowTablesFilterExprContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.lockStatement`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitLockStatement?: (ctx: LockStatementContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.lockDatabase`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitLockDatabase?: (ctx: LockDatabaseContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.lockMode`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitLockMode?: (ctx: LockModeContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.unlockStatement`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitUnlockStatement?: (ctx: UnlockStatementContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.unlockDatabase`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitUnlockDatabase?: (ctx: UnlockDatabaseContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.createRoleStatement`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitCreateRoleStatement?: (ctx: CreateRoleStatementContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.dropRoleStatement`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitDropRoleStatement?: (ctx: DropRoleStatementContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.grantPrivileges`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitGrantPrivileges?: (ctx: GrantPrivilegesContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.revokePrivileges`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitRevokePrivileges?: (ctx: RevokePrivilegesContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.grantRole`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitGrantRole?: (ctx: GrantRoleContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.revokeRole`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitRevokeRole?: (ctx: RevokeRoleContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.showRoleGrants`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitShowRoleGrants?: (ctx: ShowRoleGrantsContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.showRoles`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitShowRoles?: (ctx: ShowRolesContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.showCurrentRole`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitShowCurrentRole?: (ctx: ShowCurrentRoleContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.setRole`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitSetRole?: (ctx: SetRoleContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.showGrants`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitShowGrants?: (ctx: ShowGrantsContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.showRolePrincipals`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitShowRolePrincipals?: (ctx: ShowRolePrincipalsContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.privilegeIncludeColObject`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitPrivilegeIncludeColObject?: (ctx: PrivilegeIncludeColObjectContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.privilegeObject`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitPrivilegeObject?: (ctx: PrivilegeObjectContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.privObject`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitPrivObject?: (ctx: PrivObjectContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.privObjectCols`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitPrivObjectCols?: (ctx: PrivObjectColsContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.privilegeList`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitPrivilegeList?: (ctx: PrivilegeListContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.privlegeDef`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitPrivlegeDef?: (ctx: PrivlegeDefContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.privilegeType`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitPrivilegeType?: (ctx: PrivilegeTypeContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.principalSpecification`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitPrincipalSpecification?: (ctx: PrincipalSpecificationContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.principalName`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitPrincipalName?: (ctx: PrincipalNameContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.withGrantOption`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitWithGrantOption?: (ctx: WithGrantOptionContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.grantOptionFor`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitGrantOptionFor?: (ctx: GrantOptionForContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.adminOptionFor`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitAdminOptionFor?: (ctx: AdminOptionForContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.withAdminOption`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitWithAdminOption?: (ctx: WithAdminOptionContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.metastoreCheck`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitMetastoreCheck?: (ctx: MetastoreCheckContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.resourceList`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitResourceList?: (ctx: ResourceListContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.resource`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitResource?: (ctx: ResourceContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.resourceType`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitResourceType?: (ctx: ResourceTypeContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.createFunctionStatement`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitCreateFunctionStatement?: (ctx: CreateFunctionStatementContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.dropFunctionStatement`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitDropFunctionStatement?: (ctx: DropFunctionStatementContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.reloadFunctionsStatement`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitReloadFunctionsStatement?: (ctx: ReloadFunctionsStatementContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.createMacroStatement`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitCreateMacroStatement?: (ctx: CreateMacroStatementContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.dropMacroStatement`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitDropMacroStatement?: (ctx: DropMacroStatementContext) => Result;
|
|
|
|
|
2023-07-07 11:18:27 +08:00
|
|
|
/**
|
|
|
|
* Visit a parse tree produced by `HiveSqlParser.createIndexStatement`.
|
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitCreateIndexStatement?: (ctx: CreateIndexStatementContext) => Result;
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Visit a parse tree produced by `HiveSqlParser.dropIndexStatement`.
|
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitDropIndexStatement?: (ctx: DropIndexStatementContext) => Result;
|
|
|
|
|
2023-05-30 14:44:03 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.createViewStatement`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitCreateViewStatement?: (ctx: CreateViewStatementContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.viewPartition`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitViewPartition?: (ctx: ViewPartitionContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.viewOrganization`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitViewOrganization?: (ctx: ViewOrganizationContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.viewClusterSpec`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitViewClusterSpec?: (ctx: ViewClusterSpecContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.viewComplexSpec`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitViewComplexSpec?: (ctx: ViewComplexSpecContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.viewDistSpec`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitViewDistSpec?: (ctx: ViewDistSpecContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.viewSortSpec`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitViewSortSpec?: (ctx: ViewSortSpecContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.dropViewStatement`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitDropViewStatement?: (ctx: DropViewStatementContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.createMaterializedViewStatement`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitCreateMaterializedViewStatement?: (ctx: CreateMaterializedViewStatementContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.dropMaterializedViewStatement`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitDropMaterializedViewStatement?: (ctx: DropMaterializedViewStatementContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.createScheduledQueryStatement`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitCreateScheduledQueryStatement?: (ctx: CreateScheduledQueryStatementContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.dropScheduledQueryStatement`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitDropScheduledQueryStatement?: (ctx: DropScheduledQueryStatementContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterScheduledQueryStatement`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitAlterScheduledQueryStatement?: (ctx: AlterScheduledQueryStatementContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterScheduledQueryChange`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitAlterScheduledQueryChange?: (ctx: AlterScheduledQueryChangeContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.scheduleSpec`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitScheduleSpec?: (ctx: ScheduleSpecContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.executedAsSpec`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitExecutedAsSpec?: (ctx: ExecutedAsSpecContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.definedAsSpec`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitDefinedAsSpec?: (ctx: DefinedAsSpecContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.showFunctionIdentifier`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitShowFunctionIdentifier?: (ctx: ShowFunctionIdentifierContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.showStmtIdentifier`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitShowStmtIdentifier?: (ctx: ShowStmtIdentifierContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.tableComment`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitTableComment?: (ctx: TableCommentContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.createTablePartitionSpec`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitCreateTablePartitionSpec?: (ctx: CreateTablePartitionSpecContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.createTablePartitionColumnTypeSpec`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitCreateTablePartitionColumnTypeSpec?: (ctx: CreateTablePartitionColumnTypeSpecContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.createTablePartitionColumnSpec`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitCreateTablePartitionColumnSpec?: (ctx: CreateTablePartitionColumnSpecContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.partitionTransformSpec`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitPartitionTransformSpec?: (ctx: PartitionTransformSpecContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.columnNameTransformConstraint`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitColumnNameTransformConstraint?: (ctx: ColumnNameTransformConstraintContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.partitionTransformType`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitPartitionTransformType?: (ctx: PartitionTransformTypeContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.tableBuckets`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitTableBuckets?: (ctx: TableBucketsContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.tableImplBuckets`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitTableImplBuckets?: (ctx: TableImplBucketsContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.tableSkewed`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitTableSkewed?: (ctx: TableSkewedContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.rowFormat`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitRowFormat?: (ctx: RowFormatContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.recordReader`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitRecordReader?: (ctx: RecordReaderContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.recordWriter`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitRecordWriter?: (ctx: RecordWriterContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.rowFormatSerde`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitRowFormatSerde?: (ctx: RowFormatSerdeContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.rowFormatDelimited`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitRowFormatDelimited?: (ctx: RowFormatDelimitedContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.tableRowFormat`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitTableRowFormat?: (ctx: TableRowFormatContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.tablePropertiesPrefixed`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitTablePropertiesPrefixed?: (ctx: TablePropertiesPrefixedContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.tableProperties`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitTableProperties?: (ctx: TablePropertiesContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.tablePropertiesList`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitTablePropertiesList?: (ctx: TablePropertiesListContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.keyValueProperty`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitKeyValueProperty?: (ctx: KeyValuePropertyContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.keyProperty`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitKeyProperty?: (ctx: KeyPropertyContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.tableRowFormatFieldIdentifier`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitTableRowFormatFieldIdentifier?: (ctx: TableRowFormatFieldIdentifierContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.tableRowFormatCollItemsIdentifier`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitTableRowFormatCollItemsIdentifier?: (ctx: TableRowFormatCollItemsIdentifierContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.tableRowFormatMapKeysIdentifier`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitTableRowFormatMapKeysIdentifier?: (ctx: TableRowFormatMapKeysIdentifierContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.tableRowFormatLinesIdentifier`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitTableRowFormatLinesIdentifier?: (ctx: TableRowFormatLinesIdentifierContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.tableRowNullFormat`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitTableRowNullFormat?: (ctx: TableRowNullFormatContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.tableFileFormat`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitTableFileFormat?: (ctx: TableFileFormatContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.tableLocation`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitTableLocation?: (ctx: TableLocationContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.columnNameTypeList`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitColumnNameTypeList?: (ctx: ColumnNameTypeListContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.columnNameTypeOrConstraintList`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitColumnNameTypeOrConstraintList?: (ctx: ColumnNameTypeOrConstraintListContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.columnNameColonTypeList`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitColumnNameColonTypeList?: (ctx: ColumnNameColonTypeListContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.columnNameList`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitColumnNameList?: (ctx: ColumnNameListContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.columnName`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitColumnName?: (ctx: ColumnNameContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.extColumnName`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitExtColumnName?: (ctx: ExtColumnNameContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.columnNameOrderList`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitColumnNameOrderList?: (ctx: ColumnNameOrderListContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.columnParenthesesList`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitColumnParenthesesList?: (ctx: ColumnParenthesesListContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.enableValidateSpecification`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitEnableValidateSpecification?: (ctx: EnableValidateSpecificationContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.enableSpecification`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitEnableSpecification?: (ctx: EnableSpecificationContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.validateSpecification`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitValidateSpecification?: (ctx: ValidateSpecificationContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.enforcedSpecification`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitEnforcedSpecification?: (ctx: EnforcedSpecificationContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.relySpecification`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitRelySpecification?: (ctx: RelySpecificationContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.createConstraint`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitCreateConstraint?: (ctx: CreateConstraintContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterConstraintWithName`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitAlterConstraintWithName?: (ctx: AlterConstraintWithNameContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.tableLevelConstraint`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitTableLevelConstraint?: (ctx: TableLevelConstraintContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.pkUkConstraint`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitPkUkConstraint?: (ctx: PkUkConstraintContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.checkConstraint`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitCheckConstraint?: (ctx: CheckConstraintContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.createForeignKey`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitCreateForeignKey?: (ctx: CreateForeignKeyContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterForeignKeyWithName`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitAlterForeignKeyWithName?: (ctx: AlterForeignKeyWithNameContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.skewedValueElement`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitSkewedValueElement?: (ctx: SkewedValueElementContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.skewedColumnValuePairList`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitSkewedColumnValuePairList?: (ctx: SkewedColumnValuePairListContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.skewedColumnValuePair`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitSkewedColumnValuePair?: (ctx: SkewedColumnValuePairContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.skewedColumnValues`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitSkewedColumnValues?: (ctx: SkewedColumnValuesContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.skewedColumnValue`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitSkewedColumnValue?: (ctx: SkewedColumnValueContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.skewedValueLocationElement`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitSkewedValueLocationElement?: (ctx: SkewedValueLocationElementContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.orderSpecification`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitOrderSpecification?: (ctx: OrderSpecificationContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.nullOrdering`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitNullOrdering?: (ctx: NullOrderingContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.columnNameOrder`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitColumnNameOrder?: (ctx: ColumnNameOrderContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.columnNameCommentList`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitColumnNameCommentList?: (ctx: ColumnNameCommentListContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.columnNameComment`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitColumnNameComment?: (ctx: ColumnNameCommentContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.orderSpecificationRewrite`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitOrderSpecificationRewrite?: (ctx: OrderSpecificationRewriteContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.columnRefOrder`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitColumnRefOrder?: (ctx: ColumnRefOrderContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.columnNameType`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitColumnNameType?: (ctx: ColumnNameTypeContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.columnNameTypeOrConstraint`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitColumnNameTypeOrConstraint?: (ctx: ColumnNameTypeOrConstraintContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.tableConstraint`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitTableConstraint?: (ctx: TableConstraintContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.columnNameTypeConstraint`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitColumnNameTypeConstraint?: (ctx: ColumnNameTypeConstraintContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.columnConstraint`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitColumnConstraint?: (ctx: ColumnConstraintContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.foreignKeyConstraint`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitForeignKeyConstraint?: (ctx: ForeignKeyConstraintContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.colConstraint`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitColConstraint?: (ctx: ColConstraintContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterColumnConstraint`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitAlterColumnConstraint?: (ctx: AlterColumnConstraintContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterForeignKeyConstraint`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitAlterForeignKeyConstraint?: (ctx: AlterForeignKeyConstraintContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterColConstraint`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitAlterColConstraint?: (ctx: AlterColConstraintContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.columnConstraintType`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitColumnConstraintType?: (ctx: ColumnConstraintTypeContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.defaultVal`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitDefaultVal?: (ctx: DefaultValContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.tableConstraintType`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitTableConstraintType?: (ctx: TableConstraintTypeContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.constraintOptsCreate`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitConstraintOptsCreate?: (ctx: ConstraintOptsCreateContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.constraintOptsAlter`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitConstraintOptsAlter?: (ctx: ConstraintOptsAlterContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.columnNameColonType`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitColumnNameColonType?: (ctx: ColumnNameColonTypeContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.colType`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitColType?: (ctx: ColTypeContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.colTypeList`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitColTypeList?: (ctx: ColTypeListContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.type`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitType?: (ctx: TypeContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.primitiveType`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitPrimitiveType?: (ctx: PrimitiveTypeContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.listType`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitListType?: (ctx: ListTypeContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.structType`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitStructType?: (ctx: StructTypeContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.mapType`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitMapType?: (ctx: MapTypeContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.unionType`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitUnionType?: (ctx: UnionTypeContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.setOperator`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitSetOperator?: (ctx: SetOperatorContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.queryStatementExpression`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitQueryStatementExpression?: (ctx: QueryStatementExpressionContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.queryStatementExpressionBody`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitQueryStatementExpressionBody?: (ctx: QueryStatementExpressionBodyContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.withClause`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitWithClause?: (ctx: WithClauseContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.cteStatement`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitCteStatement?: (ctx: CteStatementContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.fromStatement`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitFromStatement?: (ctx: FromStatementContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.singleFromStatement`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitSingleFromStatement?: (ctx: SingleFromStatementContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.regularBody`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitRegularBody?: (ctx: RegularBodyContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.atomSelectStatement`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitAtomSelectStatement?: (ctx: AtomSelectStatementContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.selectStatement`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitSelectStatement?: (ctx: SelectStatementContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.setOpSelectStatement`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitSetOpSelectStatement?: (ctx: SetOpSelectStatementContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.selectStatementWithCTE`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitSelectStatementWithCTE?: (ctx: SelectStatementWithCTEContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.body`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitBody?: (ctx: BodyContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.insertClause`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitInsertClause?: (ctx: InsertClauseContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.destination`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitDestination?: (ctx: DestinationContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.limitClause`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitLimitClause?: (ctx: LimitClauseContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.deleteStatement`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitDeleteStatement?: (ctx: DeleteStatementContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.columnAssignmentClause`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitColumnAssignmentClause?: (ctx: ColumnAssignmentClauseContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.precedencePlusExpressionOrDefault`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitPrecedencePlusExpressionOrDefault?: (ctx: PrecedencePlusExpressionOrDefaultContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.setColumnsClause`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitSetColumnsClause?: (ctx: SetColumnsClauseContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.updateStatement`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitUpdateStatement?: (ctx: UpdateStatementContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.sqlTransactionStatement`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitSqlTransactionStatement?: (ctx: SqlTransactionStatementContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.startTransactionStatement`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitStartTransactionStatement?: (ctx: StartTransactionStatementContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.transactionMode`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitTransactionMode?: (ctx: TransactionModeContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.transactionAccessMode`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitTransactionAccessMode?: (ctx: TransactionAccessModeContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.isolationLevel`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitIsolationLevel?: (ctx: IsolationLevelContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.levelOfIsolation`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitLevelOfIsolation?: (ctx: LevelOfIsolationContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.commitStatement`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitCommitStatement?: (ctx: CommitStatementContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.rollbackStatement`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitRollbackStatement?: (ctx: RollbackStatementContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.setAutoCommitStatement`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitSetAutoCommitStatement?: (ctx: SetAutoCommitStatementContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.abortTransactionStatement`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitAbortTransactionStatement?: (ctx: AbortTransactionStatementContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.abortCompactionStatement`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitAbortCompactionStatement?: (ctx: AbortCompactionStatementContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.mergeStatement`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitMergeStatement?: (ctx: MergeStatementContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.whenClauses`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitWhenClauses?: (ctx: WhenClausesContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.whenNotMatchedClause`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitWhenNotMatchedClause?: (ctx: WhenNotMatchedClauseContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.whenMatchedAndClause`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitWhenMatchedAndClause?: (ctx: WhenMatchedAndClauseContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.whenMatchedThenClause`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitWhenMatchedThenClause?: (ctx: WhenMatchedThenClauseContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.updateOrDelete`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitUpdateOrDelete?: (ctx: UpdateOrDeleteContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.killQueryStatement`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitKillQueryStatement?: (ctx: KillQueryStatementContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.compactionId`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitCompactionId?: (ctx: CompactionIdContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.compactionPool`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitCompactionPool?: (ctx: CompactionPoolContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.compactionType`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitCompactionType?: (ctx: CompactionTypeContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.compactionStatus`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitCompactionStatus?: (ctx: CompactionStatusContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterStatement`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitAlterStatement?: (ctx: AlterStatementContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterTableStatementSuffix`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitAlterTableStatementSuffix?: (ctx: AlterTableStatementSuffixContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterTblPartitionStatementSuffix`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitAlterTblPartitionStatementSuffix?: (ctx: AlterTblPartitionStatementSuffixContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterStatementPartitionKeyType`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitAlterStatementPartitionKeyType?: (ctx: AlterStatementPartitionKeyTypeContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterViewStatementSuffix`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitAlterViewStatementSuffix?: (ctx: AlterViewStatementSuffixContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterMaterializedViewStatementSuffix`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitAlterMaterializedViewStatementSuffix?: (ctx: AlterMaterializedViewStatementSuffixContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterMaterializedViewSuffixRewrite`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitAlterMaterializedViewSuffixRewrite?: (ctx: AlterMaterializedViewSuffixRewriteContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterMaterializedViewSuffixRebuild`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitAlterMaterializedViewSuffixRebuild?: (ctx: AlterMaterializedViewSuffixRebuildContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterDatabaseStatementSuffix`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitAlterDatabaseStatementSuffix?: (ctx: AlterDatabaseStatementSuffixContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterDatabaseSuffixProperties`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitAlterDatabaseSuffixProperties?: (ctx: AlterDatabaseSuffixPropertiesContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterDatabaseSuffixSetOwner`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitAlterDatabaseSuffixSetOwner?: (ctx: AlterDatabaseSuffixSetOwnerContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterDatabaseSuffixSetLocation`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitAlterDatabaseSuffixSetLocation?: (ctx: AlterDatabaseSuffixSetLocationContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterDatabaseSuffixSetManagedLocation`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitAlterDatabaseSuffixSetManagedLocation?: (ctx: AlterDatabaseSuffixSetManagedLocationContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterStatementSuffixRename`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitAlterStatementSuffixRename?: (ctx: AlterStatementSuffixRenameContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterStatementSuffixAddCol`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitAlterStatementSuffixAddCol?: (ctx: AlterStatementSuffixAddColContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterStatementSuffixAddConstraint`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitAlterStatementSuffixAddConstraint?: (ctx: AlterStatementSuffixAddConstraintContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterStatementSuffixUpdateColumns`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitAlterStatementSuffixUpdateColumns?: (ctx: AlterStatementSuffixUpdateColumnsContext) => Result;
|
|
|
|
|
2023-08-30 17:58:20 +08:00
|
|
|
/**
|
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterStatementSuffixProtections`.
|
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitAlterStatementSuffixProtections?: (ctx: AlterStatementSuffixProtectionsContext) => Result;
|
|
|
|
|
2023-05-30 14:44:03 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterStatementSuffixDropConstraint`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitAlterStatementSuffixDropConstraint?: (ctx: AlterStatementSuffixDropConstraintContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterStatementSuffixRenameCol`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitAlterStatementSuffixRenameCol?: (ctx: AlterStatementSuffixRenameColContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterStatementSuffixUpdateStatsCol`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitAlterStatementSuffixUpdateStatsCol?: (ctx: AlterStatementSuffixUpdateStatsColContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterStatementSuffixUpdateStats`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitAlterStatementSuffixUpdateStats?: (ctx: AlterStatementSuffixUpdateStatsContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterStatementChangeColPosition`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitAlterStatementChangeColPosition?: (ctx: AlterStatementChangeColPositionContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterStatementSuffixAddPartitions`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitAlterStatementSuffixAddPartitions?: (ctx: AlterStatementSuffixAddPartitionsContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterStatementSuffixAddPartitionsElement`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitAlterStatementSuffixAddPartitionsElement?: (ctx: AlterStatementSuffixAddPartitionsElementContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterStatementSuffixTouch`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitAlterStatementSuffixTouch?: (ctx: AlterStatementSuffixTouchContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterStatementSuffixArchive`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitAlterStatementSuffixArchive?: (ctx: AlterStatementSuffixArchiveContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterStatementSuffixUnArchive`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitAlterStatementSuffixUnArchive?: (ctx: AlterStatementSuffixUnArchiveContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.partitionLocation`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitPartitionLocation?: (ctx: PartitionLocationContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterStatementSuffixDropPartitions`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitAlterStatementSuffixDropPartitions?: (ctx: AlterStatementSuffixDropPartitionsContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterStatementSuffixProperties`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitAlterStatementSuffixProperties?: (ctx: AlterStatementSuffixPropertiesContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterViewSuffixProperties`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitAlterViewSuffixProperties?: (ctx: AlterViewSuffixPropertiesContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterStatementSuffixSerdeProperties`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitAlterStatementSuffixSerdeProperties?: (ctx: AlterStatementSuffixSerdePropertiesContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.tablePartitionPrefix`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitTablePartitionPrefix?: (ctx: TablePartitionPrefixContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterStatementSuffixFileFormat`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitAlterStatementSuffixFileFormat?: (ctx: AlterStatementSuffixFileFormatContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterStatementSuffixClusterbySortby`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitAlterStatementSuffixClusterbySortby?: (ctx: AlterStatementSuffixClusterbySortbyContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterTblPartitionStatementSuffixSkewedLocation`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitAlterTblPartitionStatementSuffixSkewedLocation?: (ctx: AlterTblPartitionStatementSuffixSkewedLocationContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.skewedLocations`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitSkewedLocations?: (ctx: SkewedLocationsContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.skewedLocationsList`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitSkewedLocationsList?: (ctx: SkewedLocationsListContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.skewedLocationMap`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitSkewedLocationMap?: (ctx: SkewedLocationMapContext) => Result;
|
|
|
|
|
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterStatementSuffixLocation`.
|
2023-05-30 14:44:03 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitAlterStatementSuffixLocation?: (ctx: AlterStatementSuffixLocationContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterStatementSuffixSkewedby`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitAlterStatementSuffixSkewedby?: (ctx: AlterStatementSuffixSkewedbyContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterStatementSuffixExchangePartition`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitAlterStatementSuffixExchangePartition?: (ctx: AlterStatementSuffixExchangePartitionContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterStatementSuffixRenamePart`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitAlterStatementSuffixRenamePart?: (ctx: AlterStatementSuffixRenamePartContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterStatementSuffixStatsPart`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitAlterStatementSuffixStatsPart?: (ctx: AlterStatementSuffixStatsPartContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterStatementSuffixMergeFiles`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitAlterStatementSuffixMergeFiles?: (ctx: AlterStatementSuffixMergeFilesContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterStatementSuffixBucketNum`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitAlterStatementSuffixBucketNum?: (ctx: AlterStatementSuffixBucketNumContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.blocking`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitBlocking?: (ctx: BlockingContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.compactPool`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitCompactPool?: (ctx: CompactPoolContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterStatementSuffixCompact`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitAlterStatementSuffixCompact?: (ctx: AlterStatementSuffixCompactContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterStatementSuffixSetOwner`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitAlterStatementSuffixSetOwner?: (ctx: AlterStatementSuffixSetOwnerContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterStatementSuffixSetPartSpec`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitAlterStatementSuffixSetPartSpec?: (ctx: AlterStatementSuffixSetPartSpecContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterStatementSuffixExecute`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitAlterStatementSuffixExecute?: (ctx: AlterStatementSuffixExecuteContext) => Result;
|
|
|
|
|
2023-07-07 11:18:27 +08:00
|
|
|
/**
|
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterIndexStatementSuffix`.
|
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
|
|
|
visitAlterIndexStatementSuffix?: (ctx: AlterIndexStatementSuffixContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.fileFormat`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitFileFormat?: (ctx: FileFormatContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterDataConnectorStatementSuffix`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitAlterDataConnectorStatementSuffix?: (ctx: AlterDataConnectorStatementSuffixContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterDataConnectorSuffixProperties`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitAlterDataConnectorSuffixProperties?: (ctx: AlterDataConnectorSuffixPropertiesContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterDataConnectorSuffixSetOwner`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitAlterDataConnectorSuffixSetOwner?: (ctx: AlterDataConnectorSuffixSetOwnerContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterDataConnectorSuffixSetUrl`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitAlterDataConnectorSuffixSetUrl?: (ctx: AlterDataConnectorSuffixSetUrlContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.likeTableOrFile`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitLikeTableOrFile?: (ctx: LikeTableOrFileContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.createTableStatement`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitCreateTableStatement?: (ctx: CreateTableStatementContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.createDataConnectorStatement`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitCreateDataConnectorStatement?: (ctx: CreateDataConnectorStatementContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.dataConnectorComment`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitDataConnectorComment?: (ctx: DataConnectorCommentContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.dataConnectorUrl`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitDataConnectorUrl?: (ctx: DataConnectorUrlContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.dataConnectorType`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitDataConnectorType?: (ctx: DataConnectorTypeContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.dcProperties`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitDcProperties?: (ctx: DcPropertiesContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.dropDataConnectorStatement`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitDropDataConnectorStatement?: (ctx: DropDataConnectorStatementContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.tableAllColumns`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitTableAllColumns?: (ctx: TableAllColumnsContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.tableOrColumn`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitTableOrColumn?: (ctx: TableOrColumnContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.defaultValue`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitDefaultValue?: (ctx: DefaultValueContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.expressionList`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitExpressionList?: (ctx: ExpressionListContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.aliasList`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitAliasList?: (ctx: AliasListContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.fromClause`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitFromClause?: (ctx: FromClauseContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.fromSource`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitFromSource?: (ctx: FromSourceContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.atomjoinSource`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitAtomjoinSource?: (ctx: AtomjoinSourceContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.joinSource`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitJoinSource?: (ctx: JoinSourceContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.joinSourcePart`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitJoinSourcePart?: (ctx: JoinSourcePartContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.uniqueJoinSource`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitUniqueJoinSource?: (ctx: UniqueJoinSourceContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.uniqueJoinExpr`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitUniqueJoinExpr?: (ctx: UniqueJoinExprContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.uniqueJoinToken`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitUniqueJoinToken?: (ctx: UniqueJoinTokenContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.joinToken`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitJoinToken?: (ctx: JoinTokenContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.lateralView`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitLateralView?: (ctx: LateralViewContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.tableAlias`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitTableAlias?: (ctx: TableAliasContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.tableBucketSample`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitTableBucketSample?: (ctx: TableBucketSampleContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.splitSample`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitSplitSample?: (ctx: SplitSampleContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.tableSample`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitTableSample?: (ctx: TableSampleContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.tableSource`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitTableSource?: (ctx: TableSourceContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.asOfClause`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitAsOfClause?: (ctx: AsOfClauseContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.uniqueJoinTableSource`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitUniqueJoinTableSource?: (ctx: UniqueJoinTableSourceContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.tableName`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitTableName?: (ctx: TableNameContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.viewName`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitViewName?: (ctx: ViewNameContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.subQuerySource`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitSubQuerySource?: (ctx: SubQuerySourceContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.partitioningSpec`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitPartitioningSpec?: (ctx: PartitioningSpecContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.partitionTableFunctionSource`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitPartitionTableFunctionSource?: (ctx: PartitionTableFunctionSourceContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.partitionedTableFunction`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitPartitionedTableFunction?: (ctx: PartitionedTableFunctionContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.whereClause`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitWhereClause?: (ctx: WhereClauseContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.searchCondition`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitSearchCondition?: (ctx: SearchConditionContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.valuesSource`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitValuesSource?: (ctx: ValuesSourceContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.valuesClause`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitValuesClause?: (ctx: ValuesClauseContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.valuesTableConstructor`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitValuesTableConstructor?: (ctx: ValuesTableConstructorContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.valueRowConstructor`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitValueRowConstructor?: (ctx: ValueRowConstructorContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.firstValueRowConstructor`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitFirstValueRowConstructor?: (ctx: FirstValueRowConstructorContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.virtualTableSource`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitVirtualTableSource?: (ctx: VirtualTableSourceContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.selectClause`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitSelectClause?: (ctx: SelectClauseContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.all_distinct`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitAll_distinct?: (ctx: All_distinctContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.selectList`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitSelectList?: (ctx: SelectListContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.selectTrfmClause`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitSelectTrfmClause?: (ctx: SelectTrfmClauseContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.selectItem`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitSelectItem?: (ctx: SelectItemContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.trfmClause`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitTrfmClause?: (ctx: TrfmClauseContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.selectExpression`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitSelectExpression?: (ctx: SelectExpressionContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.selectExpressionList`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitSelectExpressionList?: (ctx: SelectExpressionListContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.window_clause`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitWindow_clause?: (ctx: Window_clauseContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.window_defn`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitWindow_defn?: (ctx: Window_defnContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.window_specification`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitWindow_specification?: (ctx: Window_specificationContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.window_frame`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitWindow_frame?: (ctx: Window_frameContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.window_range_expression`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitWindow_range_expression?: (ctx: Window_range_expressionContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.window_value_expression`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitWindow_value_expression?: (ctx: Window_value_expressionContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.window_frame_start_boundary`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitWindow_frame_start_boundary?: (ctx: Window_frame_start_boundaryContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.window_frame_boundary`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitWindow_frame_boundary?: (ctx: Window_frame_boundaryContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.groupByClause`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitGroupByClause?: (ctx: GroupByClauseContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.groupby_expression`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitGroupby_expression?: (ctx: Groupby_expressionContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.groupByEmpty`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitGroupByEmpty?: (ctx: GroupByEmptyContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.rollupStandard`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitRollupStandard?: (ctx: RollupStandardContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.rollupOldSyntax`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitRollupOldSyntax?: (ctx: RollupOldSyntaxContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.groupingSetExpression`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitGroupingSetExpression?: (ctx: GroupingSetExpressionContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.groupingSetExpressionMultiple`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitGroupingSetExpressionMultiple?: (ctx: GroupingSetExpressionMultipleContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.groupingExpressionSingle`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitGroupingExpressionSingle?: (ctx: GroupingExpressionSingleContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.havingClause`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitHavingClause?: (ctx: HavingClauseContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.qualifyClause`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitQualifyClause?: (ctx: QualifyClauseContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.havingCondition`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitHavingCondition?: (ctx: HavingConditionContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.expressionsInParenthesis`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitExpressionsInParenthesis?: (ctx: ExpressionsInParenthesisContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.expressionsNotInParenthesis`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitExpressionsNotInParenthesis?: (ctx: ExpressionsNotInParenthesisContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.expressionPart`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitExpressionPart?: (ctx: ExpressionPartContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.expressionOrDefault`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitExpressionOrDefault?: (ctx: ExpressionOrDefaultContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.firstExpressionsWithAlias`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitFirstExpressionsWithAlias?: (ctx: FirstExpressionsWithAliasContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.expressionWithAlias`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitExpressionWithAlias?: (ctx: ExpressionWithAliasContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.expressions`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitExpressions?: (ctx: ExpressionsContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.columnRefOrderInParenthesis`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitColumnRefOrderInParenthesis?: (ctx: ColumnRefOrderInParenthesisContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.columnRefOrderNotInParenthesis`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitColumnRefOrderNotInParenthesis?: (ctx: ColumnRefOrderNotInParenthesisContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.orderByClause`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitOrderByClause?: (ctx: OrderByClauseContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.clusterByClause`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitClusterByClause?: (ctx: ClusterByClauseContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.partitionByClause`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitPartitionByClause?: (ctx: PartitionByClauseContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.distributeByClause`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitDistributeByClause?: (ctx: DistributeByClauseContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.sortByClause`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitSortByClause?: (ctx: SortByClauseContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.trimFunction`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitTrimFunction?: (ctx: TrimFunctionContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.function_`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitFunction_?: (ctx: Function_Context) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.null_treatment`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitNull_treatment?: (ctx: Null_treatmentContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.functionName`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitFunctionName?: (ctx: FunctionNameContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.castExpression`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitCastExpression?: (ctx: CastExpressionContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.caseExpression`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitCaseExpression?: (ctx: CaseExpressionContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.whenExpression`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitWhenExpression?: (ctx: WhenExpressionContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.floorExpression`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitFloorExpression?: (ctx: FloorExpressionContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.floorDateQualifiers`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitFloorDateQualifiers?: (ctx: FloorDateQualifiersContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.extractExpression`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitExtractExpression?: (ctx: ExtractExpressionContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.timeQualifiers`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitTimeQualifiers?: (ctx: TimeQualifiersContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.constant`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitConstant?: (ctx: ConstantContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.prepareStmtParam`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitPrepareStmtParam?: (ctx: PrepareStmtParamContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.parameterIdx`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitParameterIdx?: (ctx: ParameterIdxContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.stringLiteralSequence`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitStringLiteralSequence?: (ctx: StringLiteralSequenceContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.charSetStringLiteral`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitCharSetStringLiteral?: (ctx: CharSetStringLiteralContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.dateLiteral`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitDateLiteral?: (ctx: DateLiteralContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.timestampLiteral`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitTimestampLiteral?: (ctx: TimestampLiteralContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.timestampLocalTZLiteral`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitTimestampLocalTZLiteral?: (ctx: TimestampLocalTZLiteralContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.intervalValue`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitIntervalValue?: (ctx: IntervalValueContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.intervalLiteral`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitIntervalLiteral?: (ctx: IntervalLiteralContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.intervalExpression`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitIntervalExpression?: (ctx: IntervalExpressionContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.intervalQualifiers`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitIntervalQualifiers?: (ctx: IntervalQualifiersContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.expression`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitExpression?: (ctx: ExpressionContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.atomExpression`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitAtomExpression?: (ctx: AtomExpressionContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.precedenceFieldExpression`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitPrecedenceFieldExpression?: (ctx: PrecedenceFieldExpressionContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.precedenceUnaryOperator`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitPrecedenceUnaryOperator?: (ctx: PrecedenceUnaryOperatorContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.precedenceUnaryPrefixExpression`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitPrecedenceUnaryPrefixExpression?: (ctx: PrecedenceUnaryPrefixExpressionContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.precedenceBitwiseXorOperator`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitPrecedenceBitwiseXorOperator?: (ctx: PrecedenceBitwiseXorOperatorContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.precedenceBitwiseXorExpression`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitPrecedenceBitwiseXorExpression?: (ctx: PrecedenceBitwiseXorExpressionContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.precedenceStarOperator`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitPrecedenceStarOperator?: (ctx: PrecedenceStarOperatorContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.precedenceStarExpression`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitPrecedenceStarExpression?: (ctx: PrecedenceStarExpressionContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.precedencePlusOperator`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitPrecedencePlusOperator?: (ctx: PrecedencePlusOperatorContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.precedencePlusExpression`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitPrecedencePlusExpression?: (ctx: PrecedencePlusExpressionContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.precedenceConcatenateOperator`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitPrecedenceConcatenateOperator?: (ctx: PrecedenceConcatenateOperatorContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.precedenceConcatenateExpression`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitPrecedenceConcatenateExpression?: (ctx: PrecedenceConcatenateExpressionContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.precedenceAmpersandOperator`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitPrecedenceAmpersandOperator?: (ctx: PrecedenceAmpersandOperatorContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.precedenceAmpersandExpression`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitPrecedenceAmpersandExpression?: (ctx: PrecedenceAmpersandExpressionContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.precedenceBitwiseOrOperator`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitPrecedenceBitwiseOrOperator?: (ctx: PrecedenceBitwiseOrOperatorContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.precedenceBitwiseOrExpression`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitPrecedenceBitwiseOrExpression?: (ctx: PrecedenceBitwiseOrExpressionContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.precedenceRegexpOperator`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitPrecedenceRegexpOperator?: (ctx: PrecedenceRegexpOperatorContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.precedenceSimilarOperator`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitPrecedenceSimilarOperator?: (ctx: PrecedenceSimilarOperatorContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.subQueryExpression`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitSubQueryExpression?: (ctx: SubQueryExpressionContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.precedenceSimilarExpression`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitPrecedenceSimilarExpression?: (ctx: PrecedenceSimilarExpressionContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.precedenceSimilarExpressionMain`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitPrecedenceSimilarExpressionMain?: (ctx: PrecedenceSimilarExpressionMainContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.precedenceSimilarExpressionPart`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitPrecedenceSimilarExpressionPart?: (ctx: PrecedenceSimilarExpressionPartContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.precedenceSimilarExpressionAtom`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitPrecedenceSimilarExpressionAtom?: (ctx: PrecedenceSimilarExpressionAtomContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.precedenceSimilarExpressionQuantifierPredicate`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitPrecedenceSimilarExpressionQuantifierPredicate?: (ctx: PrecedenceSimilarExpressionQuantifierPredicateContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.quantifierType`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitQuantifierType?: (ctx: QuantifierTypeContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.precedenceSimilarExpressionIn`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitPrecedenceSimilarExpressionIn?: (ctx: PrecedenceSimilarExpressionInContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.precedenceSimilarExpressionPartNot`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitPrecedenceSimilarExpressionPartNot?: (ctx: PrecedenceSimilarExpressionPartNotContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.precedenceDistinctOperator`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitPrecedenceDistinctOperator?: (ctx: PrecedenceDistinctOperatorContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.precedenceEqualOperator`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitPrecedenceEqualOperator?: (ctx: PrecedenceEqualOperatorContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.precedenceEqualExpression`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitPrecedenceEqualExpression?: (ctx: PrecedenceEqualExpressionContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.isCondition`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitIsCondition?: (ctx: IsConditionContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.precedenceUnarySuffixExpression`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitPrecedenceUnarySuffixExpression?: (ctx: PrecedenceUnarySuffixExpressionContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.precedenceNotOperator`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitPrecedenceNotOperator?: (ctx: PrecedenceNotOperatorContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.precedenceNotExpression`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitPrecedenceNotExpression?: (ctx: PrecedenceNotExpressionContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.precedenceAndOperator`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitPrecedenceAndOperator?: (ctx: PrecedenceAndOperatorContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.precedenceAndExpression`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitPrecedenceAndExpression?: (ctx: PrecedenceAndExpressionContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.precedenceOrOperator`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitPrecedenceOrOperator?: (ctx: PrecedenceOrOperatorContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.precedenceOrExpression`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitPrecedenceOrExpression?: (ctx: PrecedenceOrExpressionContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.booleanValue`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitBooleanValue?: (ctx: BooleanValueContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.booleanValueTok`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitBooleanValueTok?: (ctx: BooleanValueTokContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.tableOrPartition`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitTableOrPartition?: (ctx: TableOrPartitionContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.partitionSpec`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitPartitionSpec?: (ctx: PartitionSpecContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.partitionVal`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitPartitionVal?: (ctx: PartitionValContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.partitionSelectorSpec`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitPartitionSelectorSpec?: (ctx: PartitionSelectorSpecContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.partitionSelectorVal`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitPartitionSelectorVal?: (ctx: PartitionSelectorValContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.partitionSelectorOperator`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitPartitionSelectorOperator?: (ctx: PartitionSelectorOperatorContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.subQuerySelectorOperator`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitSubQuerySelectorOperator?: (ctx: SubQuerySelectorOperatorContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.sysFuncNames`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitSysFuncNames?: (ctx: SysFuncNamesContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.descFuncNames`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitDescFuncNames?: (ctx: DescFuncNamesContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.id_`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitId_?: (ctx: Id_Context) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.functionIdentifier`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitFunctionIdentifier?: (ctx: FunctionIdentifierContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.principalIdentifier`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitPrincipalIdentifier?: (ctx: PrincipalIdentifierContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.nonReserved`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitNonReserved?: (ctx: NonReservedContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.sql11ReservedKeywordsUsedAsFunctionName`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitSql11ReservedKeywordsUsedAsFunctionName?: (ctx: Sql11ReservedKeywordsUsedAsFunctionNameContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.hint`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitHint?: (ctx: HintContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.hintList`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitHintList?: (ctx: HintListContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.hintItem`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitHintItem?: (ctx: HintItemContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.hintName`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitHintName?: (ctx: HintNameContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.hintArgs`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitHintArgs?: (ctx: HintArgsContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.hintArgName`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitHintArgName?: (ctx: HintArgNameContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.prepareStatement`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitPrepareStatement?: (ctx: PrepareStatementContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.executeStatement`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitExecuteStatement?: (ctx: ExecuteStatementContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.executeParamList`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitExecuteParamList?: (ctx: ExecuteParamListContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.resourcePlanDdlStatements`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitResourcePlanDdlStatements?: (ctx: ResourcePlanDdlStatementsContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.rpAssign`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitRpAssign?: (ctx: RpAssignContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.rpAssignList`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitRpAssignList?: (ctx: RpAssignListContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.rpUnassign`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitRpUnassign?: (ctx: RpUnassignContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.rpUnassignList`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitRpUnassignList?: (ctx: RpUnassignListContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.createResourcePlanStatement`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitCreateResourcePlanStatement?: (ctx: CreateResourcePlanStatementContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.withReplace`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitWithReplace?: (ctx: WithReplaceContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.activate`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitActivate?: (ctx: ActivateContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.enable`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitEnable?: (ctx: EnableContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.disable`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitDisable?: (ctx: DisableContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.unmanaged`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitUnmanaged?: (ctx: UnmanagedContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterResourcePlanStatement`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitAlterResourcePlanStatement?: (ctx: AlterResourcePlanStatementContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.globalWmStatement`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitGlobalWmStatement?: (ctx: GlobalWmStatementContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.replaceResourcePlanStatement`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitReplaceResourcePlanStatement?: (ctx: ReplaceResourcePlanStatementContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.dropResourcePlanStatement`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitDropResourcePlanStatement?: (ctx: DropResourcePlanStatementContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.poolPath`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitPoolPath?: (ctx: PoolPathContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.triggerExpression`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitTriggerExpression?: (ctx: TriggerExpressionContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.triggerExpressionStandalone`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitTriggerExpressionStandalone?: (ctx: TriggerExpressionStandaloneContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.triggerOrExpression`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitTriggerOrExpression?: (ctx: TriggerOrExpressionContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.triggerAndExpression`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitTriggerAndExpression?: (ctx: TriggerAndExpressionContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.triggerAtomExpression`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitTriggerAtomExpression?: (ctx: TriggerAtomExpressionContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.triggerLiteral`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitTriggerLiteral?: (ctx: TriggerLiteralContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.comparisionOperator`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitComparisionOperator?: (ctx: ComparisionOperatorContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.triggerActionExpression`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitTriggerActionExpression?: (ctx: TriggerActionExpressionContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.triggerActionExpressionStandalone`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitTriggerActionExpressionStandalone?: (ctx: TriggerActionExpressionStandaloneContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.createTriggerStatement`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitCreateTriggerStatement?: (ctx: CreateTriggerStatementContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterTriggerStatement`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitAlterTriggerStatement?: (ctx: AlterTriggerStatementContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.dropTriggerStatement`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitDropTriggerStatement?: (ctx: DropTriggerStatementContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.poolAssign`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitPoolAssign?: (ctx: PoolAssignContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.poolAssignList`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitPoolAssignList?: (ctx: PoolAssignListContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.createPoolStatement`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitCreatePoolStatement?: (ctx: CreatePoolStatementContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterPoolStatement`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitAlterPoolStatement?: (ctx: AlterPoolStatementContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.dropPoolStatement`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitDropPoolStatement?: (ctx: DropPoolStatementContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.createMappingStatement`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitCreateMappingStatement?: (ctx: CreateMappingStatementContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.alterMappingStatement`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitAlterMappingStatement?: (ctx: AlterMappingStatementContext) => Result;
|
|
|
|
|
2023-05-04 10:13:05 +08:00
|
|
|
/**
|
2023-07-05 16:22:40 +08:00
|
|
|
* Visit a parse tree produced by `HiveSqlParser.dropMappingStatement`.
|
2023-05-04 10:13:05 +08:00
|
|
|
* @param ctx the parse tree
|
|
|
|
* @return the visitor result
|
|
|
|
*/
|
2023-05-30 14:44:03 +08:00
|
|
|
visitDropMappingStatement?: (ctx: DropMappingStatementContext) => Result;
|
2023-05-04 10:13:05 +08:00
|
|
|
}
|
|
|
|
|