public final class ShadowDistSQLStatementVisitor extends ShadowDistSQLStatementBaseVisitor<ASTNode> implements SQLVisitor
| 构造器和说明 |
|---|
ShadowDistSQLStatementVisitor() |
visitAlgorithmName, visitAlgorithmProperties, visitAlgorithmProperty, visitExecute, visitRuleName, visitShadow, visitShadowAlgorithmType, visitShadowRule, visitShadowTableRule, visitSource, visitTableNameaggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic ASTNode visitCreateShadowRule(ShadowDistSQLStatementParser.CreateShadowRuleContext ctx)
ShadowDistSQLStatementBaseVisitorShadowDistSQLStatementParser.createShadowRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateShadowRule 在接口中 ShadowDistSQLStatementVisitor<ASTNode>visitCreateShadowRule 在类中 ShadowDistSQLStatementBaseVisitor<ASTNode>ctx - the parse treepublic ASTNode visitShadowRuleDefinition(ShadowDistSQLStatementParser.ShadowRuleDefinitionContext ctx)
ShadowDistSQLStatementBaseVisitorShadowDistSQLStatementParser.shadowRuleDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShadowRuleDefinition 在接口中 ShadowDistSQLStatementVisitor<ASTNode>visitShadowRuleDefinition 在类中 ShadowDistSQLStatementBaseVisitor<ASTNode>ctx - the parse treepublic ASTNode visitShowShadowAlgorithms(ShadowDistSQLStatementParser.ShowShadowAlgorithmsContext ctx)
ShadowDistSQLStatementBaseVisitorShadowDistSQLStatementParser.showShadowAlgorithms().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowShadowAlgorithms 在接口中 ShadowDistSQLStatementVisitor<ASTNode>visitShowShadowAlgorithms 在类中 ShadowDistSQLStatementBaseVisitor<ASTNode>ctx - the parse treepublic ASTNode visitShadowAlgorithmDefinition(ShadowDistSQLStatementParser.ShadowAlgorithmDefinitionContext ctx)
ShadowDistSQLStatementBaseVisitorShadowDistSQLStatementParser.shadowAlgorithmDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShadowAlgorithmDefinition 在接口中 ShadowDistSQLStatementVisitor<ASTNode>visitShadowAlgorithmDefinition 在类中 ShadowDistSQLStatementBaseVisitor<ASTNode>ctx - the parse treepublic ASTNode visitAlterShadowRule(ShadowDistSQLStatementParser.AlterShadowRuleContext ctx)
ShadowDistSQLStatementBaseVisitorShadowDistSQLStatementParser.alterShadowRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterShadowRule 在接口中 ShadowDistSQLStatementVisitor<ASTNode>visitAlterShadowRule 在类中 ShadowDistSQLStatementBaseVisitor<ASTNode>ctx - the parse treepublic ASTNode visitDropShadowRule(ShadowDistSQLStatementParser.DropShadowRuleContext ctx)
ShadowDistSQLStatementBaseVisitorShadowDistSQLStatementParser.dropShadowRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropShadowRule 在接口中 ShadowDistSQLStatementVisitor<ASTNode>visitDropShadowRule 在类中 ShadowDistSQLStatementBaseVisitor<ASTNode>ctx - the parse treepublic ASTNode visitAlterShadowAlgorithm(ShadowDistSQLStatementParser.AlterShadowAlgorithmContext ctx)
ShadowDistSQLStatementBaseVisitorShadowDistSQLStatementParser.alterShadowAlgorithm().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterShadowAlgorithm 在接口中 ShadowDistSQLStatementVisitor<ASTNode>visitAlterShadowAlgorithm 在类中 ShadowDistSQLStatementBaseVisitor<ASTNode>ctx - the parse treepublic ASTNode visitDropShadowAlgorithm(ShadowDistSQLStatementParser.DropShadowAlgorithmContext ctx)
ShadowDistSQLStatementBaseVisitorShadowDistSQLStatementParser.dropShadowAlgorithm().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropShadowAlgorithm 在接口中 ShadowDistSQLStatementVisitor<ASTNode>visitDropShadowAlgorithm 在类中 ShadowDistSQLStatementBaseVisitor<ASTNode>ctx - the parse treepublic ASTNode visitShowShadowRules(ShadowDistSQLStatementParser.ShowShadowRulesContext ctx)
ShadowDistSQLStatementBaseVisitorShadowDistSQLStatementParser.showShadowRules().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowShadowRules 在接口中 ShadowDistSQLStatementVisitor<ASTNode>visitShowShadowRules 在类中 ShadowDistSQLStatementBaseVisitor<ASTNode>ctx - the parse treepublic ASTNode visitShowShadowTableRules(ShadowDistSQLStatementParser.ShowShadowTableRulesContext ctx)
ShadowDistSQLStatementBaseVisitorShadowDistSQLStatementParser.showShadowTableRules().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowShadowTableRules 在接口中 ShadowDistSQLStatementVisitor<ASTNode>visitShowShadowTableRules 在类中 ShadowDistSQLStatementBaseVisitor<ASTNode>ctx - the parse treepublic ASTNode visitSchemaName(ShadowDistSQLStatementParser.SchemaNameContext ctx)
ShadowDistSQLStatementBaseVisitorShadowDistSQLStatementParser.schemaName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSchemaName 在接口中 ShadowDistSQLStatementVisitor<ASTNode>visitSchemaName 在类中 ShadowDistSQLStatementBaseVisitor<ASTNode>ctx - the parse treeCopyright © 2021 The Apache Software Foundation. All rights reserved.