public class HoodieSqlCommonBaseListener extends Object implements HoodieSqlCommonListener
HoodieSqlCommonListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
HoodieSqlCommonBaseListener() |
public void enterSingleStatement(HoodieSqlCommonParser.SingleStatementContext ctx)
HoodieSqlCommonParser.singleStatement().
The default implementation does nothing.
enterSingleStatement in interface HoodieSqlCommonListenerctx - the parse treepublic void exitSingleStatement(HoodieSqlCommonParser.SingleStatementContext ctx)
HoodieSqlCommonParser.singleStatement().
The default implementation does nothing.
exitSingleStatement in interface HoodieSqlCommonListenerctx - the parse treepublic void enterCompactionCommand(HoodieSqlCommonParser.CompactionCommandContext ctx)
compactionCommand
labeled alternative in HoodieSqlCommonParser.statement().
The default implementation does nothing.
enterCompactionCommand in interface HoodieSqlCommonListenerctx - the parse treepublic void exitCompactionCommand(HoodieSqlCommonParser.CompactionCommandContext ctx)
compactionCommand
labeled alternative in HoodieSqlCommonParser.statement().
The default implementation does nothing.
exitCompactionCommand in interface HoodieSqlCommonListenerctx - the parse treepublic void enterCall(HoodieSqlCommonParser.CallContext ctx)
call
labeled alternative in HoodieSqlCommonParser.statement().
The default implementation does nothing.
enterCall in interface HoodieSqlCommonListenerctx - the parse treepublic void exitCall(HoodieSqlCommonParser.CallContext ctx)
call
labeled alternative in HoodieSqlCommonParser.statement().
The default implementation does nothing.
exitCall in interface HoodieSqlCommonListenerctx - the parse treepublic void enterCreateIndex(HoodieSqlCommonParser.CreateIndexContext ctx)
createIndex
labeled alternative in HoodieSqlCommonParser.statement().
The default implementation does nothing.
enterCreateIndex in interface HoodieSqlCommonListenerctx - the parse treepublic void exitCreateIndex(HoodieSqlCommonParser.CreateIndexContext ctx)
createIndex
labeled alternative in HoodieSqlCommonParser.statement().
The default implementation does nothing.
exitCreateIndex in interface HoodieSqlCommonListenerctx - the parse treepublic void enterDropIndex(HoodieSqlCommonParser.DropIndexContext ctx)
dropIndex
labeled alternative in HoodieSqlCommonParser.statement().
The default implementation does nothing.
enterDropIndex in interface HoodieSqlCommonListenerctx - the parse treepublic void exitDropIndex(HoodieSqlCommonParser.DropIndexContext ctx)
dropIndex
labeled alternative in HoodieSqlCommonParser.statement().
The default implementation does nothing.
exitDropIndex in interface HoodieSqlCommonListenerctx - the parse treepublic void enterShowIndexes(HoodieSqlCommonParser.ShowIndexesContext ctx)
showIndexes
labeled alternative in HoodieSqlCommonParser.statement().
The default implementation does nothing.
enterShowIndexes in interface HoodieSqlCommonListenerctx - the parse treepublic void exitShowIndexes(HoodieSqlCommonParser.ShowIndexesContext ctx)
showIndexes
labeled alternative in HoodieSqlCommonParser.statement().
The default implementation does nothing.
exitShowIndexes in interface HoodieSqlCommonListenerctx - the parse treepublic void enterRefreshIndex(HoodieSqlCommonParser.RefreshIndexContext ctx)
refreshIndex
labeled alternative in HoodieSqlCommonParser.statement().
The default implementation does nothing.
enterRefreshIndex in interface HoodieSqlCommonListenerctx - the parse treepublic void exitRefreshIndex(HoodieSqlCommonParser.RefreshIndexContext ctx)
refreshIndex
labeled alternative in HoodieSqlCommonParser.statement().
The default implementation does nothing.
exitRefreshIndex in interface HoodieSqlCommonListenerctx - the parse treepublic void enterPassThrough(HoodieSqlCommonParser.PassThroughContext ctx)
passThrough
labeled alternative in HoodieSqlCommonParser.statement().
The default implementation does nothing.
enterPassThrough in interface HoodieSqlCommonListenerctx - the parse treepublic void exitPassThrough(HoodieSqlCommonParser.PassThroughContext ctx)
passThrough
labeled alternative in HoodieSqlCommonParser.statement().
The default implementation does nothing.
exitPassThrough in interface HoodieSqlCommonListenerctx - the parse treepublic void enterCompactionOnTable(HoodieSqlCommonParser.CompactionOnTableContext ctx)
compactionOnTable
labeled alternative in HoodieSqlCommonParser.compactionStatement().
The default implementation does nothing.
enterCompactionOnTable in interface HoodieSqlCommonListenerctx - the parse treepublic void exitCompactionOnTable(HoodieSqlCommonParser.CompactionOnTableContext ctx)
compactionOnTable
labeled alternative in HoodieSqlCommonParser.compactionStatement().
The default implementation does nothing.
exitCompactionOnTable in interface HoodieSqlCommonListenerctx - the parse treepublic void enterCompactionOnPath(HoodieSqlCommonParser.CompactionOnPathContext ctx)
compactionOnPath
labeled alternative in HoodieSqlCommonParser.compactionStatement().
The default implementation does nothing.
enterCompactionOnPath in interface HoodieSqlCommonListenerctx - the parse treepublic void exitCompactionOnPath(HoodieSqlCommonParser.CompactionOnPathContext ctx)
compactionOnPath
labeled alternative in HoodieSqlCommonParser.compactionStatement().
The default implementation does nothing.
exitCompactionOnPath in interface HoodieSqlCommonListenerctx - the parse treepublic void enterShowCompactionOnTable(HoodieSqlCommonParser.ShowCompactionOnTableContext ctx)
showCompactionOnTable
labeled alternative in HoodieSqlCommonParser.compactionStatement().
The default implementation does nothing.
enterShowCompactionOnTable in interface HoodieSqlCommonListenerctx - the parse treepublic void exitShowCompactionOnTable(HoodieSqlCommonParser.ShowCompactionOnTableContext ctx)
showCompactionOnTable
labeled alternative in HoodieSqlCommonParser.compactionStatement().
The default implementation does nothing.
exitShowCompactionOnTable in interface HoodieSqlCommonListenerctx - the parse treepublic void enterShowCompactionOnPath(HoodieSqlCommonParser.ShowCompactionOnPathContext ctx)
showCompactionOnPath
labeled alternative in HoodieSqlCommonParser.compactionStatement().
The default implementation does nothing.
enterShowCompactionOnPath in interface HoodieSqlCommonListenerctx - the parse treepublic void exitShowCompactionOnPath(HoodieSqlCommonParser.ShowCompactionOnPathContext ctx)
showCompactionOnPath
labeled alternative in HoodieSqlCommonParser.compactionStatement().
The default implementation does nothing.
exitShowCompactionOnPath in interface HoodieSqlCommonListenerctx - the parse treepublic void enterTableIdentifier(HoodieSqlCommonParser.TableIdentifierContext ctx)
HoodieSqlCommonParser.tableIdentifier().
The default implementation does nothing.
enterTableIdentifier in interface HoodieSqlCommonListenerctx - the parse treepublic void exitTableIdentifier(HoodieSqlCommonParser.TableIdentifierContext ctx)
HoodieSqlCommonParser.tableIdentifier().
The default implementation does nothing.
exitTableIdentifier in interface HoodieSqlCommonListenerctx - the parse treepublic void enterPositionalArgument(HoodieSqlCommonParser.PositionalArgumentContext ctx)
positionalArgument
labeled alternative in HoodieSqlCommonParser.callArgument().
The default implementation does nothing.
enterPositionalArgument in interface HoodieSqlCommonListenerctx - the parse treepublic void exitPositionalArgument(HoodieSqlCommonParser.PositionalArgumentContext ctx)
positionalArgument
labeled alternative in HoodieSqlCommonParser.callArgument().
The default implementation does nothing.
exitPositionalArgument in interface HoodieSqlCommonListenerctx - the parse treepublic void enterNamedArgument(HoodieSqlCommonParser.NamedArgumentContext ctx)
namedArgument
labeled alternative in HoodieSqlCommonParser.callArgument().
The default implementation does nothing.
enterNamedArgument in interface HoodieSqlCommonListenerctx - the parse treepublic void exitNamedArgument(HoodieSqlCommonParser.NamedArgumentContext ctx)
namedArgument
labeled alternative in HoodieSqlCommonParser.callArgument().
The default implementation does nothing.
exitNamedArgument in interface HoodieSqlCommonListenerctx - the parse treepublic void enterExpression(HoodieSqlCommonParser.ExpressionContext ctx)
HoodieSqlCommonParser.expression().
The default implementation does nothing.
enterExpression in interface HoodieSqlCommonListenerctx - the parse treepublic void exitExpression(HoodieSqlCommonParser.ExpressionContext ctx)
HoodieSqlCommonParser.expression().
The default implementation does nothing.
exitExpression in interface HoodieSqlCommonListenerctx - the parse treepublic void enterNumericLiteral(HoodieSqlCommonParser.NumericLiteralContext ctx)
numericLiteral
labeled alternative in HoodieSqlCommonParser.constant().
The default implementation does nothing.
enterNumericLiteral in interface HoodieSqlCommonListenerctx - the parse treepublic void exitNumericLiteral(HoodieSqlCommonParser.NumericLiteralContext ctx)
numericLiteral
labeled alternative in HoodieSqlCommonParser.constant().
The default implementation does nothing.
exitNumericLiteral in interface HoodieSqlCommonListenerctx - the parse treepublic void enterBooleanLiteral(HoodieSqlCommonParser.BooleanLiteralContext ctx)
booleanLiteral
labeled alternative in HoodieSqlCommonParser.constant().
The default implementation does nothing.
enterBooleanLiteral in interface HoodieSqlCommonListenerctx - the parse treepublic void exitBooleanLiteral(HoodieSqlCommonParser.BooleanLiteralContext ctx)
booleanLiteral
labeled alternative in HoodieSqlCommonParser.constant().
The default implementation does nothing.
exitBooleanLiteral in interface HoodieSqlCommonListenerctx - the parse treepublic void enterStringLiteral(HoodieSqlCommonParser.StringLiteralContext ctx)
stringLiteral
labeled alternative in HoodieSqlCommonParser.constant().
The default implementation does nothing.
enterStringLiteral in interface HoodieSqlCommonListenerctx - the parse treepublic void exitStringLiteral(HoodieSqlCommonParser.StringLiteralContext ctx)
stringLiteral
labeled alternative in HoodieSqlCommonParser.constant().
The default implementation does nothing.
exitStringLiteral in interface HoodieSqlCommonListenerctx - the parse treepublic void enterTypeConstructor(HoodieSqlCommonParser.TypeConstructorContext ctx)
typeConstructor
labeled alternative in HoodieSqlCommonParser.constant().
The default implementation does nothing.
enterTypeConstructor in interface HoodieSqlCommonListenerctx - the parse treepublic void exitTypeConstructor(HoodieSqlCommonParser.TypeConstructorContext ctx)
typeConstructor
labeled alternative in HoodieSqlCommonParser.constant().
The default implementation does nothing.
exitTypeConstructor in interface HoodieSqlCommonListenerctx - the parse treepublic void enterStringMap(HoodieSqlCommonParser.StringMapContext ctx)
HoodieSqlCommonParser.stringMap().
The default implementation does nothing.
enterStringMap in interface HoodieSqlCommonListenerctx - the parse treepublic void exitStringMap(HoodieSqlCommonParser.StringMapContext ctx)
HoodieSqlCommonParser.stringMap().
The default implementation does nothing.
exitStringMap in interface HoodieSqlCommonListenerctx - the parse treepublic void enterBooleanValue(HoodieSqlCommonParser.BooleanValueContext ctx)
HoodieSqlCommonParser.booleanValue().
The default implementation does nothing.
enterBooleanValue in interface HoodieSqlCommonListenerctx - the parse treepublic void exitBooleanValue(HoodieSqlCommonParser.BooleanValueContext ctx)
HoodieSqlCommonParser.booleanValue().
The default implementation does nothing.
exitBooleanValue in interface HoodieSqlCommonListenerctx - the parse treepublic void enterExponentLiteral(HoodieSqlCommonParser.ExponentLiteralContext ctx)
exponentLiteral
labeled alternative in HoodieSqlCommonParser.number().
The default implementation does nothing.
enterExponentLiteral in interface HoodieSqlCommonListenerctx - the parse treepublic void exitExponentLiteral(HoodieSqlCommonParser.ExponentLiteralContext ctx)
exponentLiteral
labeled alternative in HoodieSqlCommonParser.number().
The default implementation does nothing.
exitExponentLiteral in interface HoodieSqlCommonListenerctx - the parse treepublic void enterDecimalLiteral(HoodieSqlCommonParser.DecimalLiteralContext ctx)
decimalLiteral
labeled alternative in HoodieSqlCommonParser.number().
The default implementation does nothing.
enterDecimalLiteral in interface HoodieSqlCommonListenerctx - the parse treepublic void exitDecimalLiteral(HoodieSqlCommonParser.DecimalLiteralContext ctx)
decimalLiteral
labeled alternative in HoodieSqlCommonParser.number().
The default implementation does nothing.
exitDecimalLiteral in interface HoodieSqlCommonListenerctx - the parse treepublic void enterIntegerLiteral(HoodieSqlCommonParser.IntegerLiteralContext ctx)
integerLiteral
labeled alternative in HoodieSqlCommonParser.number().
The default implementation does nothing.
enterIntegerLiteral in interface HoodieSqlCommonListenerctx - the parse treepublic void exitIntegerLiteral(HoodieSqlCommonParser.IntegerLiteralContext ctx)
integerLiteral
labeled alternative in HoodieSqlCommonParser.number().
The default implementation does nothing.
exitIntegerLiteral in interface HoodieSqlCommonListenerctx - the parse treepublic void enterBigIntLiteral(HoodieSqlCommonParser.BigIntLiteralContext ctx)
bigIntLiteral
labeled alternative in HoodieSqlCommonParser.number().
The default implementation does nothing.
enterBigIntLiteral in interface HoodieSqlCommonListenerctx - the parse treepublic void exitBigIntLiteral(HoodieSqlCommonParser.BigIntLiteralContext ctx)
bigIntLiteral
labeled alternative in HoodieSqlCommonParser.number().
The default implementation does nothing.
exitBigIntLiteral in interface HoodieSqlCommonListenerctx - the parse treepublic void enterSmallIntLiteral(HoodieSqlCommonParser.SmallIntLiteralContext ctx)
smallIntLiteral
labeled alternative in HoodieSqlCommonParser.number().
The default implementation does nothing.
enterSmallIntLiteral in interface HoodieSqlCommonListenerctx - the parse treepublic void exitSmallIntLiteral(HoodieSqlCommonParser.SmallIntLiteralContext ctx)
smallIntLiteral
labeled alternative in HoodieSqlCommonParser.number().
The default implementation does nothing.
exitSmallIntLiteral in interface HoodieSqlCommonListenerctx - the parse treepublic void enterTinyIntLiteral(HoodieSqlCommonParser.TinyIntLiteralContext ctx)
tinyIntLiteral
labeled alternative in HoodieSqlCommonParser.number().
The default implementation does nothing.
enterTinyIntLiteral in interface HoodieSqlCommonListenerctx - the parse treepublic void exitTinyIntLiteral(HoodieSqlCommonParser.TinyIntLiteralContext ctx)
tinyIntLiteral
labeled alternative in HoodieSqlCommonParser.number().
The default implementation does nothing.
exitTinyIntLiteral in interface HoodieSqlCommonListenerctx - the parse treepublic void enterDoubleLiteral(HoodieSqlCommonParser.DoubleLiteralContext ctx)
doubleLiteral
labeled alternative in HoodieSqlCommonParser.number().
The default implementation does nothing.
enterDoubleLiteral in interface HoodieSqlCommonListenerctx - the parse treepublic void exitDoubleLiteral(HoodieSqlCommonParser.DoubleLiteralContext ctx)
doubleLiteral
labeled alternative in HoodieSqlCommonParser.number().
The default implementation does nothing.
exitDoubleLiteral in interface HoodieSqlCommonListenerctx - the parse treepublic void enterFloatLiteral(HoodieSqlCommonParser.FloatLiteralContext ctx)
floatLiteral
labeled alternative in HoodieSqlCommonParser.number().
The default implementation does nothing.
enterFloatLiteral in interface HoodieSqlCommonListenerctx - the parse treepublic void exitFloatLiteral(HoodieSqlCommonParser.FloatLiteralContext ctx)
floatLiteral
labeled alternative in HoodieSqlCommonParser.number().
The default implementation does nothing.
exitFloatLiteral in interface HoodieSqlCommonListenerctx - the parse treepublic void enterBigDecimalLiteral(HoodieSqlCommonParser.BigDecimalLiteralContext ctx)
bigDecimalLiteral
labeled alternative in HoodieSqlCommonParser.number().
The default implementation does nothing.
enterBigDecimalLiteral in interface HoodieSqlCommonListenerctx - the parse treepublic void exitBigDecimalLiteral(HoodieSqlCommonParser.BigDecimalLiteralContext ctx)
bigDecimalLiteral
labeled alternative in HoodieSqlCommonParser.number().
The default implementation does nothing.
exitBigDecimalLiteral in interface HoodieSqlCommonListenerctx - the parse treepublic void enterMultipartIdentifierPropertyList(HoodieSqlCommonParser.MultipartIdentifierPropertyListContext ctx)
HoodieSqlCommonParser.multipartIdentifierPropertyList().
The default implementation does nothing.
enterMultipartIdentifierPropertyList in interface HoodieSqlCommonListenerctx - the parse treepublic void exitMultipartIdentifierPropertyList(HoodieSqlCommonParser.MultipartIdentifierPropertyListContext ctx)
HoodieSqlCommonParser.multipartIdentifierPropertyList().
The default implementation does nothing.
exitMultipartIdentifierPropertyList in interface HoodieSqlCommonListenerctx - the parse treepublic void enterMultipartIdentifierProperty(HoodieSqlCommonParser.MultipartIdentifierPropertyContext ctx)
HoodieSqlCommonParser.multipartIdentifierProperty().
The default implementation does nothing.
enterMultipartIdentifierProperty in interface HoodieSqlCommonListenerctx - the parse treepublic void exitMultipartIdentifierProperty(HoodieSqlCommonParser.MultipartIdentifierPropertyContext ctx)
HoodieSqlCommonParser.multipartIdentifierProperty().
The default implementation does nothing.
exitMultipartIdentifierProperty in interface HoodieSqlCommonListenerctx - the parse treepublic void enterMultipartIdentifier(HoodieSqlCommonParser.MultipartIdentifierContext ctx)
HoodieSqlCommonParser.multipartIdentifier().
The default implementation does nothing.
enterMultipartIdentifier in interface HoodieSqlCommonListenerctx - the parse treepublic void exitMultipartIdentifier(HoodieSqlCommonParser.MultipartIdentifierContext ctx)
HoodieSqlCommonParser.multipartIdentifier().
The default implementation does nothing.
exitMultipartIdentifier in interface HoodieSqlCommonListenerctx - the parse treepublic void enterUnquotedIdentifier(HoodieSqlCommonParser.UnquotedIdentifierContext ctx)
unquotedIdentifier
labeled alternative in HoodieSqlCommonParser.identifier().
The default implementation does nothing.
enterUnquotedIdentifier in interface HoodieSqlCommonListenerctx - the parse treepublic void exitUnquotedIdentifier(HoodieSqlCommonParser.UnquotedIdentifierContext ctx)
unquotedIdentifier
labeled alternative in HoodieSqlCommonParser.identifier().
The default implementation does nothing.
exitUnquotedIdentifier in interface HoodieSqlCommonListenerctx - the parse treepublic void enterQuotedIdentifierAlternative(HoodieSqlCommonParser.QuotedIdentifierAlternativeContext ctx)
quotedIdentifierAlternative
labeled alternative in HoodieSqlCommonParser.identifier().
The default implementation does nothing.
enterQuotedIdentifierAlternative in interface HoodieSqlCommonListenerctx - the parse treepublic void exitQuotedIdentifierAlternative(HoodieSqlCommonParser.QuotedIdentifierAlternativeContext ctx)
quotedIdentifierAlternative
labeled alternative in HoodieSqlCommonParser.identifier().
The default implementation does nothing.
exitQuotedIdentifierAlternative in interface HoodieSqlCommonListenerctx - the parse treepublic void enterQuotedIdentifier(HoodieSqlCommonParser.QuotedIdentifierContext ctx)
HoodieSqlCommonParser.quotedIdentifier().
The default implementation does nothing.
enterQuotedIdentifier in interface HoodieSqlCommonListenerctx - the parse treepublic void exitQuotedIdentifier(HoodieSqlCommonParser.QuotedIdentifierContext ctx)
HoodieSqlCommonParser.quotedIdentifier().
The default implementation does nothing.
exitQuotedIdentifier in interface HoodieSqlCommonListenerctx - the parse treepublic void enterNonReserved(HoodieSqlCommonParser.NonReservedContext ctx)
HoodieSqlCommonParser.nonReserved().
The default implementation does nothing.
enterNonReserved in interface HoodieSqlCommonListenerctx - the parse treepublic void exitNonReserved(HoodieSqlCommonParser.NonReservedContext ctx)
HoodieSqlCommonParser.nonReserved().
The default implementation does nothing.
exitNonReserved in interface HoodieSqlCommonListenerctx - the parse treepublic void enterPropertyList(HoodieSqlCommonParser.PropertyListContext ctx)
HoodieSqlCommonParser.propertyList().
The default implementation does nothing.
enterPropertyList in interface HoodieSqlCommonListenerctx - the parse treepublic void exitPropertyList(HoodieSqlCommonParser.PropertyListContext ctx)
HoodieSqlCommonParser.propertyList().
The default implementation does nothing.
exitPropertyList in interface HoodieSqlCommonListenerctx - the parse treepublic void enterProperty(HoodieSqlCommonParser.PropertyContext ctx)
HoodieSqlCommonParser.property().
The default implementation does nothing.
enterProperty in interface HoodieSqlCommonListenerctx - the parse treepublic void exitProperty(HoodieSqlCommonParser.PropertyContext ctx)
HoodieSqlCommonParser.property().
The default implementation does nothing.
exitProperty in interface HoodieSqlCommonListenerctx - the parse treepublic void enterPropertyKey(HoodieSqlCommonParser.PropertyKeyContext ctx)
HoodieSqlCommonParser.propertyKey().
The default implementation does nothing.
enterPropertyKey in interface HoodieSqlCommonListenerctx - the parse treepublic void exitPropertyKey(HoodieSqlCommonParser.PropertyKeyContext ctx)
HoodieSqlCommonParser.propertyKey().
The default implementation does nothing.
exitPropertyKey in interface HoodieSqlCommonListenerctx - the parse treepublic void enterPropertyValue(HoodieSqlCommonParser.PropertyValueContext ctx)
HoodieSqlCommonParser.propertyValue().
The default implementation does nothing.
enterPropertyValue in interface HoodieSqlCommonListenerctx - the parse treepublic void exitPropertyValue(HoodieSqlCommonParser.PropertyValueContext ctx)
HoodieSqlCommonParser.propertyValue().
The default implementation does nothing.
exitPropertyValue in interface HoodieSqlCommonListenerctx - the parse treepublic void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode in interface org.antlr.v4.runtime.tree.ParseTreeListenerCopyright © 2022 The Apache Software Foundation. All rights reserved.