T - The return type of the visit operation. Use Void for
operations with no return type.public class PrestoSqlBaseBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements PrestoSqlBaseVisitor<T>
PrestoSqlBaseVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.| 构造器和说明 |
|---|
PrestoSqlBaseBaseVisitor() |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic T visitSingleStatement(PrestoSqlBaseParser.SingleStatementContext ctx)
PrestoSqlBaseParser.singleStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSingleStatement 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitStandaloneExpression(PrestoSqlBaseParser.StandaloneExpressionContext ctx)
PrestoSqlBaseParser.standaloneExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStandaloneExpression 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitStandalonePathSpecification(PrestoSqlBaseParser.StandalonePathSpecificationContext ctx)
PrestoSqlBaseParser.standalonePathSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStandalonePathSpecification 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitStandaloneType(PrestoSqlBaseParser.StandaloneTypeContext ctx)
PrestoSqlBaseParser.standaloneType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStandaloneType 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitStandaloneRowPattern(PrestoSqlBaseParser.StandaloneRowPatternContext ctx)
PrestoSqlBaseParser.standaloneRowPattern().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStandaloneRowPattern 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitStatementDefault(PrestoSqlBaseParser.StatementDefaultContext ctx)
statementDefault
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStatementDefault 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitUse(PrestoSqlBaseParser.UseContext ctx)
use
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUse 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitCreateSchema(PrestoSqlBaseParser.CreateSchemaContext ctx)
createSchema
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateSchema 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitDropSchema(PrestoSqlBaseParser.DropSchemaContext ctx)
dropSchema
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropSchema 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitRenameSchema(PrestoSqlBaseParser.RenameSchemaContext ctx)
renameSchema
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRenameSchema 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitSetSchemaAuthorization(PrestoSqlBaseParser.SetSchemaAuthorizationContext ctx)
setSchemaAuthorization
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetSchemaAuthorization 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitCreateTableAsSelect(PrestoSqlBaseParser.CreateTableAsSelectContext ctx)
createTableAsSelect
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateTableAsSelect 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitCreateTable(PrestoSqlBaseParser.CreateTableContext ctx)
createTable
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateTable 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitDropTable(PrestoSqlBaseParser.DropTableContext ctx)
dropTable
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropTable 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitInsertInto(PrestoSqlBaseParser.InsertIntoContext ctx)
insertInto
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInsertInto 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitDelete(PrestoSqlBaseParser.DeleteContext ctx)
delete
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDelete 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitRenameTable(PrestoSqlBaseParser.RenameTableContext ctx)
renameTable
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRenameTable 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitCommentTable(PrestoSqlBaseParser.CommentTableContext ctx)
commentTable
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCommentTable 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitCommentColumn(PrestoSqlBaseParser.CommentColumnContext ctx)
commentColumn
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCommentColumn 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitRenameColumn(PrestoSqlBaseParser.RenameColumnContext ctx)
renameColumn
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRenameColumn 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitDropColumn(PrestoSqlBaseParser.DropColumnContext ctx)
dropColumn
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropColumn 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitAddColumn(PrestoSqlBaseParser.AddColumnContext ctx)
addColumn
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAddColumn 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitSetTableAuthorization(PrestoSqlBaseParser.SetTableAuthorizationContext ctx)
setTableAuthorization
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetTableAuthorization 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitAnalyze(PrestoSqlBaseParser.AnalyzeContext ctx)
analyze
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAnalyze 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitCreateMaterializedView(PrestoSqlBaseParser.CreateMaterializedViewContext ctx)
createMaterializedView
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateMaterializedView 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitCreateView(PrestoSqlBaseParser.CreateViewContext ctx)
createView
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateView 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitRefreshMaterializedView(PrestoSqlBaseParser.RefreshMaterializedViewContext ctx)
refreshMaterializedView
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRefreshMaterializedView 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitDropMaterializedView(PrestoSqlBaseParser.DropMaterializedViewContext ctx)
dropMaterializedView
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropMaterializedView 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitDropView(PrestoSqlBaseParser.DropViewContext ctx)
dropView
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropView 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitRenameView(PrestoSqlBaseParser.RenameViewContext ctx)
renameView
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRenameView 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitSetViewAuthorization(PrestoSqlBaseParser.SetViewAuthorizationContext ctx)
setViewAuthorization
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetViewAuthorization 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitCall(PrestoSqlBaseParser.CallContext ctx)
call
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCall 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitCreateRole(PrestoSqlBaseParser.CreateRoleContext ctx)
createRole
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateRole 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitDropRole(PrestoSqlBaseParser.DropRoleContext ctx)
dropRole
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropRole 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitGrantRoles(PrestoSqlBaseParser.GrantRolesContext ctx)
grantRoles
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGrantRoles 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitRevokeRoles(PrestoSqlBaseParser.RevokeRolesContext ctx)
revokeRoles
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRevokeRoles 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitSetRole(PrestoSqlBaseParser.SetRoleContext ctx)
setRole
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetRole 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitGrant(PrestoSqlBaseParser.GrantContext ctx)
grant
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGrant 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitRevoke(PrestoSqlBaseParser.RevokeContext ctx)
revoke
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRevoke 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitShowGrants(PrestoSqlBaseParser.ShowGrantsContext ctx)
showGrants
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowGrants 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitExplain(PrestoSqlBaseParser.ExplainContext ctx)
explain
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExplain 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitExplainAnalyze(PrestoSqlBaseParser.ExplainAnalyzeContext ctx)
explainAnalyze
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExplainAnalyze 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitShowCreateTable(PrestoSqlBaseParser.ShowCreateTableContext ctx)
showCreateTable
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowCreateTable 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitShowCreateSchema(PrestoSqlBaseParser.ShowCreateSchemaContext ctx)
showCreateSchema
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowCreateSchema 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitShowCreateView(PrestoSqlBaseParser.ShowCreateViewContext ctx)
showCreateView
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowCreateView 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitShowCreateMaterializedView(PrestoSqlBaseParser.ShowCreateMaterializedViewContext ctx)
showCreateMaterializedView
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowCreateMaterializedView 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitShowTables(PrestoSqlBaseParser.ShowTablesContext ctx)
showTables
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowTables 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitShowSchemas(PrestoSqlBaseParser.ShowSchemasContext ctx)
showSchemas
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowSchemas 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitShowCatalogs(PrestoSqlBaseParser.ShowCatalogsContext ctx)
showCatalogs
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowCatalogs 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitShowColumns(PrestoSqlBaseParser.ShowColumnsContext ctx)
showColumns
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowColumns 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitShowStats(PrestoSqlBaseParser.ShowStatsContext ctx)
showStats
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowStats 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitShowStatsForQuery(PrestoSqlBaseParser.ShowStatsForQueryContext ctx)
showStatsForQuery
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowStatsForQuery 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitShowRoles(PrestoSqlBaseParser.ShowRolesContext ctx)
showRoles
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowRoles 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitShowRoleGrants(PrestoSqlBaseParser.ShowRoleGrantsContext ctx)
showRoleGrants
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowRoleGrants 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitShowFunctions(PrestoSqlBaseParser.ShowFunctionsContext ctx)
showFunctions
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowFunctions 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitShowSession(PrestoSqlBaseParser.ShowSessionContext ctx)
showSession
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowSession 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitSetSession(PrestoSqlBaseParser.SetSessionContext ctx)
setSession
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetSession 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitResetSession(PrestoSqlBaseParser.ResetSessionContext ctx)
resetSession
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitResetSession 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitStartTransaction(PrestoSqlBaseParser.StartTransactionContext ctx)
startTransaction
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStartTransaction 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitCommit(PrestoSqlBaseParser.CommitContext ctx)
commit
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCommit 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitRollback(PrestoSqlBaseParser.RollbackContext ctx)
rollback
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRollback 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitPrepare(PrestoSqlBaseParser.PrepareContext ctx)
prepare
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrepare 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitDeallocate(PrestoSqlBaseParser.DeallocateContext ctx)
deallocate
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDeallocate 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitExecute(PrestoSqlBaseParser.ExecuteContext ctx)
execute
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExecute 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitDescribeInput(PrestoSqlBaseParser.DescribeInputContext ctx)
describeInput
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDescribeInput 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitDescribeOutput(PrestoSqlBaseParser.DescribeOutputContext ctx)
describeOutput
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDescribeOutput 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitSetPath(PrestoSqlBaseParser.SetPathContext ctx)
setPath
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetPath 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitSetTimeZone(PrestoSqlBaseParser.SetTimeZoneContext ctx)
setTimeZone
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetTimeZone 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitUpdate(PrestoSqlBaseParser.UpdateContext ctx)
update
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUpdate 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitMerge(PrestoSqlBaseParser.MergeContext ctx)
merge
labeled alternative in PrestoSqlBaseParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMerge 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitQuery(PrestoSqlBaseParser.QueryContext ctx)
PrestoSqlBaseParser.query().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitQuery 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitWith(PrestoSqlBaseParser.WithContext ctx)
PrestoSqlBaseParser.with().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWith 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitTableElement(PrestoSqlBaseParser.TableElementContext ctx)
PrestoSqlBaseParser.tableElement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableElement 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitColumnDefinition(PrestoSqlBaseParser.ColumnDefinitionContext ctx)
PrestoSqlBaseParser.columnDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnDefinition 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitLikeClause(PrestoSqlBaseParser.LikeClauseContext ctx)
PrestoSqlBaseParser.likeClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLikeClause 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitProperties(PrestoSqlBaseParser.PropertiesContext ctx)
PrestoSqlBaseParser.properties().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitProperties 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitProperty(PrestoSqlBaseParser.PropertyContext ctx)
PrestoSqlBaseParser.property().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitProperty 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitQueryNoWith(PrestoSqlBaseParser.QueryNoWithContext ctx)
PrestoSqlBaseParser.queryNoWith().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitQueryNoWith 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitLimitRowCount(PrestoSqlBaseParser.LimitRowCountContext ctx)
PrestoSqlBaseParser.limitRowCount().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLimitRowCount 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitRowCount(PrestoSqlBaseParser.RowCountContext ctx)
PrestoSqlBaseParser.rowCount().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRowCount 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitQueryTermDefault(PrestoSqlBaseParser.QueryTermDefaultContext ctx)
queryTermDefault
labeled alternative in PrestoSqlBaseParser.queryTerm().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitQueryTermDefault 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitSetOperation(PrestoSqlBaseParser.SetOperationContext ctx)
setOperation
labeled alternative in PrestoSqlBaseParser.queryTerm().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetOperation 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitQueryPrimaryDefault(PrestoSqlBaseParser.QueryPrimaryDefaultContext ctx)
queryPrimaryDefault
labeled alternative in PrestoSqlBaseParser.queryPrimary().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitQueryPrimaryDefault 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitTable(PrestoSqlBaseParser.TableContext ctx)
table
labeled alternative in PrestoSqlBaseParser.queryPrimary().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTable 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitInlineTable(PrestoSqlBaseParser.InlineTableContext ctx)
inlineTable
labeled alternative in PrestoSqlBaseParser.queryPrimary().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInlineTable 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitSubquery(PrestoSqlBaseParser.SubqueryContext ctx)
subquery
labeled alternative in PrestoSqlBaseParser.queryPrimary().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSubquery 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitSortItem(PrestoSqlBaseParser.SortItemContext ctx)
PrestoSqlBaseParser.sortItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSortItem 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitQuerySpecification(PrestoSqlBaseParser.QuerySpecificationContext ctx)
PrestoSqlBaseParser.querySpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitQuerySpecification 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitGroupBy(PrestoSqlBaseParser.GroupByContext ctx)
PrestoSqlBaseParser.groupBy().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGroupBy 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitSingleGroupingSet(PrestoSqlBaseParser.SingleGroupingSetContext ctx)
singleGroupingSet
labeled alternative in PrestoSqlBaseParser.groupingElement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSingleGroupingSet 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitRollup(PrestoSqlBaseParser.RollupContext ctx)
rollup
labeled alternative in PrestoSqlBaseParser.groupingElement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRollup 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitCube(PrestoSqlBaseParser.CubeContext ctx)
cube
labeled alternative in PrestoSqlBaseParser.groupingElement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCube 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitMultipleGroupingSets(PrestoSqlBaseParser.MultipleGroupingSetsContext ctx)
multipleGroupingSets
labeled alternative in PrestoSqlBaseParser.groupingElement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMultipleGroupingSets 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitGroupingSet(PrestoSqlBaseParser.GroupingSetContext ctx)
PrestoSqlBaseParser.groupingSet().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGroupingSet 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitWindowDefinition(PrestoSqlBaseParser.WindowDefinitionContext ctx)
PrestoSqlBaseParser.windowDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWindowDefinition 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitWindowSpecification(PrestoSqlBaseParser.WindowSpecificationContext ctx)
PrestoSqlBaseParser.windowSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWindowSpecification 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitNamedQuery(PrestoSqlBaseParser.NamedQueryContext ctx)
PrestoSqlBaseParser.namedQuery().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNamedQuery 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitSetQuantifier(PrestoSqlBaseParser.SetQuantifierContext ctx)
PrestoSqlBaseParser.setQuantifier().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetQuantifier 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitSelectSingle(PrestoSqlBaseParser.SelectSingleContext ctx)
selectSingle
labeled alternative in PrestoSqlBaseParser.selectItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelectSingle 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitSelectAll(PrestoSqlBaseParser.SelectAllContext ctx)
selectAll
labeled alternative in PrestoSqlBaseParser.selectItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelectAll 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitRelationDefault(PrestoSqlBaseParser.RelationDefaultContext ctx)
relationDefault
labeled alternative in PrestoSqlBaseParser.relation().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRelationDefault 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitJoinRelation(PrestoSqlBaseParser.JoinRelationContext ctx)
joinRelation
labeled alternative in PrestoSqlBaseParser.relation().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitJoinRelation 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitJoinType(PrestoSqlBaseParser.JoinTypeContext ctx)
PrestoSqlBaseParser.joinType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitJoinType 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitJoinCriteria(PrestoSqlBaseParser.JoinCriteriaContext ctx)
PrestoSqlBaseParser.joinCriteria().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitJoinCriteria 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitSampledRelation(PrestoSqlBaseParser.SampledRelationContext ctx)
PrestoSqlBaseParser.sampledRelation().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSampledRelation 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitSampleType(PrestoSqlBaseParser.SampleTypeContext ctx)
PrestoSqlBaseParser.sampleType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSampleType 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitPatternRecognition(PrestoSqlBaseParser.PatternRecognitionContext ctx)
PrestoSqlBaseParser.patternRecognition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPatternRecognition 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitMeasureDefinition(PrestoSqlBaseParser.MeasureDefinitionContext ctx)
PrestoSqlBaseParser.measureDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMeasureDefinition 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitRowsPerMatch(PrestoSqlBaseParser.RowsPerMatchContext ctx)
PrestoSqlBaseParser.rowsPerMatch().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRowsPerMatch 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitEmptyMatchHandling(PrestoSqlBaseParser.EmptyMatchHandlingContext ctx)
PrestoSqlBaseParser.emptyMatchHandling().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEmptyMatchHandling 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitSkipTo(PrestoSqlBaseParser.SkipToContext ctx)
PrestoSqlBaseParser.skipTo().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSkipTo 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitSubsetDefinition(PrestoSqlBaseParser.SubsetDefinitionContext ctx)
PrestoSqlBaseParser.subsetDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSubsetDefinition 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitVariableDefinition(PrestoSqlBaseParser.VariableDefinitionContext ctx)
PrestoSqlBaseParser.variableDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVariableDefinition 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitAliasedRelation(PrestoSqlBaseParser.AliasedRelationContext ctx)
PrestoSqlBaseParser.aliasedRelation().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAliasedRelation 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitColumnAliases(PrestoSqlBaseParser.ColumnAliasesContext ctx)
PrestoSqlBaseParser.columnAliases().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnAliases 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitTableName(PrestoSqlBaseParser.TableNameContext ctx)
tableName
labeled alternative in PrestoSqlBaseParser.relationPrimary().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableName 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitSubqueryRelation(PrestoSqlBaseParser.SubqueryRelationContext ctx)
subqueryRelation
labeled alternative in PrestoSqlBaseParser.relationPrimary().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSubqueryRelation 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitUnnest(PrestoSqlBaseParser.UnnestContext ctx)
unnest
labeled alternative in PrestoSqlBaseParser.relationPrimary().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnnest 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitLateral(PrestoSqlBaseParser.LateralContext ctx)
lateral
labeled alternative in PrestoSqlBaseParser.relationPrimary().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLateral 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitParenthesizedRelation(PrestoSqlBaseParser.ParenthesizedRelationContext ctx)
parenthesizedRelation
labeled alternative in PrestoSqlBaseParser.relationPrimary().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitParenthesizedRelation 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitExpression(PrestoSqlBaseParser.ExpressionContext ctx)
PrestoSqlBaseParser.expression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExpression 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitLogicalNot(PrestoSqlBaseParser.LogicalNotContext ctx)
logicalNot
labeled alternative in PrestoSqlBaseParser.booleanExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLogicalNot 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitPredicated(PrestoSqlBaseParser.PredicatedContext ctx)
predicated
labeled alternative in PrestoSqlBaseParser.booleanExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPredicated 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitLogicalBinary(PrestoSqlBaseParser.LogicalBinaryContext ctx)
logicalBinary
labeled alternative in PrestoSqlBaseParser.booleanExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLogicalBinary 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitComparison(PrestoSqlBaseParser.ComparisonContext ctx)
comparison
labeled alternative in PrestoSqlBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitComparison 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitQuantifiedComparison(PrestoSqlBaseParser.QuantifiedComparisonContext ctx)
quantifiedComparison
labeled alternative in PrestoSqlBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitQuantifiedComparison 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitBetween(PrestoSqlBaseParser.BetweenContext ctx)
between
labeled alternative in PrestoSqlBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBetween 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitInList(PrestoSqlBaseParser.InListContext ctx)
inList
labeled alternative in PrestoSqlBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInList 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitInSubquery(PrestoSqlBaseParser.InSubqueryContext ctx)
inSubquery
labeled alternative in PrestoSqlBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInSubquery 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitLike(PrestoSqlBaseParser.LikeContext ctx)
like
labeled alternative in PrestoSqlBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLike 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitNullPredicate(PrestoSqlBaseParser.NullPredicateContext ctx)
nullPredicate
labeled alternative in PrestoSqlBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNullPredicate 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitDistinctFrom(PrestoSqlBaseParser.DistinctFromContext ctx)
distinctFrom
labeled alternative in PrestoSqlBaseParser.predicate(org.antlr.v4.runtime.ParserRuleContext).
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDistinctFrom 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitValueExpressionDefault(PrestoSqlBaseParser.ValueExpressionDefaultContext ctx)
valueExpressionDefault
labeled alternative in PrestoSqlBaseParser.valueExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitValueExpressionDefault 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitConcatenation(PrestoSqlBaseParser.ConcatenationContext ctx)
concatenation
labeled alternative in PrestoSqlBaseParser.valueExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConcatenation 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitArithmeticBinary(PrestoSqlBaseParser.ArithmeticBinaryContext ctx)
arithmeticBinary
labeled alternative in PrestoSqlBaseParser.valueExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitArithmeticBinary 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitArithmeticUnary(PrestoSqlBaseParser.ArithmeticUnaryContext ctx)
arithmeticUnary
labeled alternative in PrestoSqlBaseParser.valueExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitArithmeticUnary 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitAtTimeZone(PrestoSqlBaseParser.AtTimeZoneContext ctx)
atTimeZone
labeled alternative in PrestoSqlBaseParser.valueExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAtTimeZone 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitDereference(PrestoSqlBaseParser.DereferenceContext ctx)
dereference
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDereference 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitTypeConstructor(PrestoSqlBaseParser.TypeConstructorContext ctx)
typeConstructor
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTypeConstructor 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitSpecialDateTimeFunction(PrestoSqlBaseParser.SpecialDateTimeFunctionContext ctx)
specialDateTimeFunction
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSpecialDateTimeFunction 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitSubstring(PrestoSqlBaseParser.SubstringContext ctx)
substring
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSubstring 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitCast(PrestoSqlBaseParser.CastContext ctx)
cast
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCast 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitLambda(PrestoSqlBaseParser.LambdaContext ctx)
lambda
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLambda 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitParenthesizedExpression(PrestoSqlBaseParser.ParenthesizedExpressionContext ctx)
parenthesizedExpression
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitParenthesizedExpression 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitParameter(PrestoSqlBaseParser.ParameterContext ctx)
parameter
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitParameter 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitNormalize(PrestoSqlBaseParser.NormalizeContext ctx)
normalize
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNormalize 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitIntervalLiteral(PrestoSqlBaseParser.IntervalLiteralContext ctx)
intervalLiteral
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIntervalLiteral 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitNumericLiteral(PrestoSqlBaseParser.NumericLiteralContext ctx)
numericLiteral
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNumericLiteral 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitBooleanLiteral(PrestoSqlBaseParser.BooleanLiteralContext ctx)
booleanLiteral
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBooleanLiteral 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitSimpleCase(PrestoSqlBaseParser.SimpleCaseContext ctx)
simpleCase
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSimpleCase 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitColumnReference(PrestoSqlBaseParser.ColumnReferenceContext ctx)
columnReference
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnReference 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitNullLiteral(PrestoSqlBaseParser.NullLiteralContext ctx)
nullLiteral
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNullLiteral 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitRowConstructor(PrestoSqlBaseParser.RowConstructorContext ctx)
rowConstructor
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRowConstructor 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitSubscript(PrestoSqlBaseParser.SubscriptContext ctx)
subscript
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSubscript 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitCurrentPath(PrestoSqlBaseParser.CurrentPathContext ctx)
currentPath
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCurrentPath 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitSubqueryExpression(PrestoSqlBaseParser.SubqueryExpressionContext ctx)
subqueryExpression
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSubqueryExpression 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitBinaryLiteral(PrestoSqlBaseParser.BinaryLiteralContext ctx)
binaryLiteral
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBinaryLiteral 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitCurrentUser(PrestoSqlBaseParser.CurrentUserContext ctx)
currentUser
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCurrentUser 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitMeasure(PrestoSqlBaseParser.MeasureContext ctx)
measure
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMeasure 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitExtract(PrestoSqlBaseParser.ExtractContext ctx)
extract
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExtract 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitStringLiteral(PrestoSqlBaseParser.StringLiteralContext ctx)
stringLiteral
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStringLiteral 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitArrayConstructor(PrestoSqlBaseParser.ArrayConstructorContext ctx)
arrayConstructor
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitArrayConstructor 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitFunctionCall(PrestoSqlBaseParser.FunctionCallContext ctx)
functionCall
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunctionCall 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitCurrentSchema(PrestoSqlBaseParser.CurrentSchemaContext ctx)
currentSchema
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCurrentSchema 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitExists(PrestoSqlBaseParser.ExistsContext ctx)
exists
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExists 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitPosition(PrestoSqlBaseParser.PositionContext ctx)
position
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPosition 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitSearchedCase(PrestoSqlBaseParser.SearchedCaseContext ctx)
searchedCase
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSearchedCase 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitCurrentCatalog(PrestoSqlBaseParser.CurrentCatalogContext ctx)
currentCatalog
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCurrentCatalog 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitGroupingOperation(PrestoSqlBaseParser.GroupingOperationContext ctx)
groupingOperation
labeled alternative in PrestoSqlBaseParser.primaryExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGroupingOperation 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitProcessingMode(PrestoSqlBaseParser.ProcessingModeContext ctx)
PrestoSqlBaseParser.processingMode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitProcessingMode 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitNullTreatment(PrestoSqlBaseParser.NullTreatmentContext ctx)
PrestoSqlBaseParser.nullTreatment().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNullTreatment 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitBasicStringLiteral(PrestoSqlBaseParser.BasicStringLiteralContext ctx)
basicStringLiteral
labeled alternative in PrestoSqlBaseParser.string().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBasicStringLiteral 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitUnicodeStringLiteral(PrestoSqlBaseParser.UnicodeStringLiteralContext ctx)
unicodeStringLiteral
labeled alternative in PrestoSqlBaseParser.string().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnicodeStringLiteral 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitTimeZoneInterval(PrestoSqlBaseParser.TimeZoneIntervalContext ctx)
timeZoneInterval
labeled alternative in PrestoSqlBaseParser.timeZoneSpecifier().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTimeZoneInterval 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitTimeZoneString(PrestoSqlBaseParser.TimeZoneStringContext ctx)
timeZoneString
labeled alternative in PrestoSqlBaseParser.timeZoneSpecifier().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTimeZoneString 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitComparisonOperator(PrestoSqlBaseParser.ComparisonOperatorContext ctx)
PrestoSqlBaseParser.comparisonOperator().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitComparisonOperator 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitComparisonQuantifier(PrestoSqlBaseParser.ComparisonQuantifierContext ctx)
PrestoSqlBaseParser.comparisonQuantifier().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitComparisonQuantifier 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitBooleanValue(PrestoSqlBaseParser.BooleanValueContext ctx)
PrestoSqlBaseParser.booleanValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBooleanValue 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitInterval(PrestoSqlBaseParser.IntervalContext ctx)
PrestoSqlBaseParser.interval().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInterval 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitIntervalField(PrestoSqlBaseParser.IntervalFieldContext ctx)
PrestoSqlBaseParser.intervalField().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIntervalField 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitNormalForm(PrestoSqlBaseParser.NormalFormContext ctx)
PrestoSqlBaseParser.normalForm().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNormalForm 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitRowType(PrestoSqlBaseParser.RowTypeContext ctx)
rowType
labeled alternative in PrestoSqlBaseParser.type().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRowType 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitIntervalType(PrestoSqlBaseParser.IntervalTypeContext ctx)
intervalType
labeled alternative in PrestoSqlBaseParser.type().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIntervalType 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitArrayType(PrestoSqlBaseParser.ArrayTypeContext ctx)
arrayType
labeled alternative in PrestoSqlBaseParser.type().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitArrayType 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitDoublePrecisionType(PrestoSqlBaseParser.DoublePrecisionTypeContext ctx)
doublePrecisionType
labeled alternative in PrestoSqlBaseParser.type().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDoublePrecisionType 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitLegacyArrayType(PrestoSqlBaseParser.LegacyArrayTypeContext ctx)
legacyArrayType
labeled alternative in PrestoSqlBaseParser.type().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLegacyArrayType 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitGenericType(PrestoSqlBaseParser.GenericTypeContext ctx)
genericType
labeled alternative in PrestoSqlBaseParser.type().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGenericType 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitDateTimeType(PrestoSqlBaseParser.DateTimeTypeContext ctx)
dateTimeType
labeled alternative in PrestoSqlBaseParser.type().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDateTimeType 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitLegacyMapType(PrestoSqlBaseParser.LegacyMapTypeContext ctx)
legacyMapType
labeled alternative in PrestoSqlBaseParser.type().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLegacyMapType 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitRowField(PrestoSqlBaseParser.RowFieldContext ctx)
PrestoSqlBaseParser.rowField().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRowField 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitTypeParameter(PrestoSqlBaseParser.TypeParameterContext ctx)
PrestoSqlBaseParser.typeParameter().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTypeParameter 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitWhenClause(PrestoSqlBaseParser.WhenClauseContext ctx)
PrestoSqlBaseParser.whenClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWhenClause 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitFilter(PrestoSqlBaseParser.FilterContext ctx)
PrestoSqlBaseParser.filter().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFilter 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitMergeUpdate(PrestoSqlBaseParser.MergeUpdateContext ctx)
mergeUpdate
labeled alternative in PrestoSqlBaseParser.mergeCase().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMergeUpdate 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitMergeDelete(PrestoSqlBaseParser.MergeDeleteContext ctx)
mergeDelete
labeled alternative in PrestoSqlBaseParser.mergeCase().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMergeDelete 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitMergeInsert(PrestoSqlBaseParser.MergeInsertContext ctx)
mergeInsert
labeled alternative in PrestoSqlBaseParser.mergeCase().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMergeInsert 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitOver(PrestoSqlBaseParser.OverContext ctx)
PrestoSqlBaseParser.over().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOver 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitWindowFrame(PrestoSqlBaseParser.WindowFrameContext ctx)
PrestoSqlBaseParser.windowFrame().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWindowFrame 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitFrameExtent(PrestoSqlBaseParser.FrameExtentContext ctx)
PrestoSqlBaseParser.frameExtent().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFrameExtent 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitUnboundedFrame(PrestoSqlBaseParser.UnboundedFrameContext ctx)
unboundedFrame
labeled alternative in PrestoSqlBaseParser.frameBound().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnboundedFrame 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitCurrentRowBound(PrestoSqlBaseParser.CurrentRowBoundContext ctx)
currentRowBound
labeled alternative in PrestoSqlBaseParser.frameBound().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCurrentRowBound 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitBoundedFrame(PrestoSqlBaseParser.BoundedFrameContext ctx)
boundedFrame
labeled alternative in PrestoSqlBaseParser.frameBound().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBoundedFrame 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitQuantifiedPrimary(PrestoSqlBaseParser.QuantifiedPrimaryContext ctx)
quantifiedPrimary
labeled alternative in PrestoSqlBaseParser.rowPattern().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitQuantifiedPrimary 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitPatternConcatenation(PrestoSqlBaseParser.PatternConcatenationContext ctx)
patternConcatenation
labeled alternative in PrestoSqlBaseParser.rowPattern().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPatternConcatenation 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitPatternAlternation(PrestoSqlBaseParser.PatternAlternationContext ctx)
patternAlternation
labeled alternative in PrestoSqlBaseParser.rowPattern().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPatternAlternation 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitPatternVariable(PrestoSqlBaseParser.PatternVariableContext ctx)
patternVariable
labeled alternative in PrestoSqlBaseParser.patternPrimary().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPatternVariable 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitEmptyPattern(PrestoSqlBaseParser.EmptyPatternContext ctx)
emptyPattern
labeled alternative in PrestoSqlBaseParser.patternPrimary().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEmptyPattern 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitPatternPermutation(PrestoSqlBaseParser.PatternPermutationContext ctx)
patternPermutation
labeled alternative in PrestoSqlBaseParser.patternPrimary().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPatternPermutation 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitGroupedPattern(PrestoSqlBaseParser.GroupedPatternContext ctx)
groupedPattern
labeled alternative in PrestoSqlBaseParser.patternPrimary().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGroupedPattern 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitPartitionStartAnchor(PrestoSqlBaseParser.PartitionStartAnchorContext ctx)
partitionStartAnchor
labeled alternative in PrestoSqlBaseParser.patternPrimary().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartitionStartAnchor 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitPartitionEndAnchor(PrestoSqlBaseParser.PartitionEndAnchorContext ctx)
partitionEndAnchor
labeled alternative in PrestoSqlBaseParser.patternPrimary().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartitionEndAnchor 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitExcludedPattern(PrestoSqlBaseParser.ExcludedPatternContext ctx)
excludedPattern
labeled alternative in PrestoSqlBaseParser.patternPrimary().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExcludedPattern 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitZeroOrMoreQuantifier(PrestoSqlBaseParser.ZeroOrMoreQuantifierContext ctx)
zeroOrMoreQuantifier
labeled alternative in PrestoSqlBaseParser.patternQuantifier().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitZeroOrMoreQuantifier 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitOneOrMoreQuantifier(PrestoSqlBaseParser.OneOrMoreQuantifierContext ctx)
oneOrMoreQuantifier
labeled alternative in PrestoSqlBaseParser.patternQuantifier().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOneOrMoreQuantifier 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitZeroOrOneQuantifier(PrestoSqlBaseParser.ZeroOrOneQuantifierContext ctx)
zeroOrOneQuantifier
labeled alternative in PrestoSqlBaseParser.patternQuantifier().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitZeroOrOneQuantifier 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitRangeQuantifier(PrestoSqlBaseParser.RangeQuantifierContext ctx)
rangeQuantifier
labeled alternative in PrestoSqlBaseParser.patternQuantifier().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRangeQuantifier 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitUpdateAssignment(PrestoSqlBaseParser.UpdateAssignmentContext ctx)
PrestoSqlBaseParser.updateAssignment().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUpdateAssignment 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitExplainFormat(PrestoSqlBaseParser.ExplainFormatContext ctx)
explainFormat
labeled alternative in PrestoSqlBaseParser.explainOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExplainFormat 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitExplainType(PrestoSqlBaseParser.ExplainTypeContext ctx)
explainType
labeled alternative in PrestoSqlBaseParser.explainOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExplainType 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitIsolationLevel(PrestoSqlBaseParser.IsolationLevelContext ctx)
isolationLevel
labeled alternative in PrestoSqlBaseParser.transactionMode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIsolationLevel 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitTransactionAccessMode(PrestoSqlBaseParser.TransactionAccessModeContext ctx)
transactionAccessMode
labeled alternative in PrestoSqlBaseParser.transactionMode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTransactionAccessMode 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitReadUncommitted(PrestoSqlBaseParser.ReadUncommittedContext ctx)
readUncommitted
labeled alternative in PrestoSqlBaseParser.levelOfIsolation().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReadUncommitted 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitReadCommitted(PrestoSqlBaseParser.ReadCommittedContext ctx)
readCommitted
labeled alternative in PrestoSqlBaseParser.levelOfIsolation().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReadCommitted 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitRepeatableRead(PrestoSqlBaseParser.RepeatableReadContext ctx)
repeatableRead
labeled alternative in PrestoSqlBaseParser.levelOfIsolation().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRepeatableRead 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitSerializable(PrestoSqlBaseParser.SerializableContext ctx)
serializable
labeled alternative in PrestoSqlBaseParser.levelOfIsolation().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSerializable 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitPositionalArgument(PrestoSqlBaseParser.PositionalArgumentContext ctx)
positionalArgument
labeled alternative in PrestoSqlBaseParser.callArgument().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPositionalArgument 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitNamedArgument(PrestoSqlBaseParser.NamedArgumentContext ctx)
namedArgument
labeled alternative in PrestoSqlBaseParser.callArgument().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNamedArgument 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitQualifiedArgument(PrestoSqlBaseParser.QualifiedArgumentContext ctx)
qualifiedArgument
labeled alternative in PrestoSqlBaseParser.pathElement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitQualifiedArgument 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitUnqualifiedArgument(PrestoSqlBaseParser.UnqualifiedArgumentContext ctx)
unqualifiedArgument
labeled alternative in PrestoSqlBaseParser.pathElement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnqualifiedArgument 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitPathSpecification(PrestoSqlBaseParser.PathSpecificationContext ctx)
PrestoSqlBaseParser.pathSpecification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPathSpecification 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitPrivilege(PrestoSqlBaseParser.PrivilegeContext ctx)
PrestoSqlBaseParser.privilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrivilege 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitQualifiedName(PrestoSqlBaseParser.QualifiedNameContext ctx)
PrestoSqlBaseParser.qualifiedName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitQualifiedName 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitSpecifiedPrincipal(PrestoSqlBaseParser.SpecifiedPrincipalContext ctx)
specifiedPrincipal
labeled alternative in PrestoSqlBaseParser.grantor().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSpecifiedPrincipal 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitCurrentUserGrantor(PrestoSqlBaseParser.CurrentUserGrantorContext ctx)
currentUserGrantor
labeled alternative in PrestoSqlBaseParser.grantor().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCurrentUserGrantor 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitCurrentRoleGrantor(PrestoSqlBaseParser.CurrentRoleGrantorContext ctx)
currentRoleGrantor
labeled alternative in PrestoSqlBaseParser.grantor().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCurrentRoleGrantor 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitUnspecifiedPrincipal(PrestoSqlBaseParser.UnspecifiedPrincipalContext ctx)
unspecifiedPrincipal
labeled alternative in PrestoSqlBaseParser.principal().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnspecifiedPrincipal 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitUserPrincipal(PrestoSqlBaseParser.UserPrincipalContext ctx)
userPrincipal
labeled alternative in PrestoSqlBaseParser.principal().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUserPrincipal 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitRolePrincipal(PrestoSqlBaseParser.RolePrincipalContext ctx)
rolePrincipal
labeled alternative in PrestoSqlBaseParser.principal().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRolePrincipal 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitRoles(PrestoSqlBaseParser.RolesContext ctx)
PrestoSqlBaseParser.roles().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRoles 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitUnquotedIdentifier(PrestoSqlBaseParser.UnquotedIdentifierContext ctx)
unquotedIdentifier
labeled alternative in PrestoSqlBaseParser.identifier().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnquotedIdentifier 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitQuotedIdentifier(PrestoSqlBaseParser.QuotedIdentifierContext ctx)
quotedIdentifier
labeled alternative in PrestoSqlBaseParser.identifier().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitQuotedIdentifier 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitBackQuotedIdentifier(PrestoSqlBaseParser.BackQuotedIdentifierContext ctx)
backQuotedIdentifier
labeled alternative in PrestoSqlBaseParser.identifier().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBackQuotedIdentifier 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitDigitIdentifier(PrestoSqlBaseParser.DigitIdentifierContext ctx)
digitIdentifier
labeled alternative in PrestoSqlBaseParser.identifier().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDigitIdentifier 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitDecimalLiteral(PrestoSqlBaseParser.DecimalLiteralContext ctx)
decimalLiteral
labeled alternative in PrestoSqlBaseParser.number().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDecimalLiteral 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitDoubleLiteral(PrestoSqlBaseParser.DoubleLiteralContext ctx)
doubleLiteral
labeled alternative in PrestoSqlBaseParser.number().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDoubleLiteral 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitIntegerLiteral(PrestoSqlBaseParser.IntegerLiteralContext ctx)
integerLiteral
labeled alternative in PrestoSqlBaseParser.number().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIntegerLiteral 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treepublic T visitNonReserved(PrestoSqlBaseParser.NonReservedContext ctx)
PrestoSqlBaseParser.nonReserved().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNonReserved 在接口中 PrestoSqlBaseVisitor<T>ctx - the parse treeCopyright © 2022. All rights reserved.