T - The return type of the visit operation. Use Void for
operations with no return type.public class KernelDistSQLStatementBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements KernelDistSQLStatementVisitor<T>
KernelDistSQLStatementVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.| 构造器和说明 |
|---|
KernelDistSQLStatementBaseVisitor() |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic T visitExecute(KernelDistSQLStatementParser.ExecuteContext ctx)
KernelDistSQLStatementParser.execute().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExecute 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitSetVariable(KernelDistSQLStatementParser.SetVariableContext ctx)
KernelDistSQLStatementParser.setVariable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetVariable 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowVariable(KernelDistSQLStatementParser.ShowVariableContext ctx)
KernelDistSQLStatementParser.showVariable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowVariable 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowAllVariables(KernelDistSQLStatementParser.ShowAllVariablesContext ctx)
KernelDistSQLStatementParser.showAllVariables().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowAllVariables 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterInstance(KernelDistSQLStatementParser.AlterInstanceContext ctx)
KernelDistSQLStatementParser.alterInstance().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterInstance 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitEnableInstance(KernelDistSQLStatementParser.EnableInstanceContext ctx)
KernelDistSQLStatementParser.enableInstance().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEnableInstance 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitDisableInstance(KernelDistSQLStatementParser.DisableInstanceContext ctx)
KernelDistSQLStatementParser.disableInstance().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDisableInstance 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowInstanceList(KernelDistSQLStatementParser.ShowInstanceListContext ctx)
KernelDistSQLStatementParser.showInstanceList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowInstanceList 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitClearHint(KernelDistSQLStatementParser.ClearHintContext ctx)
KernelDistSQLStatementParser.clearHint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitClearHint 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitRefreshTableMetadata(KernelDistSQLStatementParser.RefreshTableMetadataContext ctx)
KernelDistSQLStatementParser.refreshTableMetadata().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRefreshTableMetadata 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowTableMetadata(KernelDistSQLStatementParser.ShowTableMetadataContext ctx)
KernelDistSQLStatementParser.showTableMetadata().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowTableMetadata 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowTransactionRule(KernelDistSQLStatementParser.ShowTransactionRuleContext ctx)
KernelDistSQLStatementParser.showTransactionRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowTransactionRule 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterTransactionRule(KernelDistSQLStatementParser.AlterTransactionRuleContext ctx)
KernelDistSQLStatementParser.alterTransactionRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterTransactionRule 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowSQLParserRule(KernelDistSQLStatementParser.ShowSQLParserRuleContext ctx)
KernelDistSQLStatementParser.showSQLParserRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowSQLParserRule 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterSQLParserRule(KernelDistSQLStatementParser.AlterSQLParserRuleContext ctx)
KernelDistSQLStatementParser.alterSQLParserRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterSQLParserRule 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowInstanceInfo(KernelDistSQLStatementParser.ShowInstanceInfoContext ctx)
KernelDistSQLStatementParser.showInstanceInfo().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowInstanceInfo 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowModeInfo(KernelDistSQLStatementParser.ShowModeInfoContext ctx)
KernelDistSQLStatementParser.showModeInfo().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowModeInfo 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitLabelInstance(KernelDistSQLStatementParser.LabelInstanceContext ctx)
KernelDistSQLStatementParser.labelInstance().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLabelInstance 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitUnlabelInstance(KernelDistSQLStatementParser.UnlabelInstanceContext ctx)
KernelDistSQLStatementParser.unlabelInstance().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnlabelInstance 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitExportDatabaseConfiguration(KernelDistSQLStatementParser.ExportDatabaseConfigurationContext ctx)
KernelDistSQLStatementParser.exportDatabaseConfiguration().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExportDatabaseConfiguration 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitImportDatabaseConfiguration(KernelDistSQLStatementParser.ImportDatabaseConfigurationContext ctx)
KernelDistSQLStatementParser.importDatabaseConfiguration().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitImportDatabaseConfiguration 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitConvertYamlConfiguration(KernelDistSQLStatementParser.ConvertYamlConfigurationContext ctx)
KernelDistSQLStatementParser.convertYamlConfiguration().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConvertYamlConfiguration 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowSQLTranslatorRule(KernelDistSQLStatementParser.ShowSQLTranslatorRuleContext ctx)
KernelDistSQLStatementParser.showSQLTranslatorRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowSQLTranslatorRule 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowMigrationProcessConfiguration(KernelDistSQLStatementParser.ShowMigrationProcessConfigurationContext ctx)
KernelDistSQLStatementParser.showMigrationProcessConfiguration().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowMigrationProcessConfiguration 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateMigrationProcessConfiguration(KernelDistSQLStatementParser.CreateMigrationProcessConfigurationContext ctx)
KernelDistSQLStatementParser.createMigrationProcessConfiguration().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateMigrationProcessConfiguration 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterMigrationProcessConfiguration(KernelDistSQLStatementParser.AlterMigrationProcessConfigurationContext ctx)
KernelDistSQLStatementParser.alterMigrationProcessConfiguration().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterMigrationProcessConfiguration 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitDropMigrationProcessConfiguration(KernelDistSQLStatementParser.DropMigrationProcessConfigurationContext ctx)
KernelDistSQLStatementParser.dropMigrationProcessConfiguration().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropMigrationProcessConfiguration 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitMigrationProcessConfiguration(KernelDistSQLStatementParser.MigrationProcessConfigurationContext ctx)
KernelDistSQLStatementParser.migrationProcessConfiguration().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMigrationProcessConfiguration 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitReadDefinition(KernelDistSQLStatementParser.ReadDefinitionContext ctx)
KernelDistSQLStatementParser.readDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReadDefinition 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitWriteDefinition(KernelDistSQLStatementParser.WriteDefinitionContext ctx)
KernelDistSQLStatementParser.writeDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWriteDefinition 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitWorkerThread(KernelDistSQLStatementParser.WorkerThreadContext ctx)
KernelDistSQLStatementParser.workerThread().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWorkerThread 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitBatchSize(KernelDistSQLStatementParser.BatchSizeContext ctx)
KernelDistSQLStatementParser.batchSize().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBatchSize 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShardingSize(KernelDistSQLStatementParser.ShardingSizeContext ctx)
KernelDistSQLStatementParser.shardingSize().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShardingSize 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitRateLimiter(KernelDistSQLStatementParser.RateLimiterContext ctx)
KernelDistSQLStatementParser.rateLimiter().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRateLimiter 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitStreamChannel(KernelDistSQLStatementParser.StreamChannelContext ctx)
KernelDistSQLStatementParser.streamChannel().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStreamChannel 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitConfPath(KernelDistSQLStatementParser.ConfPathContext ctx)
KernelDistSQLStatementParser.confPath().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConfPath 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitFilePath(KernelDistSQLStatementParser.FilePathContext ctx)
KernelDistSQLStatementParser.filePath().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFilePath 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitTransactionRuleDefinition(KernelDistSQLStatementParser.TransactionRuleDefinitionContext ctx)
KernelDistSQLStatementParser.transactionRuleDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTransactionRuleDefinition 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitProviderDefinition(KernelDistSQLStatementParser.ProviderDefinitionContext ctx)
KernelDistSQLStatementParser.providerDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitProviderDefinition 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitDefaultType(KernelDistSQLStatementParser.DefaultTypeContext ctx)
KernelDistSQLStatementParser.defaultType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDefaultType 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitProviderName(KernelDistSQLStatementParser.ProviderNameContext ctx)
KernelDistSQLStatementParser.providerName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitProviderName 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitSqlParserRuleDefinition(KernelDistSQLStatementParser.SqlParserRuleDefinitionContext ctx)
KernelDistSQLStatementParser.sqlParserRuleDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSqlParserRuleDefinition 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitVariableName(KernelDistSQLStatementParser.VariableNameContext ctx)
KernelDistSQLStatementParser.variableName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVariableName 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitVariableValues(KernelDistSQLStatementParser.VariableValuesContext ctx)
KernelDistSQLStatementParser.variableValues().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVariableValues 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitVariableValue(KernelDistSQLStatementParser.VariableValueContext ctx)
KernelDistSQLStatementParser.variableValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVariableValue 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitInstanceId(KernelDistSQLStatementParser.InstanceIdContext ctx)
KernelDistSQLStatementParser.instanceId().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInstanceId 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitRefreshScope(KernelDistSQLStatementParser.RefreshScopeContext ctx)
KernelDistSQLStatementParser.refreshScope().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRefreshScope 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitFromSegment(KernelDistSQLStatementParser.FromSegmentContext ctx)
KernelDistSQLStatementParser.fromSegment().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFromSegment 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitSqlCommentParseEnable(KernelDistSQLStatementParser.SqlCommentParseEnableContext ctx)
KernelDistSQLStatementParser.sqlCommentParseEnable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSqlCommentParseEnable 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitParseTreeCache(KernelDistSQLStatementParser.ParseTreeCacheContext ctx)
KernelDistSQLStatementParser.parseTreeCache().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitParseTreeCache 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitSqlStatementCache(KernelDistSQLStatementParser.SqlStatementCacheContext ctx)
KernelDistSQLStatementParser.sqlStatementCache().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSqlStatementCache 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitCacheOption(KernelDistSQLStatementParser.CacheOptionContext ctx)
KernelDistSQLStatementParser.cacheOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCacheOption 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitInitialCapacity(KernelDistSQLStatementParser.InitialCapacityContext ctx)
KernelDistSQLStatementParser.initialCapacity().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInitialCapacity 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitMaximumSize(KernelDistSQLStatementParser.MaximumSizeContext ctx)
KernelDistSQLStatementParser.maximumSize().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMaximumSize 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitConcurrencyLevel(KernelDistSQLStatementParser.ConcurrencyLevelContext ctx)
KernelDistSQLStatementParser.concurrencyLevel().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConcurrencyLevel 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitLabel(KernelDistSQLStatementParser.LabelContext ctx)
KernelDistSQLStatementParser.label().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLabel 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitIntValue(KernelDistSQLStatementParser.IntValueContext ctx)
KernelDistSQLStatementParser.intValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIntValue 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitPrepareDistSQL(KernelDistSQLStatementParser.PrepareDistSQLContext ctx)
KernelDistSQLStatementParser.prepareDistSQL().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrepareDistSQL 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitApplyDistSQL(KernelDistSQLStatementParser.ApplyDistSQLContext ctx)
KernelDistSQLStatementParser.applyDistSQL().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitApplyDistSQL 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitDiscardDistSQL(KernelDistSQLStatementParser.DiscardDistSQLContext ctx)
KernelDistSQLStatementParser.discardDistSQL().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDiscardDistSQL 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitAlgorithmDefinition(KernelDistSQLStatementParser.AlgorithmDefinitionContext ctx)
KernelDistSQLStatementParser.algorithmDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlgorithmDefinition 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitAlgorithmTypeName(KernelDistSQLStatementParser.AlgorithmTypeNameContext ctx)
KernelDistSQLStatementParser.algorithmTypeName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlgorithmTypeName 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitPropertiesDefinition(KernelDistSQLStatementParser.PropertiesDefinitionContext ctx)
KernelDistSQLStatementParser.propertiesDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPropertiesDefinition 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitProperties(KernelDistSQLStatementParser.PropertiesContext ctx)
KernelDistSQLStatementParser.properties().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitProperties 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitProperty(KernelDistSQLStatementParser.PropertyContext ctx)
KernelDistSQLStatementParser.property().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitProperty 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitDatabaseName(KernelDistSQLStatementParser.DatabaseNameContext ctx)
KernelDistSQLStatementParser.databaseName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDatabaseName 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitSchemaName(KernelDistSQLStatementParser.SchemaNameContext ctx)
KernelDistSQLStatementParser.schemaName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSchemaName 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitTableName(KernelDistSQLStatementParser.TableNameContext ctx)
KernelDistSQLStatementParser.tableName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableName 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitResourceName(KernelDistSQLStatementParser.ResourceNameContext ctx)
KernelDistSQLStatementParser.resourceName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitResourceName 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitAddResource(KernelDistSQLStatementParser.AddResourceContext ctx)
KernelDistSQLStatementParser.addResource().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAddResource 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterResource(KernelDistSQLStatementParser.AlterResourceContext ctx)
KernelDistSQLStatementParser.alterResource().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterResource 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitDropResource(KernelDistSQLStatementParser.DropResourceContext ctx)
KernelDistSQLStatementParser.dropResource().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropResource 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitCreateDefaultSingleTableRule(KernelDistSQLStatementParser.CreateDefaultSingleTableRuleContext ctx)
KernelDistSQLStatementParser.createDefaultSingleTableRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateDefaultSingleTableRule 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterDefaultSingleTableRule(KernelDistSQLStatementParser.AlterDefaultSingleTableRuleContext ctx)
KernelDistSQLStatementParser.alterDefaultSingleTableRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterDefaultSingleTableRule 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitDropDefaultSingleTableRule(KernelDistSQLStatementParser.DropDefaultSingleTableRuleContext ctx)
KernelDistSQLStatementParser.dropDefaultSingleTableRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropDefaultSingleTableRule 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitResourceDefinition(KernelDistSQLStatementParser.ResourceDefinitionContext ctx)
KernelDistSQLStatementParser.resourceDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitResourceDefinition 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitSimpleSource(KernelDistSQLStatementParser.SimpleSourceContext ctx)
KernelDistSQLStatementParser.simpleSource().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSimpleSource 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitUrlSource(KernelDistSQLStatementParser.UrlSourceContext ctx)
KernelDistSQLStatementParser.urlSource().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUrlSource 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitHostname(KernelDistSQLStatementParser.HostnameContext ctx)
KernelDistSQLStatementParser.hostname().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHostname 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitPort(KernelDistSQLStatementParser.PortContext ctx)
KernelDistSQLStatementParser.port().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPort 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitDbName(KernelDistSQLStatementParser.DbNameContext ctx)
KernelDistSQLStatementParser.dbName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDbName 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitUrl(KernelDistSQLStatementParser.UrlContext ctx)
KernelDistSQLStatementParser.url().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUrl 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitUser(KernelDistSQLStatementParser.UserContext ctx)
KernelDistSQLStatementParser.user().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUser 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitPassword(KernelDistSQLStatementParser.PasswordContext ctx)
KernelDistSQLStatementParser.password().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPassword 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitIgnoreSingleTables(KernelDistSQLStatementParser.IgnoreSingleTablesContext ctx)
KernelDistSQLStatementParser.ignoreSingleTables().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIgnoreSingleTables 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitIfExists(KernelDistSQLStatementParser.IfExistsContext ctx)
KernelDistSQLStatementParser.ifExists().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIfExists 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowResources(KernelDistSQLStatementParser.ShowResourcesContext ctx)
KernelDistSQLStatementParser.showResources().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowResources 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowUnusedResources(KernelDistSQLStatementParser.ShowUnusedResourcesContext ctx)
KernelDistSQLStatementParser.showUnusedResources().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowUnusedResources 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowSingleTableRules(KernelDistSQLStatementParser.ShowSingleTableRulesContext ctx)
KernelDistSQLStatementParser.showSingleTableRules().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowSingleTableRules 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowSingleTable(KernelDistSQLStatementParser.ShowSingleTableContext ctx)
KernelDistSQLStatementParser.showSingleTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowSingleTable 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitCountDatabaseRules(KernelDistSQLStatementParser.CountDatabaseRulesContext ctx)
KernelDistSQLStatementParser.countDatabaseRules().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCountDatabaseRules 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowRulesUsedResource(KernelDistSQLStatementParser.ShowRulesUsedResourceContext ctx)
KernelDistSQLStatementParser.showRulesUsedResource().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowRulesUsedResource 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitCountSingleTableRule(KernelDistSQLStatementParser.CountSingleTableRuleContext ctx)
KernelDistSQLStatementParser.countSingleTableRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCountSingleTableRule 在接口中 KernelDistSQLStatementVisitor<T>ctx - the parse treeCopyright © 2022 The Apache Software Foundation. All rights reserved.