T - The return type of the visit operation. Use Void for
operations with no return type.public class CommonDistSQLStatementBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements CommonDistSQLStatementVisitor<T>
CommonDistSQLStatementVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
CommonDistSQLStatementBaseVisitor() |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic T visitExecute(CommonDistSQLStatementParser.ExecuteContext ctx)
CommonDistSQLStatementParser.execute().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExecute in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitSetVariable(CommonDistSQLStatementParser.SetVariableContext ctx)
CommonDistSQLStatementParser.setVariable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetVariable in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowVariable(CommonDistSQLStatementParser.ShowVariableContext ctx)
CommonDistSQLStatementParser.showVariable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowVariable in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowAllVariables(CommonDistSQLStatementParser.ShowAllVariablesContext ctx)
CommonDistSQLStatementParser.showAllVariables().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowAllVariables in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterInstance(CommonDistSQLStatementParser.AlterInstanceContext ctx)
CommonDistSQLStatementParser.alterInstance().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterInstance in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitEnableInstance(CommonDistSQLStatementParser.EnableInstanceContext ctx)
CommonDistSQLStatementParser.enableInstance().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEnableInstance in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitDisableInstance(CommonDistSQLStatementParser.DisableInstanceContext ctx)
CommonDistSQLStatementParser.disableInstance().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDisableInstance in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowInstance(CommonDistSQLStatementParser.ShowInstanceContext ctx)
CommonDistSQLStatementParser.showInstance().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowInstance in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitClearHint(CommonDistSQLStatementParser.ClearHintContext ctx)
CommonDistSQLStatementParser.clearHint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitClearHint in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitRefreshTableMetadata(CommonDistSQLStatementParser.RefreshTableMetadataContext ctx)
CommonDistSQLStatementParser.refreshTableMetadata().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRefreshTableMetadata in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowTableMetadata(CommonDistSQLStatementParser.ShowTableMetadataContext ctx)
CommonDistSQLStatementParser.showTableMetadata().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowTableMetadata in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowAuthorityRule(CommonDistSQLStatementParser.ShowAuthorityRuleContext ctx)
CommonDistSQLStatementParser.showAuthorityRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowAuthorityRule in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowTransactionRule(CommonDistSQLStatementParser.ShowTransactionRuleContext ctx)
CommonDistSQLStatementParser.showTransactionRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowTransactionRule in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterTransactionRule(CommonDistSQLStatementParser.AlterTransactionRuleContext ctx)
CommonDistSQLStatementParser.alterTransactionRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterTransactionRule in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowSQLParserRule(CommonDistSQLStatementParser.ShowSQLParserRuleContext ctx)
CommonDistSQLStatementParser.showSQLParserRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowSQLParserRule in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterSQLParserRule(CommonDistSQLStatementParser.AlterSQLParserRuleContext ctx)
CommonDistSQLStatementParser.alterSQLParserRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterSQLParserRule in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowInstanceMode(CommonDistSQLStatementParser.ShowInstanceModeContext ctx)
CommonDistSQLStatementParser.showInstanceMode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowInstanceMode in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateTrafficRule(CommonDistSQLStatementParser.CreateTrafficRuleContext ctx)
CommonDistSQLStatementParser.createTrafficRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateTrafficRule in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterTrafficRule(CommonDistSQLStatementParser.AlterTrafficRuleContext ctx)
CommonDistSQLStatementParser.alterTrafficRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterTrafficRule in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowTrafficRules(CommonDistSQLStatementParser.ShowTrafficRulesContext ctx)
CommonDistSQLStatementParser.showTrafficRules().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowTrafficRules in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitDropTrafficRule(CommonDistSQLStatementParser.DropTrafficRuleContext ctx)
CommonDistSQLStatementParser.dropTrafficRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropTrafficRule in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitLabelInstance(CommonDistSQLStatementParser.LabelInstanceContext ctx)
CommonDistSQLStatementParser.labelInstance().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLabelInstance in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitUnlabelInstance(CommonDistSQLStatementParser.UnlabelInstanceContext ctx)
CommonDistSQLStatementParser.unlabelInstance().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnlabelInstance in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitCountInstanceRules(CommonDistSQLStatementParser.CountInstanceRulesContext ctx)
CommonDistSQLStatementParser.countInstanceRules().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCountInstanceRules in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitTrafficRuleDefinition(CommonDistSQLStatementParser.TrafficRuleDefinitionContext ctx)
CommonDistSQLStatementParser.trafficRuleDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTrafficRuleDefinition in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitLabelDefinition(CommonDistSQLStatementParser.LabelDefinitionContext ctx)
CommonDistSQLStatementParser.labelDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLabelDefinition in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitTrafficAlgorithmDefinition(CommonDistSQLStatementParser.TrafficAlgorithmDefinitionContext ctx)
CommonDistSQLStatementParser.trafficAlgorithmDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTrafficAlgorithmDefinition in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitLoadBalancerDefinition(CommonDistSQLStatementParser.LoadBalancerDefinitionContext ctx)
CommonDistSQLStatementParser.loadBalancerDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLoadBalancerDefinition in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitAlgorithmDefinition(CommonDistSQLStatementParser.AlgorithmDefinitionContext ctx)
CommonDistSQLStatementParser.algorithmDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlgorithmDefinition in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitTypeName(CommonDistSQLStatementParser.TypeNameContext ctx)
CommonDistSQLStatementParser.typeName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTypeName in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitExportSchemaConfiguration(CommonDistSQLStatementParser.ExportSchemaConfigurationContext ctx)
CommonDistSQLStatementParser.exportSchemaConfiguration().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExportSchemaConfiguration in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitImportSchemaConfiguration(CommonDistSQLStatementParser.ImportSchemaConfigurationContext ctx)
CommonDistSQLStatementParser.importSchemaConfiguration().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitImportSchemaConfiguration in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitFilePath(CommonDistSQLStatementParser.FilePathContext ctx)
CommonDistSQLStatementParser.filePath().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFilePath in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitTransactionRuleDefinition(CommonDistSQLStatementParser.TransactionRuleDefinitionContext ctx)
CommonDistSQLStatementParser.transactionRuleDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTransactionRuleDefinition in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitProviderDefinition(CommonDistSQLStatementParser.ProviderDefinitionContext ctx)
CommonDistSQLStatementParser.providerDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitProviderDefinition in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitDefaultType(CommonDistSQLStatementParser.DefaultTypeContext ctx)
CommonDistSQLStatementParser.defaultType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDefaultType in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitProviderName(CommonDistSQLStatementParser.ProviderNameContext ctx)
CommonDistSQLStatementParser.providerName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitProviderName in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitSqlParserRuleDefinition(CommonDistSQLStatementParser.SqlParserRuleDefinitionContext ctx)
CommonDistSQLStatementParser.sqlParserRuleDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSqlParserRuleDefinition in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitVariableName(CommonDistSQLStatementParser.VariableNameContext ctx)
CommonDistSQLStatementParser.variableName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVariableName in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitVariableValues(CommonDistSQLStatementParser.VariableValuesContext ctx)
CommonDistSQLStatementParser.variableValues().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVariableValues in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitVariableValue(CommonDistSQLStatementParser.VariableValueContext ctx)
CommonDistSQLStatementParser.variableValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVariableValue in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitInstanceDefination(CommonDistSQLStatementParser.InstanceDefinationContext ctx)
CommonDistSQLStatementParser.instanceDefination().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInstanceDefination in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitInstanceId(CommonDistSQLStatementParser.InstanceIdContext ctx)
CommonDistSQLStatementParser.instanceId().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInstanceId in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitRefreshScope(CommonDistSQLStatementParser.RefreshScopeContext ctx)
CommonDistSQLStatementParser.refreshScope().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRefreshScope in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitSqlCommentParseEnable(CommonDistSQLStatementParser.SqlCommentParseEnableContext ctx)
CommonDistSQLStatementParser.sqlCommentParseEnable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSqlCommentParseEnable in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitParseTreeCache(CommonDistSQLStatementParser.ParseTreeCacheContext ctx)
CommonDistSQLStatementParser.parseTreeCache().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitParseTreeCache in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitSqlStatementCache(CommonDistSQLStatementParser.SqlStatementCacheContext ctx)
CommonDistSQLStatementParser.sqlStatementCache().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSqlStatementCache in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitCacheOption(CommonDistSQLStatementParser.CacheOptionContext ctx)
CommonDistSQLStatementParser.cacheOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCacheOption in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitInitialCapacity(CommonDistSQLStatementParser.InitialCapacityContext ctx)
CommonDistSQLStatementParser.initialCapacity().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInitialCapacity in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitMaximumSize(CommonDistSQLStatementParser.MaximumSizeContext ctx)
CommonDistSQLStatementParser.maximumSize().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMaximumSize in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitConcurrencyLevel(CommonDistSQLStatementParser.ConcurrencyLevelContext ctx)
CommonDistSQLStatementParser.concurrencyLevel().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConcurrencyLevel in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitRuleName(CommonDistSQLStatementParser.RuleNameContext ctx)
CommonDistSQLStatementParser.ruleName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRuleName in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitLabel(CommonDistSQLStatementParser.LabelContext ctx)
CommonDistSQLStatementParser.label().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLabel in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitAlgorithmProperties(CommonDistSQLStatementParser.AlgorithmPropertiesContext ctx)
CommonDistSQLStatementParser.algorithmProperties().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlgorithmProperties in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitAlgorithmProperty(CommonDistSQLStatementParser.AlgorithmPropertyContext ctx)
CommonDistSQLStatementParser.algorithmProperty().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlgorithmProperty in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitIfExists(CommonDistSQLStatementParser.IfExistsContext ctx)
CommonDistSQLStatementParser.ifExists().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIfExists in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitPrepareDistSQL(CommonDistSQLStatementParser.PrepareDistSQLContext ctx)
CommonDistSQLStatementParser.prepareDistSQL().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrepareDistSQL in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitApplyDistSQL(CommonDistSQLStatementParser.ApplyDistSQLContext ctx)
CommonDistSQLStatementParser.applyDistSQL().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitApplyDistSQL in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitDiscardDistSQL(CommonDistSQLStatementParser.DiscardDistSQLContext ctx)
CommonDistSQLStatementParser.discardDistSQL().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDiscardDistSQL in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitPropertiesDefinition(CommonDistSQLStatementParser.PropertiesDefinitionContext ctx)
CommonDistSQLStatementParser.propertiesDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPropertiesDefinition in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitProperties(CommonDistSQLStatementParser.PropertiesContext ctx)
CommonDistSQLStatementParser.properties().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitProperties in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitProperty(CommonDistSQLStatementParser.PropertyContext ctx)
CommonDistSQLStatementParser.property().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitProperty in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitTableName(CommonDistSQLStatementParser.TableNameContext ctx)
CommonDistSQLStatementParser.tableName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableName in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitSchemaName(CommonDistSQLStatementParser.SchemaNameContext ctx)
CommonDistSQLStatementParser.schemaName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSchemaName in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitResourceName(CommonDistSQLStatementParser.ResourceNameContext ctx)
CommonDistSQLStatementParser.resourceName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitResourceName in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitIp(CommonDistSQLStatementParser.IpContext ctx)
CommonDistSQLStatementParser.ip().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIp in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitPort(CommonDistSQLStatementParser.PortContext ctx)
CommonDistSQLStatementParser.port().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPort in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitAddResource(CommonDistSQLStatementParser.AddResourceContext ctx)
CommonDistSQLStatementParser.addResource().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAddResource in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterResource(CommonDistSQLStatementParser.AlterResourceContext ctx)
CommonDistSQLStatementParser.alterResource().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterResource in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitDropResource(CommonDistSQLStatementParser.DropResourceContext ctx)
CommonDistSQLStatementParser.dropResource().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropResource in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateDefaultSingleTableRule(CommonDistSQLStatementParser.CreateDefaultSingleTableRuleContext ctx)
CommonDistSQLStatementParser.createDefaultSingleTableRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateDefaultSingleTableRule in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterDefaultSingleTableRule(CommonDistSQLStatementParser.AlterDefaultSingleTableRuleContext ctx)
CommonDistSQLStatementParser.alterDefaultSingleTableRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterDefaultSingleTableRule in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitDropDefaultSingleTableRule(CommonDistSQLStatementParser.DropDefaultSingleTableRuleContext ctx)
CommonDistSQLStatementParser.dropDefaultSingleTableRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropDefaultSingleTableRule in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitDataSource(CommonDistSQLStatementParser.DataSourceContext ctx)
CommonDistSQLStatementParser.dataSource().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDataSource in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitDataSourceName(CommonDistSQLStatementParser.DataSourceNameContext ctx)
CommonDistSQLStatementParser.dataSourceName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDataSourceName in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitSimpleSource(CommonDistSQLStatementParser.SimpleSourceContext ctx)
CommonDistSQLStatementParser.simpleSource().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSimpleSource in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitUrlSource(CommonDistSQLStatementParser.UrlSourceContext ctx)
CommonDistSQLStatementParser.urlSource().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUrlSource in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitHostname(CommonDistSQLStatementParser.HostnameContext ctx)
CommonDistSQLStatementParser.hostname().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHostname in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitDbName(CommonDistSQLStatementParser.DbNameContext ctx)
CommonDistSQLStatementParser.dbName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDbName in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitUrl(CommonDistSQLStatementParser.UrlContext ctx)
CommonDistSQLStatementParser.url().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUrl in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitUser(CommonDistSQLStatementParser.UserContext ctx)
CommonDistSQLStatementParser.user().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUser in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitPassword(CommonDistSQLStatementParser.PasswordContext ctx)
CommonDistSQLStatementParser.password().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPassword in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitIgnoreSingleTables(CommonDistSQLStatementParser.IgnoreSingleTablesContext ctx)
CommonDistSQLStatementParser.ignoreSingleTables().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIgnoreSingleTables in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitExistClause(CommonDistSQLStatementParser.ExistClauseContext ctx)
CommonDistSQLStatementParser.existClause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExistClause in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowResources(CommonDistSQLStatementParser.ShowResourcesContext ctx)
CommonDistSQLStatementParser.showResources().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowResources in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowUnusedResources(CommonDistSQLStatementParser.ShowUnusedResourcesContext ctx)
CommonDistSQLStatementParser.showUnusedResources().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowUnusedResources in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowSingleTableRules(CommonDistSQLStatementParser.ShowSingleTableRulesContext ctx)
CommonDistSQLStatementParser.showSingleTableRules().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowSingleTableRules in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowSingleTable(CommonDistSQLStatementParser.ShowSingleTableContext ctx)
CommonDistSQLStatementParser.showSingleTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowSingleTable in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitCountSchemaRules(CommonDistSQLStatementParser.CountSchemaRulesContext ctx)
CommonDistSQLStatementParser.countSchemaRules().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCountSchemaRules in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowRulesUsedResource(CommonDistSQLStatementParser.ShowRulesUsedResourceContext ctx)
CommonDistSQLStatementParser.showRulesUsedResource().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowRulesUsedResource in interface CommonDistSQLStatementVisitor<T>ctx - the parse treepublic T visitTable(CommonDistSQLStatementParser.TableContext ctx)
CommonDistSQLStatementParser.table().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTable in interface CommonDistSQLStatementVisitor<T>ctx - the parse treeCopyright © 2022 The Apache Software Foundation. All rights reserved.