dt-sql-parser
Version:
SQL Parsers for BigData, built with antlr4
1,095 lines • 102 kB
TypeScript
import { AbstractParseTreeVisitor } from "antlr4ng";
import { ProgramContext } from "./HiveSqlParser.js";
import { StatementContext } from "./HiveSqlParser.js";
import { ExplainStatementContext } from "./HiveSqlParser.js";
import { ExplainOptionContext } from "./HiveSqlParser.js";
import { VectorizationDetailContext } from "./HiveSqlParser.js";
import { ExecStatementContext } from "./HiveSqlParser.js";
import { LoadStatementContext } from "./HiveSqlParser.js";
import { ReplicationClauseContext } from "./HiveSqlParser.js";
import { ExportStatementContext } from "./HiveSqlParser.js";
import { ImportStatementContext } from "./HiveSqlParser.js";
import { ReplDumpStatementContext } from "./HiveSqlParser.js";
import { ReplDbPolicyContext } from "./HiveSqlParser.js";
import { ReplLoadStatementContext } from "./HiveSqlParser.js";
import { ReplTableLevelPolicyContext } from "./HiveSqlParser.js";
import { DdlStatementContext } from "./HiveSqlParser.js";
import { IfExistsContext } from "./HiveSqlParser.js";
import { IfNotExistsContext } from "./HiveSqlParser.js";
import { RestrictOrCascadeContext } from "./HiveSqlParser.js";
import { RewriteEnabledContext } from "./HiveSqlParser.js";
import { RewriteDisabledContext } from "./HiveSqlParser.js";
import { StoredAsDirsContext } from "./HiveSqlParser.js";
import { CreateDatabaseStatementContext } from "./HiveSqlParser.js";
import { DbConnectorNameContext } from "./HiveSqlParser.js";
import { SwitchDatabaseStatementContext } from "./HiveSqlParser.js";
import { DropDatabaseStatementContext } from "./HiveSqlParser.js";
import { DatabaseCommentContext } from "./HiveSqlParser.js";
import { TruncateTableStatementContext } from "./HiveSqlParser.js";
import { DropTableStatementContext } from "./HiveSqlParser.js";
import { InputFileFormatContext } from "./HiveSqlParser.js";
import { TabTypeExprContext } from "./HiveSqlParser.js";
import { PartTypeExprContext } from "./HiveSqlParser.js";
import { TabPartColTypeExprContext } from "./HiveSqlParser.js";
import { DescStatementContext } from "./HiveSqlParser.js";
import { AnalyzeStatementContext } from "./HiveSqlParser.js";
import { From_inContext } from "./HiveSqlParser.js";
import { Db_schemaContext } from "./HiveSqlParser.js";
import { ShowStatementContext } from "./HiveSqlParser.js";
import { ShowTablesFilterExprContext } from "./HiveSqlParser.js";
import { LockStatementContext } from "./HiveSqlParser.js";
import { LockDatabaseContext } from "./HiveSqlParser.js";
import { LockModeContext } from "./HiveSqlParser.js";
import { UnlockStatementContext } from "./HiveSqlParser.js";
import { UnlockDatabaseContext } from "./HiveSqlParser.js";
import { CreateRoleStatementContext } from "./HiveSqlParser.js";
import { DropRoleStatementContext } from "./HiveSqlParser.js";
import { GrantPrivilegesContext } from "./HiveSqlParser.js";
import { RevokePrivilegesContext } from "./HiveSqlParser.js";
import { GrantRoleContext } from "./HiveSqlParser.js";
import { RevokeRoleContext } from "./HiveSqlParser.js";
import { ShowRoleGrantsContext } from "./HiveSqlParser.js";
import { ShowRolesContext } from "./HiveSqlParser.js";
import { ShowCurrentRoleContext } from "./HiveSqlParser.js";
import { SetRoleContext } from "./HiveSqlParser.js";
import { ShowGrantsContext } from "./HiveSqlParser.js";
import { ShowRolePrincipalsContext } from "./HiveSqlParser.js";
import { PrivilegeIncludeColObjectContext } from "./HiveSqlParser.js";
import { PrivilegeObjectContext } from "./HiveSqlParser.js";
import { PrivObjectContext } from "./HiveSqlParser.js";
import { PrivObjectColsContext } from "./HiveSqlParser.js";
import { PrivilegeListContext } from "./HiveSqlParser.js";
import { PrivilegeDefContext } from "./HiveSqlParser.js";
import { PrivilegeTypeContext } from "./HiveSqlParser.js";
import { PrincipalSpecificationContext } from "./HiveSqlParser.js";
import { PrincipalNameContext } from "./HiveSqlParser.js";
import { PrincipalAlterNameContext } from "./HiveSqlParser.js";
import { WithGrantOptionContext } from "./HiveSqlParser.js";
import { GrantOptionForContext } from "./HiveSqlParser.js";
import { AdminOptionForContext } from "./HiveSqlParser.js";
import { WithAdminOptionContext } from "./HiveSqlParser.js";
import { MetastoreCheckContext } from "./HiveSqlParser.js";
import { ResourceListContext } from "./HiveSqlParser.js";
import { ResourceContext } from "./HiveSqlParser.js";
import { ResourceTypeContext } from "./HiveSqlParser.js";
import { CreateFunctionStatementContext } from "./HiveSqlParser.js";
import { DropFunctionStatementContext } from "./HiveSqlParser.js";
import { ReloadFunctionsStatementContext } from "./HiveSqlParser.js";
import { CreateMacroStatementContext } from "./HiveSqlParser.js";
import { DropMacroStatementContext } from "./HiveSqlParser.js";
import { CreateIndexStatementContext } from "./HiveSqlParser.js";
import { DropIndexStatementContext } from "./HiveSqlParser.js";
import { CreateViewStatementContext } from "./HiveSqlParser.js";
import { ViewPartitionContext } from "./HiveSqlParser.js";
import { ViewOrganizationContext } from "./HiveSqlParser.js";
import { ViewClusterSpecContext } from "./HiveSqlParser.js";
import { ViewComplexSpecContext } from "./HiveSqlParser.js";
import { ViewDistSpecContext } from "./HiveSqlParser.js";
import { ViewSortSpecContext } from "./HiveSqlParser.js";
import { DropViewStatementContext } from "./HiveSqlParser.js";
import { CreateMaterializedViewStatementContext } from "./HiveSqlParser.js";
import { DropMaterializedViewStatementContext } from "./HiveSqlParser.js";
import { CreateScheduledQueryStatementContext } from "./HiveSqlParser.js";
import { DropScheduledQueryStatementContext } from "./HiveSqlParser.js";
import { AlterScheduledQueryStatementContext } from "./HiveSqlParser.js";
import { AlterScheduledQueryChangeContext } from "./HiveSqlParser.js";
import { ScheduleSpecContext } from "./HiveSqlParser.js";
import { ExecutedAsSpecContext } from "./HiveSqlParser.js";
import { DefinedAsSpecContext } from "./HiveSqlParser.js";
import { ShowStmtIdentifierContext } from "./HiveSqlParser.js";
import { TableCommentContext } from "./HiveSqlParser.js";
import { TableLifecycleContext } from "./HiveSqlParser.js";
import { CreateTablePartitionSpecContext } from "./HiveSqlParser.js";
import { CreateTablePartitionColumnTypeSpecContext } from "./HiveSqlParser.js";
import { PartitionTransformSpecContext } from "./HiveSqlParser.js";
import { PartitionTransformTypeContext } from "./HiveSqlParser.js";
import { TableBucketsContext } from "./HiveSqlParser.js";
import { TableSkewedContext } from "./HiveSqlParser.js";
import { RowFormatContext } from "./HiveSqlParser.js";
import { RecordReaderContext } from "./HiveSqlParser.js";
import { RecordWriterContext } from "./HiveSqlParser.js";
import { RowFormatSerdeContext } from "./HiveSqlParser.js";
import { RowFormatDelimitedContext } from "./HiveSqlParser.js";
import { TableRowFormatContext } from "./HiveSqlParser.js";
import { TablePropertiesPrefixedContext } from "./HiveSqlParser.js";
import { TablePropertiesContext } from "./HiveSqlParser.js";
import { TablePropertiesListContext } from "./HiveSqlParser.js";
import { KeyValuePropertiesContext } from "./HiveSqlParser.js";
import { KeyValuePropertyListContext } from "./HiveSqlParser.js";
import { KeyValuePropertyContext } from "./HiveSqlParser.js";
import { TableRowFormatFieldIdentifierContext } from "./HiveSqlParser.js";
import { TableRowFormatCollItemsIdentifierContext } from "./HiveSqlParser.js";
import { TableRowFormatMapKeysIdentifierContext } from "./HiveSqlParser.js";
import { TableRowFormatLinesIdentifierContext } from "./HiveSqlParser.js";
import { TableRowNullFormatContext } from "./HiveSqlParser.js";
import { TableFileFormatContext } from "./HiveSqlParser.js";
import { ColumnNameTypeListContext } from "./HiveSqlParser.js";
import { ColumnNameTypeOrConstraintListContext } from "./HiveSqlParser.js";
import { ColumnNameColonTypeListContext } from "./HiveSqlParser.js";
import { ColumnNameListContext } from "./HiveSqlParser.js";
import { ColumnNameContext } from "./HiveSqlParser.js";
import { ColumnNamePathContext } from "./HiveSqlParser.js";
import { ColumnNameCreateContext } from "./HiveSqlParser.js";
import { ExtColumnNameContext } from "./HiveSqlParser.js";
import { ColumnNameOrderListContext } from "./HiveSqlParser.js";
import { ColumnParenthesesListContext } from "./HiveSqlParser.js";
import { EnableValidateSpecificationContext } from "./HiveSqlParser.js";
import { EnableSpecificationContext } from "./HiveSqlParser.js";
import { ValidateSpecificationContext } from "./HiveSqlParser.js";
import { EnforcedSpecificationContext } from "./HiveSqlParser.js";
import { RelySpecificationContext } from "./HiveSqlParser.js";
import { CreateConstraintContext } from "./HiveSqlParser.js";
import { AlterConstraintWithNameContext } from "./HiveSqlParser.js";
import { TableLevelConstraintContext } from "./HiveSqlParser.js";
import { PkUkConstraintContext } from "./HiveSqlParser.js";
import { CheckConstraintContext } from "./HiveSqlParser.js";
import { CreateForeignKeyContext } from "./HiveSqlParser.js";
import { AlterForeignKeyWithNameContext } from "./HiveSqlParser.js";
import { SkewedValueElementContext } from "./HiveSqlParser.js";
import { SkewedColumnValuePairListContext } from "./HiveSqlParser.js";
import { SkewedColumnValuePairContext } from "./HiveSqlParser.js";
import { ConstantListContext } from "./HiveSqlParser.js";
import { OrderSpecificationContext } from "./HiveSqlParser.js";
import { NullOrderingContext } from "./HiveSqlParser.js";
import { ColumnNameOrderContext } from "./HiveSqlParser.js";
import { ColumnNameCommentListContext } from "./HiveSqlParser.js";
import { ColumnNameCommentContext } from "./HiveSqlParser.js";
import { ColumnRefOrderContext } from "./HiveSqlParser.js";
import { ColumnNameTypeContext } from "./HiveSqlParser.js";
import { ColumnNameTypeOrConstraintContext } from "./HiveSqlParser.js";
import { TableConstraintContext } from "./HiveSqlParser.js";
import { ColumnNameTypeConstraintContext } from "./HiveSqlParser.js";
import { ColumnConstraintContext } from "./HiveSqlParser.js";
import { ForeignKeyConstraintContext } from "./HiveSqlParser.js";
import { ColConstraintContext } from "./HiveSqlParser.js";
import { AlterColumnConstraintContext } from "./HiveSqlParser.js";
import { AlterForeignKeyConstraintContext } from "./HiveSqlParser.js";
import { AlterColConstraintContext } from "./HiveSqlParser.js";
import { ColumnConstraintTypeContext } from "./HiveSqlParser.js";
import { DefaultValContext } from "./HiveSqlParser.js";
import { TableConstraintTypeContext } from "./HiveSqlParser.js";
import { ConstraintOptsCreateContext } from "./HiveSqlParser.js";
import { ConstraintOptsAlterContext } from "./HiveSqlParser.js";
import { ColumnNameColonTypeContext } from "./HiveSqlParser.js";
import { ColumnTypeContext } from "./HiveSqlParser.js";
import { ColumnTypeListContext } from "./HiveSqlParser.js";
import { TypeContext } from "./HiveSqlParser.js";
import { PrimitiveTypeContext } from "./HiveSqlParser.js";
import { ListTypeContext } from "./HiveSqlParser.js";
import { StructTypeContext } from "./HiveSqlParser.js";
import { MapTypeContext } from "./HiveSqlParser.js";
import { UnionTypeContext } from "./HiveSqlParser.js";
import { SetOperatorContext } from "./HiveSqlParser.js";
import { QueryStatementExpressionContext } from "./HiveSqlParser.js";
import { QueryStatementExpressionBodyContext } from "./HiveSqlParser.js";
import { WithClauseContext } from "./HiveSqlParser.js";
import { CteStatementContext } from "./HiveSqlParser.js";
import { FromStatementContext } from "./HiveSqlParser.js";
import { FromInsertStmtContext } from "./HiveSqlParser.js";
import { FromSelectStmtContext } from "./HiveSqlParser.js";
import { InsertStmtContext } from "./HiveSqlParser.js";
import { SelectStmtContext } from "./HiveSqlParser.js";
import { AtomSelectStatementContext } from "./HiveSqlParser.js";
import { SelectStatementContext } from "./HiveSqlParser.js";
import { SetOpSelectStatementContext } from "./HiveSqlParser.js";
import { SelectStatementWithCTEContext } from "./HiveSqlParser.js";
import { InsertClauseContext } from "./HiveSqlParser.js";
import { DestinationContext } from "./HiveSqlParser.js";
import { LimitClauseContext } from "./HiveSqlParser.js";
import { ColumnAssignmentClauseContext } from "./HiveSqlParser.js";
import { PrecedencePlusExpressionOrDefaultContext } from "./HiveSqlParser.js";
import { SetColumnsClauseContext } from "./HiveSqlParser.js";
import { SqlTransactionStatementContext } from "./HiveSqlParser.js";
import { TransactionModeContext } from "./HiveSqlParser.js";
import { WhenClausesContext } from "./HiveSqlParser.js";
import { WhenNotMatchedClauseContext } from "./HiveSqlParser.js";
import { WhenMatchedAndClauseContext } from "./HiveSqlParser.js";
import { WhenMatchedThenClauseContext } from "./HiveSqlParser.js";
import { CompactionPoolContext } from "./HiveSqlParser.js";
import { CompactionTypeContext } from "./HiveSqlParser.js";
import { CompactionStatusContext } from "./HiveSqlParser.js";
import { AlterStatementContext } from "./HiveSqlParser.js";
import { AlterTableStatementSuffixContext } from "./HiveSqlParser.js";
import { AlterTblPartitionStatementSuffixContext } from "./HiveSqlParser.js";
import { AlterViewStatementSuffixContext } from "./HiveSqlParser.js";
import { AlterDatabaseStatementSuffixContext } from "./HiveSqlParser.js";
import { AlterDataConnectorStatementSuffixContext } from "./HiveSqlParser.js";
import { LocationPathContext } from "./HiveSqlParser.js";
import { AlterStatementSuffixDropPartitionsContext } from "./HiveSqlParser.js";
import { SkewedLocationMapContext } from "./HiveSqlParser.js";
import { AlterStatementSuffixExecuteContext } from "./HiveSqlParser.js";
import { FileFormatContext } from "./HiveSqlParser.js";
import { LikeTableOrFileContext } from "./HiveSqlParser.js";
import { CreateTableStatementContext } from "./HiveSqlParser.js";
import { CreateDataConnectorStatementContext } from "./HiveSqlParser.js";
import { DropDataConnectorStatementContext } from "./HiveSqlParser.js";
import { TableAllColumnsContext } from "./HiveSqlParser.js";
import { ExpressionListContext } from "./HiveSqlParser.js";
import { AliasListContext } from "./HiveSqlParser.js";
import { FromClauseContext } from "./HiveSqlParser.js";
import { FromSourceContext } from "./HiveSqlParser.js";
import { AtomjoinSourceContext } from "./HiveSqlParser.js";
import { JoinSourceContext } from "./HiveSqlParser.js";
import { JoinSourcePartContext } from "./HiveSqlParser.js";
import { UniqueJoinSourceContext } from "./HiveSqlParser.js";
import { JoinTokenContext } from "./HiveSqlParser.js";
import { LateralViewContext } from "./HiveSqlParser.js";
import { TableAliasContext } from "./HiveSqlParser.js";
import { TableSampleContext } from "./HiveSqlParser.js";
import { TableSourceContext } from "./HiveSqlParser.js";
import { AsOfClauseContext } from "./HiveSqlParser.js";
import { DbSchemaNameContext } from "./HiveSqlParser.js";
import { DbSchemaNameCreateContext } from "./HiveSqlParser.js";
import { TableOrViewContext } from "./HiveSqlParser.js";
import { TableNameContext } from "./HiveSqlParser.js";
import { TableNameCreateContext } from "./HiveSqlParser.js";
import { ViewNameContext } from "./HiveSqlParser.js";
import { ViewNameCreateContext } from "./HiveSqlParser.js";
import { SubQuerySourceContext } from "./HiveSqlParser.js";
import { PartitioningSpecContext } from "./HiveSqlParser.js";
import { PartitionTableFunctionSourceContext } from "./HiveSqlParser.js";
import { PartitionedTableFunctionContext } from "./HiveSqlParser.js";
import { WhereClauseContext } from "./HiveSqlParser.js";
import { ValuesClauseContext } from "./HiveSqlParser.js";
import { VirtualTableSourceContext } from "./HiveSqlParser.js";
import { SelectClauseContext } from "./HiveSqlParser.js";
import { SelectTrfmClauseContext } from "./HiveSqlParser.js";
import { SelectItemContext } from "./HiveSqlParser.js";
import { TrfmClauseContext } from "./HiveSqlParser.js";
import { SelectExpressionContext } from "./HiveSqlParser.js";
import { SelectExpressionListContext } from "./HiveSqlParser.js";
import { Window_clauseContext } from "./HiveSqlParser.js";
import { Window_specificationContext } from "./HiveSqlParser.js";
import { Window_frameContext } from "./HiveSqlParser.js";
import { Window_frame_boundaryContext } from "./HiveSqlParser.js";
import { GroupByClauseContext } from "./HiveSqlParser.js";
import { RollupStandardContext } from "./HiveSqlParser.js";
import { RollupOldSyntaxContext } from "./HiveSqlParser.js";
import { GroupingSetExpressionContext } from "./HiveSqlParser.js";
import { HavingClauseContext } from "./HiveSqlParser.js";
import { QualifyClauseContext } from "./HiveSqlParser.js";
import { ExpressionOrDefaultContext } from "./HiveSqlParser.js";
import { FirstExpressionsWithAliasContext } from "./HiveSqlParser.js";
import { ExpressionsContext } from "./HiveSqlParser.js";
import { ExpressionsInParenthesisContext } from "./HiveSqlParser.js";
import { ExpressionsNotInParenthesisContext } from "./HiveSqlParser.js";
import { OrderByClauseContext } from "./HiveSqlParser.js";
import { PartitionByClauseContext } from "./HiveSqlParser.js";
import { ClusterByClauseContext } from "./HiveSqlParser.js";
import { DistributeByClauseContext } from "./HiveSqlParser.js";
import { SortByClauseContext } from "./HiveSqlParser.js";
import { Function_Context } from "./HiveSqlParser.js";
import { Null_treatmentContext } from "./HiveSqlParser.js";
import { FunctionNameCreateContext } from "./HiveSqlParser.js";
import { FunctionNameForDDLContext } from "./HiveSqlParser.js";
import { FunctionNameForInvokeContext } from "./HiveSqlParser.js";
import { CastExpressionContext } from "./HiveSqlParser.js";
import { CaseExpressionContext } from "./HiveSqlParser.js";
import { WhenExpressionContext } from "./HiveSqlParser.js";
import { FloorExpressionContext } from "./HiveSqlParser.js";
import { ExtractExpressionContext } from "./HiveSqlParser.js";
import { TimeQualifiersContext } from "./HiveSqlParser.js";
import { ConstantContext } from "./HiveSqlParser.js";
import { IntervalValueContext } from "./HiveSqlParser.js";
import { IntervalExpressionContext } from "./HiveSqlParser.js";
import { IntervalQualifiersContext } from "./HiveSqlParser.js";
import { ExpressionContext } from "./HiveSqlParser.js";
import { AtomExpressionContext } from "./HiveSqlParser.js";
import { PrecedenceUnaryPrefixExpressionContext } from "./HiveSqlParser.js";
import { PrecedenceBitwiseXorExpressionContext } from "./HiveSqlParser.js";
import { PrecedenceStarExpressionContext } from "./HiveSqlParser.js";
import { PrecedencePlusExpressionContext } from "./HiveSqlParser.js";
import { PrecedenceConcatenateExpressionContext } from "./HiveSqlParser.js";
import { PrecedenceAmpersandExpressionContext } from "./HiveSqlParser.js";
import { PrecedenceBitwiseOrExpressionContext } from "./HiveSqlParser.js";
import { PrecedenceSimilarOperatorContext } from "./HiveSqlParser.js";
import { SubQueryExpressionContext } from "./HiveSqlParser.js";
import { PrecedenceSimilarExpressionContext } from "./HiveSqlParser.js";
import { PrecedenceSimilarExpressionPartContext } from "./HiveSqlParser.js";
import { PrecedenceSimilarExpressionAtomContext } from "./HiveSqlParser.js";
import { PrecedenceSimilarExpressionInContext } from "./HiveSqlParser.js";
import { PrecedenceSimilarExpressionPartNotContext } from "./HiveSqlParser.js";
import { PrecedenceDistinctOperatorContext } from "./HiveSqlParser.js";
import { PrecedenceEqualOperatorContext } from "./HiveSqlParser.js";
import { PrecedenceEqualExpressionContext } from "./HiveSqlParser.js";
import { IsConditionContext } from "./HiveSqlParser.js";
import { PrecedenceNotExpressionContext } from "./HiveSqlParser.js";
import { PrecedenceAndExpressionContext } from "./HiveSqlParser.js";
import { TableOrPartitionContext } from "./HiveSqlParser.js";
import { PartitionSpecContext } from "./HiveSqlParser.js";
import { PartitionValContext } from "./HiveSqlParser.js";
import { PartitionSelectorSpecContext } from "./HiveSqlParser.js";
import { PartitionSelectorValContext } from "./HiveSqlParser.js";
import { SubQuerySelectorOperatorContext } from "./HiveSqlParser.js";
import { SysFuncNamesContext } from "./HiveSqlParser.js";
import { Id_Context } from "./HiveSqlParser.js";
import { FunctionIdentifierContext } from "./HiveSqlParser.js";
import { PrincipalIdentifierContext } from "./HiveSqlParser.js";
import { NonReservedContext } from "./HiveSqlParser.js";
import { Sql11ReservedKeywordsUsedAsFunctionNameContext } from "./HiveSqlParser.js";
import { ConfigPropertiesItemContext } from "./HiveSqlParser.js";
import { ResourcePlanDdlStatementsContext } from "./HiveSqlParser.js";
import { MappingTypesContext } from "./HiveSqlParser.js";
import { RpAssignContext } from "./HiveSqlParser.js";
import { RpAssignListContext } from "./HiveSqlParser.js";
import { RpUnassignContext } from "./HiveSqlParser.js";
import { ActivateContext } from "./HiveSqlParser.js";
import { EnableContext } from "./HiveSqlParser.js";
import { DisableContext } from "./HiveSqlParser.js";
import { YearContext } from "./HiveSqlParser.js";
import { MonthContext } from "./HiveSqlParser.js";
import { WeekContext } from "./HiveSqlParser.js";
import { DayContext } from "./HiveSqlParser.js";
import { HourContext } from "./HiveSqlParser.js";
import { MinuteContext } from "./HiveSqlParser.js";
import { SecondContext } from "./HiveSqlParser.js";
import { DecimalContext } from "./HiveSqlParser.js";
import { PoolPathContext } from "./HiveSqlParser.js";
import { TriggerAtomExpressionContext } from "./HiveSqlParser.js";
import { TriggerActionExpressionContext } from "./HiveSqlParser.js";
import { PoolAssignContext } from "./HiveSqlParser.js";
import { PoolAssignListContext } from "./HiveSqlParser.js";
/**
* This interface defines a complete generic visitor for a parse tree produced
* by `HiveSqlParser`.
*
* @param <Result> The return type of the visit operation. Use `void` for
* operations with no return type.
*/
export declare class HiveSqlParserVisitor<Result> extends AbstractParseTreeVisitor<Result> {
/**
* Visit a parse tree produced by `HiveSqlParser.program`.
* @param ctx the parse tree
* @return the visitor result
*/
visitProgram?: (ctx: ProgramContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.statement`.
* @param ctx the parse tree
* @return the visitor result
*/
visitStatement?: (ctx: StatementContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.explainStatement`.
* @param ctx the parse tree
* @return the visitor result
*/
visitExplainStatement?: (ctx: ExplainStatementContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.explainOption`.
* @param ctx the parse tree
* @return the visitor result
*/
visitExplainOption?: (ctx: ExplainOptionContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.vectorizationDetail`.
* @param ctx the parse tree
* @return the visitor result
*/
visitVectorizationDetail?: (ctx: VectorizationDetailContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.execStatement`.
* @param ctx the parse tree
* @return the visitor result
*/
visitExecStatement?: (ctx: ExecStatementContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.loadStatement`.
* @param ctx the parse tree
* @return the visitor result
*/
visitLoadStatement?: (ctx: LoadStatementContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.replicationClause`.
* @param ctx the parse tree
* @return the visitor result
*/
visitReplicationClause?: (ctx: ReplicationClauseContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.exportStatement`.
* @param ctx the parse tree
* @return the visitor result
*/
visitExportStatement?: (ctx: ExportStatementContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.importStatement`.
* @param ctx the parse tree
* @return the visitor result
*/
visitImportStatement?: (ctx: ImportStatementContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.replDumpStatement`.
* @param ctx the parse tree
* @return the visitor result
*/
visitReplDumpStatement?: (ctx: ReplDumpStatementContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.replDbPolicy`.
* @param ctx the parse tree
* @return the visitor result
*/
visitReplDbPolicy?: (ctx: ReplDbPolicyContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.replLoadStatement`.
* @param ctx the parse tree
* @return the visitor result
*/
visitReplLoadStatement?: (ctx: ReplLoadStatementContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.replTableLevelPolicy`.
* @param ctx the parse tree
* @return the visitor result
*/
visitReplTableLevelPolicy?: (ctx: ReplTableLevelPolicyContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.ddlStatement`.
* @param ctx the parse tree
* @return the visitor result
*/
visitDdlStatement?: (ctx: DdlStatementContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.ifExists`.
* @param ctx the parse tree
* @return the visitor result
*/
visitIfExists?: (ctx: IfExistsContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.ifNotExists`.
* @param ctx the parse tree
* @return the visitor result
*/
visitIfNotExists?: (ctx: IfNotExistsContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.restrictOrCascade`.
* @param ctx the parse tree
* @return the visitor result
*/
visitRestrictOrCascade?: (ctx: RestrictOrCascadeContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.rewriteEnabled`.
* @param ctx the parse tree
* @return the visitor result
*/
visitRewriteEnabled?: (ctx: RewriteEnabledContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.rewriteDisabled`.
* @param ctx the parse tree
* @return the visitor result
*/
visitRewriteDisabled?: (ctx: RewriteDisabledContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.storedAsDirs`.
* @param ctx the parse tree
* @return the visitor result
*/
visitStoredAsDirs?: (ctx: StoredAsDirsContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.createDatabaseStatement`.
* @param ctx the parse tree
* @return the visitor result
*/
visitCreateDatabaseStatement?: (ctx: CreateDatabaseStatementContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.dbConnectorName`.
* @param ctx the parse tree
* @return the visitor result
*/
visitDbConnectorName?: (ctx: DbConnectorNameContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.switchDatabaseStatement`.
* @param ctx the parse tree
* @return the visitor result
*/
visitSwitchDatabaseStatement?: (ctx: SwitchDatabaseStatementContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.dropDatabaseStatement`.
* @param ctx the parse tree
* @return the visitor result
*/
visitDropDatabaseStatement?: (ctx: DropDatabaseStatementContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.databaseComment`.
* @param ctx the parse tree
* @return the visitor result
*/
visitDatabaseComment?: (ctx: DatabaseCommentContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.truncateTableStatement`.
* @param ctx the parse tree
* @return the visitor result
*/
visitTruncateTableStatement?: (ctx: TruncateTableStatementContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.dropTableStatement`.
* @param ctx the parse tree
* @return the visitor result
*/
visitDropTableStatement?: (ctx: DropTableStatementContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.inputFileFormat`.
* @param ctx the parse tree
* @return the visitor result
*/
visitInputFileFormat?: (ctx: InputFileFormatContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.tabTypeExpr`.
* @param ctx the parse tree
* @return the visitor result
*/
visitTabTypeExpr?: (ctx: TabTypeExprContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.partTypeExpr`.
* @param ctx the parse tree
* @return the visitor result
*/
visitPartTypeExpr?: (ctx: PartTypeExprContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.tabPartColTypeExpr`.
* @param ctx the parse tree
* @return the visitor result
*/
visitTabPartColTypeExpr?: (ctx: TabPartColTypeExprContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.descStatement`.
* @param ctx the parse tree
* @return the visitor result
*/
visitDescStatement?: (ctx: DescStatementContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.analyzeStatement`.
* @param ctx the parse tree
* @return the visitor result
*/
visitAnalyzeStatement?: (ctx: AnalyzeStatementContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.from_in`.
* @param ctx the parse tree
* @return the visitor result
*/
visitFrom_in?: (ctx: From_inContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.db_schema`.
* @param ctx the parse tree
* @return the visitor result
*/
visitDb_schema?: (ctx: Db_schemaContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.showStatement`.
* @param ctx the parse tree
* @return the visitor result
*/
visitShowStatement?: (ctx: ShowStatementContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.showTablesFilterExpr`.
* @param ctx the parse tree
* @return the visitor result
*/
visitShowTablesFilterExpr?: (ctx: ShowTablesFilterExprContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.lockStatement`.
* @param ctx the parse tree
* @return the visitor result
*/
visitLockStatement?: (ctx: LockStatementContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.lockDatabase`.
* @param ctx the parse tree
* @return the visitor result
*/
visitLockDatabase?: (ctx: LockDatabaseContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.lockMode`.
* @param ctx the parse tree
* @return the visitor result
*/
visitLockMode?: (ctx: LockModeContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.unlockStatement`.
* @param ctx the parse tree
* @return the visitor result
*/
visitUnlockStatement?: (ctx: UnlockStatementContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.unlockDatabase`.
* @param ctx the parse tree
* @return the visitor result
*/
visitUnlockDatabase?: (ctx: UnlockDatabaseContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.createRoleStatement`.
* @param ctx the parse tree
* @return the visitor result
*/
visitCreateRoleStatement?: (ctx: CreateRoleStatementContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.dropRoleStatement`.
* @param ctx the parse tree
* @return the visitor result
*/
visitDropRoleStatement?: (ctx: DropRoleStatementContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.grantPrivileges`.
* @param ctx the parse tree
* @return the visitor result
*/
visitGrantPrivileges?: (ctx: GrantPrivilegesContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.revokePrivileges`.
* @param ctx the parse tree
* @return the visitor result
*/
visitRevokePrivileges?: (ctx: RevokePrivilegesContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.grantRole`.
* @param ctx the parse tree
* @return the visitor result
*/
visitGrantRole?: (ctx: GrantRoleContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.revokeRole`.
* @param ctx the parse tree
* @return the visitor result
*/
visitRevokeRole?: (ctx: RevokeRoleContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.showRoleGrants`.
* @param ctx the parse tree
* @return the visitor result
*/
visitShowRoleGrants?: (ctx: ShowRoleGrantsContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.showRoles`.
* @param ctx the parse tree
* @return the visitor result
*/
visitShowRoles?: (ctx: ShowRolesContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.showCurrentRole`.
* @param ctx the parse tree
* @return the visitor result
*/
visitShowCurrentRole?: (ctx: ShowCurrentRoleContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.setRole`.
* @param ctx the parse tree
* @return the visitor result
*/
visitSetRole?: (ctx: SetRoleContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.showGrants`.
* @param ctx the parse tree
* @return the visitor result
*/
visitShowGrants?: (ctx: ShowGrantsContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.showRolePrincipals`.
* @param ctx the parse tree
* @return the visitor result
*/
visitShowRolePrincipals?: (ctx: ShowRolePrincipalsContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.privilegeIncludeColObject`.
* @param ctx the parse tree
* @return the visitor result
*/
visitPrivilegeIncludeColObject?: (ctx: PrivilegeIncludeColObjectContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.privilegeObject`.
* @param ctx the parse tree
* @return the visitor result
*/
visitPrivilegeObject?: (ctx: PrivilegeObjectContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.privObject`.
* @param ctx the parse tree
* @return the visitor result
*/
visitPrivObject?: (ctx: PrivObjectContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.privObjectCols`.
* @param ctx the parse tree
* @return the visitor result
*/
visitPrivObjectCols?: (ctx: PrivObjectColsContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.privilegeList`.
* @param ctx the parse tree
* @return the visitor result
*/
visitPrivilegeList?: (ctx: PrivilegeListContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.privilegeDef`.
* @param ctx the parse tree
* @return the visitor result
*/
visitPrivilegeDef?: (ctx: PrivilegeDefContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.privilegeType`.
* @param ctx the parse tree
* @return the visitor result
*/
visitPrivilegeType?: (ctx: PrivilegeTypeContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.principalSpecification`.
* @param ctx the parse tree
* @return the visitor result
*/
visitPrincipalSpecification?: (ctx: PrincipalSpecificationContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.principalName`.
* @param ctx the parse tree
* @return the visitor result
*/
visitPrincipalName?: (ctx: PrincipalNameContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.principalAlterName`.
* @param ctx the parse tree
* @return the visitor result
*/
visitPrincipalAlterName?: (ctx: PrincipalAlterNameContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.withGrantOption`.
* @param ctx the parse tree
* @return the visitor result
*/
visitWithGrantOption?: (ctx: WithGrantOptionContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.grantOptionFor`.
* @param ctx the parse tree
* @return the visitor result
*/
visitGrantOptionFor?: (ctx: GrantOptionForContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.adminOptionFor`.
* @param ctx the parse tree
* @return the visitor result
*/
visitAdminOptionFor?: (ctx: AdminOptionForContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.withAdminOption`.
* @param ctx the parse tree
* @return the visitor result
*/
visitWithAdminOption?: (ctx: WithAdminOptionContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.metastoreCheck`.
* @param ctx the parse tree
* @return the visitor result
*/
visitMetastoreCheck?: (ctx: MetastoreCheckContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.resourceList`.
* @param ctx the parse tree
* @return the visitor result
*/
visitResourceList?: (ctx: ResourceListContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.resource`.
* @param ctx the parse tree
* @return the visitor result
*/
visitResource?: (ctx: ResourceContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.resourceType`.
* @param ctx the parse tree
* @return the visitor result
*/
visitResourceType?: (ctx: ResourceTypeContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.createFunctionStatement`.
* @param ctx the parse tree
* @return the visitor result
*/
visitCreateFunctionStatement?: (ctx: CreateFunctionStatementContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.dropFunctionStatement`.
* @param ctx the parse tree
* @return the visitor result
*/
visitDropFunctionStatement?: (ctx: DropFunctionStatementContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.reloadFunctionsStatement`.
* @param ctx the parse tree
* @return the visitor result
*/
visitReloadFunctionsStatement?: (ctx: ReloadFunctionsStatementContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.createMacroStatement`.
* @param ctx the parse tree
* @return the visitor result
*/
visitCreateMacroStatement?: (ctx: CreateMacroStatementContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.dropMacroStatement`.
* @param ctx the parse tree
* @return the visitor result
*/
visitDropMacroStatement?: (ctx: DropMacroStatementContext) => Result;
/**
* 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;
/**
* Visit a parse tree produced by `HiveSqlParser.createViewStatement`.
* @param ctx the parse tree
* @return the visitor result
*/
visitCreateViewStatement?: (ctx: CreateViewStatementContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.viewPartition`.
* @param ctx the parse tree
* @return the visitor result
*/
visitViewPartition?: (ctx: ViewPartitionContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.viewOrganization`.
* @param ctx the parse tree
* @return the visitor result
*/
visitViewOrganization?: (ctx: ViewOrganizationContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.viewClusterSpec`.
* @param ctx the parse tree
* @return the visitor result
*/
visitViewClusterSpec?: (ctx: ViewClusterSpecContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.viewComplexSpec`.
* @param ctx the parse tree
* @return the visitor result
*/
visitViewComplexSpec?: (ctx: ViewComplexSpecContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.viewDistSpec`.
* @param ctx the parse tree
* @return the visitor result
*/
visitViewDistSpec?: (ctx: ViewDistSpecContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.viewSortSpec`.
* @param ctx the parse tree
* @return the visitor result
*/
visitViewSortSpec?: (ctx: ViewSortSpecContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.dropViewStatement`.
* @param ctx the parse tree
* @return the visitor result
*/
visitDropViewStatement?: (ctx: DropViewStatementContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.createMaterializedViewStatement`.
* @param ctx the parse tree
* @return the visitor result
*/
visitCreateMaterializedViewStatement?: (ctx: CreateMaterializedViewStatementContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.dropMaterializedViewStatement`.
* @param ctx the parse tree
* @return the visitor result
*/
visitDropMaterializedViewStatement?: (ctx: DropMaterializedViewStatementContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.createScheduledQueryStatement`.
* @param ctx the parse tree
* @return the visitor result
*/
visitCreateScheduledQueryStatement?: (ctx: CreateScheduledQueryStatementContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.dropScheduledQueryStatement`.
* @param ctx the parse tree
* @return the visitor result
*/
visitDropScheduledQueryStatement?: (ctx: DropScheduledQueryStatementContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.alterScheduledQueryStatement`.
* @param ctx the parse tree
* @return the visitor result
*/
visitAlterScheduledQueryStatement?: (ctx: AlterScheduledQueryStatementContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.alterScheduledQueryChange`.
* @param ctx the parse tree
* @return the visitor result
*/
visitAlterScheduledQueryChange?: (ctx: AlterScheduledQueryChangeContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.scheduleSpec`.
* @param ctx the parse tree
* @return the visitor result
*/
visitScheduleSpec?: (ctx: ScheduleSpecContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.executedAsSpec`.
* @param ctx the parse tree
* @return the visitor result
*/
visitExecutedAsSpec?: (ctx: ExecutedAsSpecContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.definedAsSpec`.
* @param ctx the parse tree
* @return the visitor result
*/
visitDefinedAsSpec?: (ctx: DefinedAsSpecContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.showStmtIdentifier`.
* @param ctx the parse tree
* @return the visitor result
*/
visitShowStmtIdentifier?: (ctx: ShowStmtIdentifierContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.tableComment`.
* @param ctx the parse tree
* @return the visitor result
*/
visitTableComment?: (ctx: TableCommentContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.tableLifecycle`.
* @param ctx the parse tree
* @return the visitor result
*/
visitTableLifecycle?: (ctx: TableLifecycleContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.createTablePartitionSpec`.
* @param ctx the parse tree
* @return the visitor result
*/
visitCreateTablePartitionSpec?: (ctx: CreateTablePartitionSpecContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.createTablePartitionColumnTypeSpec`.
* @param ctx the parse tree
* @return the visitor result
*/
visitCreateTablePartitionColumnTypeSpec?: (ctx: CreateTablePartitionColumnTypeSpecContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.partitionTransformSpec`.
* @param ctx the parse tree
* @return the visitor result
*/
visitPartitionTransformSpec?: (ctx: PartitionTransformSpecContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.partitionTransformType`.
* @param ctx the parse tree
* @return the visitor result
*/
visitPartitionTransformType?: (ctx: PartitionTransformTypeContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.tableBuckets`.
* @param ctx the parse tree
* @return the visitor result
*/
visitTableBuckets?: (ctx: TableBucketsContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.tableSkewed`.
* @param ctx the parse tree
* @return the visitor result
*/
visitTableSkewed?: (ctx: TableSkewedContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.rowFormat`.
* @param ctx the parse tree
* @return the visitor result
*/
visitRowFormat?: (ctx: RowFormatContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.recordReader`.
* @param ctx the parse tree
* @return the visitor result
*/
visitRecordReader?: (ctx: RecordReaderContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.recordWriter`.
* @param ctx the parse tree
* @return the visitor result
*/
visitRecordWriter?: (ctx: RecordWriterContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.rowFormatSerde`.
* @param ctx the parse tree
* @return the visitor result
*/
visitRowFormatSerde?: (ctx: RowFormatSerdeContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.rowFormatDelimited`.
* @param ctx the parse tree
* @return the visitor result
*/
visitRowFormatDelimited?: (ctx: RowFormatDelimitedContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.tableRowFormat`.
* @param ctx the parse tree
* @return the visitor result
*/
visitTableRowFormat?: (ctx: TableRowFormatContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.tablePropertiesPrefixed`.
* @param ctx the parse tree
* @return the visitor result
*/
visitTablePropertiesPrefixed?: (ctx: TablePropertiesPrefixedContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.tableProperties`.
* @param ctx the parse tree
* @return the visitor result
*/
visitTableProperties?: (ctx: TablePropertiesContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.tablePropertiesList`.
* @param ctx the parse tree
* @return the visitor result
*/
visitTablePropertiesList?: (ctx: TablePropertiesListContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.keyValueProperties`.
* @param ctx the parse tree
* @return the visitor result
*/
visitKeyValueProperties?: (ctx: KeyValuePropertiesContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.keyValuePropertyList`.
* @param ctx the parse tree
* @return the visitor result
*/
visitKeyValuePropertyList?: (ctx: KeyValuePropertyListContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.keyValueProperty`.
* @param ctx the parse tree
* @return the visitor result
*/
visitKeyValueProperty?: (ctx: KeyValuePropertyContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.tableRowFormatFieldIdentifier`.
* @param ctx the parse tree
* @return the visitor result
*/
visitTableRowFormatFieldIdentifier?: (ctx: TableRowFormatFieldIdentifierContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.tableRowFormatCollItemsIdentifier`.
* @param ctx the parse tree
* @return the visitor result
*/
visitTableRowFormatCollItemsIdentifier?: (ctx: TableRowFormatCollItemsIdentifierContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.tableRowFormatMapKeysIdentifier`.
* @param ctx the parse tree
* @return the visitor result
*/
visitTableRowFormatMapKeysIdentifier?: (ctx: TableRowFormatMapKeysIdentifierContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.tableRowFormatLinesIdentifier`.
* @param ctx the parse tree
* @return the visitor result
*/
visitTableRowFormatLinesIdentifier?: (ctx: TableRowFormatLinesIdentifierContext) => Result;
/**
* Visit a parse tree produced by `HiveSqlParser.tableRowNullFormat`.
* @param ctx the parse tree
* @return the v