T - The return type of the visit operation. Use Void for
operations with no return type.public class PartitionFilterBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements PartitionFilterVisitor<T>
PartitionFilterVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
PartitionFilterBaseVisitor() |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic T visitFilter(PartitionFilterParser.FilterContext ctx)
PartitionFilterParser.filter().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFilter in interface PartitionFilterVisitor<T>ctx - the parse treepublic T visitOrExpression(PartitionFilterParser.OrExpressionContext ctx)
PartitionFilterParser.orExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOrExpression in interface PartitionFilterVisitor<T>ctx - the parse treepublic T visitAndExpression(PartitionFilterParser.AndExpressionContext ctx)
PartitionFilterParser.andExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAndExpression in interface PartitionFilterVisitor<T>ctx - the parse treepublic T visitExpression(PartitionFilterParser.ExpressionContext ctx)
PartitionFilterParser.expression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExpression in interface PartitionFilterVisitor<T>ctx - the parse treepublic T visitComparison(PartitionFilterParser.ComparisonContext ctx)
comparison
labeled alternative in PartitionFilterParser.conditionExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitComparison in interface PartitionFilterVisitor<T>ctx - the parse treepublic T visitReverseComparison(PartitionFilterParser.ReverseComparisonContext ctx)
reverseComparison
labeled alternative in PartitionFilterParser.conditionExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReverseComparison in interface PartitionFilterVisitor<T>ctx - the parse treepublic T visitBetweenCondition(PartitionFilterParser.BetweenConditionContext ctx)
betweenCondition
labeled alternative in PartitionFilterParser.conditionExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBetweenCondition in interface PartitionFilterVisitor<T>ctx - the parse treepublic T visitInCondition(PartitionFilterParser.InConditionContext ctx)
inCondition
labeled alternative in PartitionFilterParser.conditionExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInCondition in interface PartitionFilterVisitor<T>ctx - the parse treepublic T visitMultiColInExpression(PartitionFilterParser.MultiColInExpressionContext ctx)
multiColInExpression
labeled alternative in PartitionFilterParser.conditionExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMultiColInExpression in interface PartitionFilterVisitor<T>ctx - the parse treepublic T visitComparisonOperator(PartitionFilterParser.ComparisonOperatorContext ctx)
PartitionFilterParser.comparisonOperator().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitComparisonOperator in interface PartitionFilterVisitor<T>ctx - the parse treepublic T visitUnquotedIdentifer(PartitionFilterParser.UnquotedIdentiferContext ctx)
unquotedIdentifer
labeled alternative in PartitionFilterParser.identifier().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnquotedIdentifer in interface PartitionFilterVisitor<T>ctx - the parse treepublic T visitQuotedIdentifier(PartitionFilterParser.QuotedIdentifierContext ctx)
quotedIdentifier
labeled alternative in PartitionFilterParser.identifier().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitQuotedIdentifier in interface PartitionFilterVisitor<T>ctx - the parse treepublic T visitIdentifierList(PartitionFilterParser.IdentifierListContext ctx)
PartitionFilterParser.identifierList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIdentifierList in interface PartitionFilterVisitor<T>ctx - the parse treepublic T visitStringLiteral(PartitionFilterParser.StringLiteralContext ctx)
stringLiteral
labeled alternative in PartitionFilterParser.constant().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStringLiteral in interface PartitionFilterVisitor<T>ctx - the parse treepublic T visitNumericLiteral(PartitionFilterParser.NumericLiteralContext ctx)
numericLiteral
labeled alternative in PartitionFilterParser.constant().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNumericLiteral in interface PartitionFilterVisitor<T>ctx - the parse treepublic T visitDateLiteral(PartitionFilterParser.DateLiteralContext ctx)
dateLiteral
labeled alternative in PartitionFilterParser.constant().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDateLiteral in interface PartitionFilterVisitor<T>ctx - the parse treepublic T visitTimestampLiteral(PartitionFilterParser.TimestampLiteralContext ctx)
timestampLiteral
labeled alternative in PartitionFilterParser.constant().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTimestampLiteral in interface PartitionFilterVisitor<T>ctx - the parse treepublic T visitConstantSeq(PartitionFilterParser.ConstantSeqContext ctx)
PartitionFilterParser.constantSeq().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConstantSeq in interface PartitionFilterVisitor<T>ctx - the parse treepublic T visitConstStruct(PartitionFilterParser.ConstStructContext ctx)
PartitionFilterParser.constStruct().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConstStruct in interface PartitionFilterVisitor<T>ctx - the parse treepublic T visitConstStructList(PartitionFilterParser.ConstStructListContext ctx)
PartitionFilterParser.constStructList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConstStructList in interface PartitionFilterVisitor<T>ctx - the parse treepublic T visitIntegerLiteral(PartitionFilterParser.IntegerLiteralContext ctx)
integerLiteral
labeled alternative in PartitionFilterParser.number().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIntegerLiteral in interface PartitionFilterVisitor<T>ctx - the parse treepublic T visitDate(PartitionFilterParser.DateContext ctx)
PartitionFilterParser.date().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDate in interface PartitionFilterVisitor<T>ctx - the parse treepublic T visitTimestamp(PartitionFilterParser.TimestampContext ctx)
PartitionFilterParser.timestamp().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTimestamp in interface PartitionFilterVisitor<T>ctx - the parse treeCopyright © 2024 The Apache Software Foundation. All rights reserved.