T - The return type of the visit operation. Use Void for
operations with no return type.public class DistSQLStatementBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements DistSQLStatementVisitor<T>
DistSQLStatementVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
DistSQLStatementBaseVisitor() |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic T visitExecute(DistSQLStatementParser.ExecuteContext ctx)
DistSQLStatementParser.execute().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExecute in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitAddResource(DistSQLStatementParser.AddResourceContext ctx)
DistSQLStatementParser.addResource().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAddResource in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitDropResource(DistSQLStatementParser.DropResourceContext ctx)
DistSQLStatementParser.dropResource().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropResource in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitDataSource(DistSQLStatementParser.DataSourceContext ctx)
DistSQLStatementParser.dataSource().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDataSource in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitDataSourceName(DistSQLStatementParser.DataSourceNameContext ctx)
DistSQLStatementParser.dataSourceName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDataSourceName in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitHostName(DistSQLStatementParser.HostNameContext ctx)
DistSQLStatementParser.hostName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHostName in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitIp(DistSQLStatementParser.IpContext ctx)
DistSQLStatementParser.ip().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIp in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitPort(DistSQLStatementParser.PortContext ctx)
DistSQLStatementParser.port().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPort in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitDbName(DistSQLStatementParser.DbNameContext ctx)
DistSQLStatementParser.dbName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDbName in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitUser(DistSQLStatementParser.UserContext ctx)
DistSQLStatementParser.user().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUser in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitPassword(DistSQLStatementParser.PasswordContext ctx)
DistSQLStatementParser.password().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPassword in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateShardingTableRule(DistSQLStatementParser.CreateShardingTableRuleContext ctx)
DistSQLStatementParser.createShardingTableRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateShardingTableRule in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateShardingBindingTableRules(DistSQLStatementParser.CreateShardingBindingTableRulesContext ctx)
DistSQLStatementParser.createShardingBindingTableRules().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateShardingBindingTableRules in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitBindTableRulesDefinition(DistSQLStatementParser.BindTableRulesDefinitionContext ctx)
DistSQLStatementParser.bindTableRulesDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBindTableRulesDefinition in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateShardingBroadcastTableRules(DistSQLStatementParser.CreateShardingBroadcastTableRulesContext ctx)
DistSQLStatementParser.createShardingBroadcastTableRules().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateShardingBroadcastTableRules in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterShardingTableRule(DistSQLStatementParser.AlterShardingTableRuleContext ctx)
DistSQLStatementParser.alterShardingTableRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterShardingTableRule in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterShardingBindingTableRules(DistSQLStatementParser.AlterShardingBindingTableRulesContext ctx)
DistSQLStatementParser.alterShardingBindingTableRules().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterShardingBindingTableRules in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterShardingBroadcastTableRules(DistSQLStatementParser.AlterShardingBroadcastTableRulesContext ctx)
DistSQLStatementParser.alterShardingBroadcastTableRules().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterShardingBroadcastTableRules in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateReadwriteSplittingRule(DistSQLStatementParser.CreateReadwriteSplittingRuleContext ctx)
DistSQLStatementParser.createReadwriteSplittingRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateReadwriteSplittingRule in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitReadwriteSplittingRuleDefinition(DistSQLStatementParser.ReadwriteSplittingRuleDefinitionContext ctx)
DistSQLStatementParser.readwriteSplittingRuleDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReadwriteSplittingRuleDefinition in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitStaticReadwriteSplittingRuleDefinition(DistSQLStatementParser.StaticReadwriteSplittingRuleDefinitionContext ctx)
DistSQLStatementParser.staticReadwriteSplittingRuleDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticReadwriteSplittingRuleDefinition in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitDynamicReadwriteSplittingRuleDefinition(DistSQLStatementParser.DynamicReadwriteSplittingRuleDefinitionContext ctx)
DistSQLStatementParser.dynamicReadwriteSplittingRuleDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDynamicReadwriteSplittingRuleDefinition in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterReadwriteSplittingRule(DistSQLStatementParser.AlterReadwriteSplittingRuleContext ctx)
DistSQLStatementParser.alterReadwriteSplittingRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterReadwriteSplittingRule in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitShardingTableRuleDefinition(DistSQLStatementParser.ShardingTableRuleDefinitionContext ctx)
DistSQLStatementParser.shardingTableRuleDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShardingTableRuleDefinition in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitResources(DistSQLStatementParser.ResourcesContext ctx)
DistSQLStatementParser.resources().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitResources in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitWriteResourceName(DistSQLStatementParser.WriteResourceNameContext ctx)
DistSQLStatementParser.writeResourceName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWriteResourceName in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitResourceName(DistSQLStatementParser.ResourceNameContext ctx)
DistSQLStatementParser.resourceName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitResourceName in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitShardingColumn(DistSQLStatementParser.ShardingColumnContext ctx)
DistSQLStatementParser.shardingColumn().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShardingColumn in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitKeyGenerateStrategy(DistSQLStatementParser.KeyGenerateStrategyContext ctx)
DistSQLStatementParser.keyGenerateStrategy().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitKeyGenerateStrategy in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitRuleName(DistSQLStatementParser.RuleNameContext ctx)
DistSQLStatementParser.ruleName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRuleName in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitTableName(DistSQLStatementParser.TableNameContext ctx)
DistSQLStatementParser.tableName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableName in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitColumnName(DistSQLStatementParser.ColumnNameContext ctx)
DistSQLStatementParser.columnName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnName in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitDropReadwriteSplittingRule(DistSQLStatementParser.DropReadwriteSplittingRuleContext ctx)
DistSQLStatementParser.dropReadwriteSplittingRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropReadwriteSplittingRule in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitDropShardingTableRule(DistSQLStatementParser.DropShardingTableRuleContext ctx)
DistSQLStatementParser.dropShardingTableRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropShardingTableRule in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitDropShardingBindingTableRules(DistSQLStatementParser.DropShardingBindingTableRulesContext ctx)
DistSQLStatementParser.dropShardingBindingTableRules().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropShardingBindingTableRules in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitDropShardingBroadcastTableRules(DistSQLStatementParser.DropShardingBroadcastTableRulesContext ctx)
DistSQLStatementParser.dropShardingBroadcastTableRules().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropShardingBroadcastTableRules in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitSchemaNames(DistSQLStatementParser.SchemaNamesContext ctx)
DistSQLStatementParser.schemaNames().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSchemaNames in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitSchemaName(DistSQLStatementParser.SchemaNameContext ctx)
DistSQLStatementParser.schemaName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSchemaName in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitFunctionDefinition(DistSQLStatementParser.FunctionDefinitionContext ctx)
DistSQLStatementParser.functionDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunctionDefinition in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitFunctionName(DistSQLStatementParser.FunctionNameContext ctx)
DistSQLStatementParser.functionName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunctionName in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitAlgorithmProperties(DistSQLStatementParser.AlgorithmPropertiesContext ctx)
DistSQLStatementParser.algorithmProperties().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlgorithmProperties in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitAlgorithmProperty(DistSQLStatementParser.AlgorithmPropertyContext ctx)
DistSQLStatementParser.algorithmProperty().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlgorithmProperty in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateDatabaseDiscoveryRule(DistSQLStatementParser.CreateDatabaseDiscoveryRuleContext ctx)
DistSQLStatementParser.createDatabaseDiscoveryRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateDatabaseDiscoveryRule in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitDatabaseDiscoveryRuleDefinition(DistSQLStatementParser.DatabaseDiscoveryRuleDefinitionContext ctx)
DistSQLStatementParser.databaseDiscoveryRuleDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDatabaseDiscoveryRuleDefinition in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterDatabaseDiscoveryRule(DistSQLStatementParser.AlterDatabaseDiscoveryRuleContext ctx)
DistSQLStatementParser.alterDatabaseDiscoveryRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterDatabaseDiscoveryRule in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitDropDatabaseDiscoveryRule(DistSQLStatementParser.DropDatabaseDiscoveryRuleContext ctx)
DistSQLStatementParser.dropDatabaseDiscoveryRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropDatabaseDiscoveryRule in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateEncryptRule(DistSQLStatementParser.CreateEncryptRuleContext ctx)
DistSQLStatementParser.createEncryptRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateEncryptRule in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitEncryptRuleDefinition(DistSQLStatementParser.EncryptRuleDefinitionContext ctx)
DistSQLStatementParser.encryptRuleDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEncryptRuleDefinition in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitColumnDefinition(DistSQLStatementParser.ColumnDefinitionContext ctx)
DistSQLStatementParser.columnDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnDefinition in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterEncryptRule(DistSQLStatementParser.AlterEncryptRuleContext ctx)
DistSQLStatementParser.alterEncryptRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterEncryptRule in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitDropEncryptRule(DistSQLStatementParser.DropEncryptRuleContext ctx)
DistSQLStatementParser.dropEncryptRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropEncryptRule in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitPlainColumnName(DistSQLStatementParser.PlainColumnNameContext ctx)
DistSQLStatementParser.plainColumnName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPlainColumnName in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitCipherColumnName(DistSQLStatementParser.CipherColumnNameContext ctx)
DistSQLStatementParser.cipherColumnName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCipherColumnName in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowResources(DistSQLStatementParser.ShowResourcesContext ctx)
DistSQLStatementParser.showResources().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowResources in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowShardingTableRules(DistSQLStatementParser.ShowShardingTableRulesContext ctx)
DistSQLStatementParser.showShardingTableRules().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowShardingTableRules in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowShardingBindingTableRules(DistSQLStatementParser.ShowShardingBindingTableRulesContext ctx)
DistSQLStatementParser.showShardingBindingTableRules().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowShardingBindingTableRules in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowShardingBroadcastTableRules(DistSQLStatementParser.ShowShardingBroadcastTableRulesContext ctx)
DistSQLStatementParser.showShardingBroadcastTableRules().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowShardingBroadcastTableRules in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowReadwriteSplittingRules(DistSQLStatementParser.ShowReadwriteSplittingRulesContext ctx)
DistSQLStatementParser.showReadwriteSplittingRules().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowReadwriteSplittingRules in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowDatabaseDiscoveryRules(DistSQLStatementParser.ShowDatabaseDiscoveryRulesContext ctx)
DistSQLStatementParser.showDatabaseDiscoveryRules().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowDatabaseDiscoveryRules in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowEncryptRules(DistSQLStatementParser.ShowEncryptRulesContext ctx)
DistSQLStatementParser.showEncryptRules().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowEncryptRules in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitTableRule(DistSQLStatementParser.TableRuleContext ctx)
DistSQLStatementParser.tableRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableRule in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowScalingJobList(DistSQLStatementParser.ShowScalingJobListContext ctx)
DistSQLStatementParser.showScalingJobList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowScalingJobList in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowScalingJobStatus(DistSQLStatementParser.ShowScalingJobStatusContext ctx)
DistSQLStatementParser.showScalingJobStatus().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowScalingJobStatus in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitStartScalingJob(DistSQLStatementParser.StartScalingJobContext ctx)
DistSQLStatementParser.startScalingJob().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStartScalingJob in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitStopScalingJob(DistSQLStatementParser.StopScalingJobContext ctx)
DistSQLStatementParser.stopScalingJob().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStopScalingJob in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitDropScalingJob(DistSQLStatementParser.DropScalingJobContext ctx)
DistSQLStatementParser.dropScalingJob().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropScalingJob in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitResetScalingJob(DistSQLStatementParser.ResetScalingJobContext ctx)
DistSQLStatementParser.resetScalingJob().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitResetScalingJob in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitCheckScalingJob(DistSQLStatementParser.CheckScalingJobContext ctx)
DistSQLStatementParser.checkScalingJob().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCheckScalingJob in interface DistSQLStatementVisitor<T>ctx - the parse treepublic T visitJobId(DistSQLStatementParser.JobIdContext ctx)
DistSQLStatementParser.jobId().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitJobId in interface DistSQLStatementVisitor<T>ctx - the parse treeCopyright © 2021 The Apache Software Foundation. All rights reserved.