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.| Constructor and Description |
|---|
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 in interface KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitSetDistVariable(KernelDistSQLStatementParser.SetDistVariableContext ctx)
KernelDistSQLStatementParser.setDistVariable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetDistVariable in interface KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowDistVariable(KernelDistSQLStatementParser.ShowDistVariableContext ctx)
KernelDistSQLStatementParser.showDistVariable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowDistVariable in interface KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowDistVariables(KernelDistSQLStatementParser.ShowDistVariablesContext ctx)
KernelDistSQLStatementParser.showDistVariables().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowDistVariables in interface KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterComputeNode(KernelDistSQLStatementParser.AlterComputeNodeContext ctx)
KernelDistSQLStatementParser.alterComputeNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterComputeNode in interface KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitEnableComputeNode(KernelDistSQLStatementParser.EnableComputeNodeContext ctx)
KernelDistSQLStatementParser.enableComputeNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEnableComputeNode in interface KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitDisableComputeNode(KernelDistSQLStatementParser.DisableComputeNodeContext ctx)
KernelDistSQLStatementParser.disableComputeNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDisableComputeNode in interface KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowComputeNodes(KernelDistSQLStatementParser.ShowComputeNodesContext ctx)
KernelDistSQLStatementParser.showComputeNodes().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowComputeNodes in interface 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 in interface KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitRefreshDatabaseMetadata(KernelDistSQLStatementParser.RefreshDatabaseMetadataContext ctx)
KernelDistSQLStatementParser.refreshDatabaseMetadata().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRefreshDatabaseMetadata in interface 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 in interface 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 in interface KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowComputeNodeInfo(KernelDistSQLStatementParser.ShowComputeNodeInfoContext ctx)
KernelDistSQLStatementParser.showComputeNodeInfo().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowComputeNodeInfo in interface KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowComputeNodeMode(KernelDistSQLStatementParser.ShowComputeNodeModeContext ctx)
KernelDistSQLStatementParser.showComputeNodeMode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowComputeNodeMode in interface KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitLabelComputeNode(KernelDistSQLStatementParser.LabelComputeNodeContext ctx)
KernelDistSQLStatementParser.labelComputeNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLabelComputeNode in interface KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitUnlabelComputeNode(KernelDistSQLStatementParser.UnlabelComputeNodeContext ctx)
KernelDistSQLStatementParser.unlabelComputeNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnlabelComputeNode in interface 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 in interface 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 in interface 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 in interface KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowMigrationRule(KernelDistSQLStatementParser.ShowMigrationRuleContext ctx)
KernelDistSQLStatementParser.showMigrationRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowMigrationRule in interface KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterMigrationRule(KernelDistSQLStatementParser.AlterMigrationRuleContext ctx)
KernelDistSQLStatementParser.alterMigrationRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterMigrationRule in interface KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitInventoryIncrementalRule(KernelDistSQLStatementParser.InventoryIncrementalRuleContext ctx)
KernelDistSQLStatementParser.inventoryIncrementalRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInventoryIncrementalRule in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitLiteral(KernelDistSQLStatementParser.LiteralContext ctx)
KernelDistSQLStatementParser.literal().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLiteral in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitStorageUnitName(KernelDistSQLStatementParser.StorageUnitNameContext ctx)
KernelDistSQLStatementParser.storageUnitName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStorageUnitName in interface KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitRegisterStorageUnit(KernelDistSQLStatementParser.RegisterStorageUnitContext ctx)
KernelDistSQLStatementParser.registerStorageUnit().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRegisterStorageUnit in interface KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitAlterStorageUnit(KernelDistSQLStatementParser.AlterStorageUnitContext ctx)
KernelDistSQLStatementParser.alterStorageUnit().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterStorageUnit in interface KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitUnregisterStorageUnit(KernelDistSQLStatementParser.UnregisterStorageUnitContext ctx)
KernelDistSQLStatementParser.unregisterStorageUnit().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnregisterStorageUnit in interface KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitSetDefaultSingleTableStorageUnit(KernelDistSQLStatementParser.SetDefaultSingleTableStorageUnitContext ctx)
KernelDistSQLStatementParser.setDefaultSingleTableStorageUnit().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetDefaultSingleTableStorageUnit in interface KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitStorageUnitDefinition(KernelDistSQLStatementParser.StorageUnitDefinitionContext ctx)
KernelDistSQLStatementParser.storageUnitDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStorageUnitDefinition in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface 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 in interface KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitIfNotExists(KernelDistSQLStatementParser.IfNotExistsContext ctx)
KernelDistSQLStatementParser.ifNotExists().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIfNotExists in interface KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowStorageUnits(KernelDistSQLStatementParser.ShowStorageUnitsContext ctx)
KernelDistSQLStatementParser.showStorageUnits().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowStorageUnits in interface KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowRulesUsedStorageUnit(KernelDistSQLStatementParser.ShowRulesUsedStorageUnitContext ctx)
KernelDistSQLStatementParser.showRulesUsedStorageUnit().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowRulesUsedStorageUnit in interface KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowLogicalTables(KernelDistSQLStatementParser.ShowLogicalTablesContext ctx)
KernelDistSQLStatementParser.showLogicalTables().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowLogicalTables in interface KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowDefaultSingleTableStorageUnit(KernelDistSQLStatementParser.ShowDefaultSingleTableStorageUnitContext ctx)
KernelDistSQLStatementParser.showDefaultSingleTableStorageUnit().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowDefaultSingleTableStorageUnit in interface 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 in interface 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 in interface KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitUsageCount(KernelDistSQLStatementParser.UsageCountContext ctx)
KernelDistSQLStatementParser.usageCount().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUsageCount in interface KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitShowLike(KernelDistSQLStatementParser.ShowLikeContext ctx)
KernelDistSQLStatementParser.showLike().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowLike in interface KernelDistSQLStatementVisitor<T>ctx - the parse treepublic T visitLikePattern(KernelDistSQLStatementParser.LikePatternContext ctx)
KernelDistSQLStatementParser.likePattern().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLikePattern in interface KernelDistSQLStatementVisitor<T>ctx - the parse treeCopyright © 2023 The Apache Software Foundation. All rights reserved.