public final class KernelDistSQLStatementVisitor extends KernelDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode> implements org.apache.shardingsphere.sql.parser.api.visitor.SQLVisitor
| Constructor and Description |
|---|
KernelDistSQLStatementVisitor() |
visitAlgorithmTypeName, visitBatchSize, visitConfPath, visitDbName, visitExecute, visitFilePath, visitFromSegment, visitHostname, visitIfExists, visitIfNotExists, visitIgnoreSingleTables, visitInstanceId, visitIntValue, visitLabel, visitLikePattern, visitLiteral, visitPassword, visitPort, visitProperties, visitPropertiesDefinition, visitProperty, visitRefreshScope, visitResourceName, visitSchemaName, visitShardingSize, visitShowLike, visitSimpleSource, visitStorageUnitName, visitTableName, visitUrl, visitUrlSource, visitUsageCount, visitUser, visitVariableName, visitVariableValue, visitVariableValues, visitWorkerThreadaggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitRegisterStorageUnit(KernelDistSQLStatementParser.RegisterStorageUnitContext ctx)
KernelDistSQLStatementBaseVisitorKernelDistSQLStatementParser.registerStorageUnit().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRegisterStorageUnit in interface KernelDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitRegisterStorageUnit in class KernelDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitAlterStorageUnit(KernelDistSQLStatementParser.AlterStorageUnitContext ctx)
KernelDistSQLStatementBaseVisitorKernelDistSQLStatementParser.alterStorageUnit().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterStorageUnit in interface KernelDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitAlterStorageUnit in class KernelDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitShowTableMetadata(KernelDistSQLStatementParser.ShowTableMetadataContext ctx)
KernelDistSQLStatementBaseVisitorKernelDistSQLStatementParser.showTableMetadata().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowTableMetadata in interface KernelDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitShowTableMetadata in class KernelDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitStorageUnitDefinition(KernelDistSQLStatementParser.StorageUnitDefinitionContext ctx)
KernelDistSQLStatementBaseVisitorKernelDistSQLStatementParser.storageUnitDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStorageUnitDefinition in interface KernelDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitStorageUnitDefinition in class KernelDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitShowComputeNodes(KernelDistSQLStatementParser.ShowComputeNodesContext ctx)
KernelDistSQLStatementBaseVisitorKernelDistSQLStatementParser.showComputeNodes().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowComputeNodes in interface KernelDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitShowComputeNodes in class KernelDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitShowComputeNodeInfo(KernelDistSQLStatementParser.ShowComputeNodeInfoContext ctx)
KernelDistSQLStatementBaseVisitorKernelDistSQLStatementParser.showComputeNodeInfo().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowComputeNodeInfo in interface KernelDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitShowComputeNodeInfo in class KernelDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitShowComputeNodeMode(KernelDistSQLStatementParser.ShowComputeNodeModeContext ctx)
KernelDistSQLStatementBaseVisitorKernelDistSQLStatementParser.showComputeNodeMode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowComputeNodeMode in interface KernelDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitShowComputeNodeMode in class KernelDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitEnableComputeNode(KernelDistSQLStatementParser.EnableComputeNodeContext ctx)
KernelDistSQLStatementBaseVisitorKernelDistSQLStatementParser.enableComputeNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEnableComputeNode in interface KernelDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitEnableComputeNode in class KernelDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitDisableComputeNode(KernelDistSQLStatementParser.DisableComputeNodeContext ctx)
KernelDistSQLStatementBaseVisitorKernelDistSQLStatementParser.disableComputeNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDisableComputeNode in interface KernelDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitDisableComputeNode in class KernelDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitLabelComputeNode(KernelDistSQLStatementParser.LabelComputeNodeContext ctx)
KernelDistSQLStatementBaseVisitorKernelDistSQLStatementParser.labelComputeNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLabelComputeNode in interface KernelDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitLabelComputeNode in class KernelDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitUnlabelComputeNode(KernelDistSQLStatementParser.UnlabelComputeNodeContext ctx)
KernelDistSQLStatementBaseVisitorKernelDistSQLStatementParser.unlabelComputeNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnlabelComputeNode in interface KernelDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitUnlabelComputeNode in class KernelDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitCountSingleTableRule(KernelDistSQLStatementParser.CountSingleTableRuleContext ctx)
KernelDistSQLStatementBaseVisitorKernelDistSQLStatementParser.countSingleTableRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCountSingleTableRule in interface KernelDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitCountSingleTableRule in class KernelDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitAlterComputeNode(KernelDistSQLStatementParser.AlterComputeNodeContext ctx)
KernelDistSQLStatementBaseVisitorKernelDistSQLStatementParser.alterComputeNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterComputeNode in interface KernelDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitAlterComputeNode in class KernelDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitSetDefaultSingleTableStorageUnit(KernelDistSQLStatementParser.SetDefaultSingleTableStorageUnitContext ctx)
KernelDistSQLStatementBaseVisitorKernelDistSQLStatementParser.setDefaultSingleTableStorageUnit().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetDefaultSingleTableStorageUnit in interface KernelDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitSetDefaultSingleTableStorageUnit in class KernelDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitUnregisterStorageUnit(KernelDistSQLStatementParser.UnregisterStorageUnitContext ctx)
KernelDistSQLStatementBaseVisitorKernelDistSQLStatementParser.unregisterStorageUnit().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnregisterStorageUnit in interface KernelDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitUnregisterStorageUnit in class KernelDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitShowStorageUnits(KernelDistSQLStatementParser.ShowStorageUnitsContext ctx)
KernelDistSQLStatementBaseVisitorKernelDistSQLStatementParser.showStorageUnits().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowStorageUnits in interface KernelDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitShowStorageUnits in class KernelDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitDatabaseName(KernelDistSQLStatementParser.DatabaseNameContext ctx)
KernelDistSQLStatementBaseVisitorKernelDistSQLStatementParser.databaseName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDatabaseName in interface KernelDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitDatabaseName in class KernelDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitSetDistVariable(KernelDistSQLStatementParser.SetDistVariableContext ctx)
KernelDistSQLStatementBaseVisitorKernelDistSQLStatementParser.setDistVariable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetDistVariable in interface KernelDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitSetDistVariable in class KernelDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitShowLogicalTables(KernelDistSQLStatementParser.ShowLogicalTablesContext ctx)
KernelDistSQLStatementBaseVisitorKernelDistSQLStatementParser.showLogicalTables().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowLogicalTables in interface KernelDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitShowLogicalTables in class KernelDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitShowDefaultSingleTableStorageUnit(KernelDistSQLStatementParser.ShowDefaultSingleTableStorageUnitContext ctx)
KernelDistSQLStatementBaseVisitorKernelDistSQLStatementParser.showDefaultSingleTableStorageUnit().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowDefaultSingleTableStorageUnit in interface KernelDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitShowDefaultSingleTableStorageUnit in class KernelDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitShowSingleTable(KernelDistSQLStatementParser.ShowSingleTableContext ctx)
KernelDistSQLStatementBaseVisitorKernelDistSQLStatementParser.showSingleTable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowSingleTable in interface KernelDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitShowSingleTable in class KernelDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitShowDistVariable(KernelDistSQLStatementParser.ShowDistVariableContext ctx)
KernelDistSQLStatementBaseVisitorKernelDistSQLStatementParser.showDistVariable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowDistVariable in interface KernelDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitShowDistVariable in class KernelDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitShowDistVariables(KernelDistSQLStatementParser.ShowDistVariablesContext ctx)
KernelDistSQLStatementBaseVisitorKernelDistSQLStatementParser.showDistVariables().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowDistVariables in interface KernelDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitShowDistVariables in class KernelDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitClearHint(KernelDistSQLStatementParser.ClearHintContext ctx)
KernelDistSQLStatementBaseVisitorKernelDistSQLStatementParser.clearHint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitClearHint in interface KernelDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitClearHint in class KernelDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitRefreshDatabaseMetadata(KernelDistSQLStatementParser.RefreshDatabaseMetadataContext ctx)
KernelDistSQLStatementBaseVisitorKernelDistSQLStatementParser.refreshDatabaseMetadata().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRefreshDatabaseMetadata in interface KernelDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitRefreshDatabaseMetadata in class KernelDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitRefreshTableMetadata(KernelDistSQLStatementParser.RefreshTableMetadataContext ctx)
KernelDistSQLStatementBaseVisitorKernelDistSQLStatementParser.refreshTableMetadata().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRefreshTableMetadata in interface KernelDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitRefreshTableMetadata in class KernelDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitExportDatabaseConfiguration(KernelDistSQLStatementParser.ExportDatabaseConfigurationContext ctx)
KernelDistSQLStatementBaseVisitorKernelDistSQLStatementParser.exportDatabaseConfiguration().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExportDatabaseConfiguration in interface KernelDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitExportDatabaseConfiguration in class KernelDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitConvertYamlConfiguration(KernelDistSQLStatementParser.ConvertYamlConfigurationContext ctx)
KernelDistSQLStatementBaseVisitorKernelDistSQLStatementParser.convertYamlConfiguration().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConvertYamlConfiguration in interface KernelDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitConvertYamlConfiguration in class KernelDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitShowRulesUsedStorageUnit(KernelDistSQLStatementParser.ShowRulesUsedStorageUnitContext ctx)
KernelDistSQLStatementBaseVisitorKernelDistSQLStatementParser.showRulesUsedStorageUnit().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowRulesUsedStorageUnit in interface KernelDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitShowRulesUsedStorageUnit in class KernelDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitPrepareDistSQL(KernelDistSQLStatementParser.PrepareDistSQLContext ctx)
KernelDistSQLStatementBaseVisitorKernelDistSQLStatementParser.prepareDistSQL().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrepareDistSQL in interface KernelDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitPrepareDistSQL in class KernelDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitApplyDistSQL(KernelDistSQLStatementParser.ApplyDistSQLContext ctx)
KernelDistSQLStatementBaseVisitorKernelDistSQLStatementParser.applyDistSQL().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitApplyDistSQL in interface KernelDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitApplyDistSQL in class KernelDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitDiscardDistSQL(KernelDistSQLStatementParser.DiscardDistSQLContext ctx)
KernelDistSQLStatementBaseVisitorKernelDistSQLStatementParser.discardDistSQL().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDiscardDistSQL in interface KernelDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitDiscardDistSQL in class KernelDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitImportDatabaseConfiguration(KernelDistSQLStatementParser.ImportDatabaseConfigurationContext ctx)
KernelDistSQLStatementBaseVisitorKernelDistSQLStatementParser.importDatabaseConfiguration().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitImportDatabaseConfiguration in interface KernelDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitImportDatabaseConfiguration in class KernelDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitShowMigrationRule(KernelDistSQLStatementParser.ShowMigrationRuleContext ctx)
KernelDistSQLStatementBaseVisitorKernelDistSQLStatementParser.showMigrationRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowMigrationRule in interface KernelDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitShowMigrationRule in class KernelDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitAlterMigrationRule(KernelDistSQLStatementParser.AlterMigrationRuleContext ctx)
KernelDistSQLStatementBaseVisitorKernelDistSQLStatementParser.alterMigrationRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterMigrationRule in interface KernelDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitAlterMigrationRule in class KernelDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitInventoryIncrementalRule(KernelDistSQLStatementParser.InventoryIncrementalRuleContext ctx)
KernelDistSQLStatementBaseVisitorKernelDistSQLStatementParser.inventoryIncrementalRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInventoryIncrementalRule in interface KernelDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitInventoryIncrementalRule in class KernelDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitReadDefinition(KernelDistSQLStatementParser.ReadDefinitionContext ctx)
KernelDistSQLStatementBaseVisitorKernelDistSQLStatementParser.readDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReadDefinition in interface KernelDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitReadDefinition in class KernelDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitWriteDefinition(KernelDistSQLStatementParser.WriteDefinitionContext ctx)
KernelDistSQLStatementBaseVisitorKernelDistSQLStatementParser.writeDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWriteDefinition in interface KernelDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitWriteDefinition in class KernelDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitAlgorithmDefinition(KernelDistSQLStatementParser.AlgorithmDefinitionContext ctx)
KernelDistSQLStatementBaseVisitorKernelDistSQLStatementParser.algorithmDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlgorithmDefinition in interface KernelDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitAlgorithmDefinition in class KernelDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitRateLimiter(KernelDistSQLStatementParser.RateLimiterContext ctx)
KernelDistSQLStatementBaseVisitorKernelDistSQLStatementParser.rateLimiter().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRateLimiter in interface KernelDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitRateLimiter in class KernelDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitStreamChannel(KernelDistSQLStatementParser.StreamChannelContext ctx)
KernelDistSQLStatementBaseVisitorKernelDistSQLStatementParser.streamChannel().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStreamChannel in interface KernelDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitStreamChannel in class KernelDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treeCopyright © 2023 The Apache Software Foundation. All rights reserved.