Interface IcebergSqlExtensionsListener
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
IcebergSqlExtensionsBaseListener
public interface IcebergSqlExtensionsListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
This interface defines a complete listener for a parse tree produced by
IcebergSqlExtensionsParser
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
Enter a parse tree produced by theaddPartitionField
labeled alternative inIcebergSqlExtensionsParser.statement()
.void
Enter a parse tree produced by theapplyTransform
labeled alternative inIcebergSqlExtensionsParser.transform()
.void
Enter a parse tree produced by thebigDecimalLiteral
labeled alternative inIcebergSqlExtensionsParser.number()
.void
Enter a parse tree produced by thebigIntLiteral
labeled alternative inIcebergSqlExtensionsParser.number()
.void
Enter a parse tree produced by thebooleanLiteral
labeled alternative inIcebergSqlExtensionsParser.constant()
.void
Enter a parse tree produced byIcebergSqlExtensionsParser.booleanValue()
.void
Enter a parse tree produced byIcebergSqlExtensionsParser.branchOptions()
.void
Enter a parse tree produced by thecall
labeled alternative inIcebergSqlExtensionsParser.statement()
.void
Enter a parse tree produced by thecreateOrReplaceBranch
labeled alternative inIcebergSqlExtensionsParser.statement()
.void
Enter a parse tree produced by thecreateOrReplaceTag
labeled alternative inIcebergSqlExtensionsParser.statement()
.void
Enter a parse tree produced byIcebergSqlExtensionsParser.createReplaceBranchClause()
.void
Enter a parse tree produced byIcebergSqlExtensionsParser.createReplaceTagClause()
.void
Enter a parse tree produced by thedecimalLiteral
labeled alternative inIcebergSqlExtensionsParser.number()
.void
Enter a parse tree produced by thedoubleLiteral
labeled alternative inIcebergSqlExtensionsParser.number()
.void
Enter a parse tree produced by thedropBranch
labeled alternative inIcebergSqlExtensionsParser.statement()
.void
Enter a parse tree produced by thedropIdentifierFields
labeled alternative inIcebergSqlExtensionsParser.statement()
.void
Enter a parse tree produced by thedropPartitionField
labeled alternative inIcebergSqlExtensionsParser.statement()
.void
Enter a parse tree produced by thedropTag
labeled alternative inIcebergSqlExtensionsParser.statement()
.void
Enter a parse tree produced by theexponentLiteral
labeled alternative inIcebergSqlExtensionsParser.number()
.void
Enter a parse tree produced byIcebergSqlExtensionsParser.expression()
.void
Enter a parse tree produced byIcebergSqlExtensionsParser.fieldList()
.void
Enter a parse tree produced by thefloatLiteral
labeled alternative inIcebergSqlExtensionsParser.number()
.void
Enter a parse tree produced by theidentityTransform
labeled alternative inIcebergSqlExtensionsParser.transform()
.void
Enter a parse tree produced by theintegerLiteral
labeled alternative inIcebergSqlExtensionsParser.number()
.void
Enter a parse tree produced byIcebergSqlExtensionsParser.maxSnapshotAge()
.void
Enter a parse tree produced byIcebergSqlExtensionsParser.minSnapshotsToKeep()
.void
Enter a parse tree produced byIcebergSqlExtensionsParser.multipartIdentifier()
.void
Enter a parse tree produced by thenamedArgument
labeled alternative inIcebergSqlExtensionsParser.callArgument()
.void
Enter a parse tree produced byIcebergSqlExtensionsParser.nonReserved()
.void
Enter a parse tree produced by thenumericLiteral
labeled alternative inIcebergSqlExtensionsParser.constant()
.void
Enter a parse tree produced byIcebergSqlExtensionsParser.numSnapshots()
.void
Enter a parse tree produced byIcebergSqlExtensionsParser.order()
.void
Enter a parse tree produced byIcebergSqlExtensionsParser.orderField()
.void
Enter a parse tree produced by thepositionalArgument
labeled alternative inIcebergSqlExtensionsParser.callArgument()
.void
Enter a parse tree produced byIcebergSqlExtensionsParser.quotedIdentifier()
.void
Enter a parse tree produced by thequotedIdentifierAlternative
labeled alternative inIcebergSqlExtensionsParser.identifier()
.void
Enter a parse tree produced byIcebergSqlExtensionsParser.refRetain()
.void
Enter a parse tree produced by thereplacePartitionField
labeled alternative inIcebergSqlExtensionsParser.statement()
.void
Enter a parse tree produced by thesetIdentifierFields
labeled alternative inIcebergSqlExtensionsParser.statement()
.void
enterSetWriteDistributionAndOrdering
(IcebergSqlExtensionsParser.SetWriteDistributionAndOrderingContext ctx) Enter a parse tree produced by thesetWriteDistributionAndOrdering
labeled alternative inIcebergSqlExtensionsParser.statement()
.void
Enter a parse tree produced byIcebergSqlExtensionsParser.singleOrder()
.void
Enter a parse tree produced byIcebergSqlExtensionsParser.singleStatement()
.void
Enter a parse tree produced by thesmallIntLiteral
labeled alternative inIcebergSqlExtensionsParser.number()
.void
Enter a parse tree produced byIcebergSqlExtensionsParser.snapshotId()
.void
Enter a parse tree produced byIcebergSqlExtensionsParser.snapshotRetention()
.void
Enter a parse tree produced byIcebergSqlExtensionsParser.stringArray()
.void
Enter a parse tree produced by thestringLiteral
labeled alternative inIcebergSqlExtensionsParser.constant()
.void
Enter a parse tree produced byIcebergSqlExtensionsParser.stringMap()
.void
Enter a parse tree produced byIcebergSqlExtensionsParser.tagOptions()
.void
Enter a parse tree produced byIcebergSqlExtensionsParser.timeUnit()
.void
Enter a parse tree produced by thetinyIntLiteral
labeled alternative inIcebergSqlExtensionsParser.number()
.void
Enter a parse tree produced byIcebergSqlExtensionsParser.transformArgument()
.void
Enter a parse tree produced by thetypeConstructor
labeled alternative inIcebergSqlExtensionsParser.constant()
.void
Enter a parse tree produced by theunquotedIdentifier
labeled alternative inIcebergSqlExtensionsParser.identifier()
.void
Enter a parse tree produced byIcebergSqlExtensionsParser.writeDistributionSpec()
.void
Enter a parse tree produced byIcebergSqlExtensionsParser.writeOrderingSpec()
.void
Enter a parse tree produced byIcebergSqlExtensionsParser.writeSpec()
.void
Exit a parse tree produced by theaddPartitionField
labeled alternative inIcebergSqlExtensionsParser.statement()
.void
Exit a parse tree produced by theapplyTransform
labeled alternative inIcebergSqlExtensionsParser.transform()
.void
Exit a parse tree produced by thebigDecimalLiteral
labeled alternative inIcebergSqlExtensionsParser.number()
.void
Exit a parse tree produced by thebigIntLiteral
labeled alternative inIcebergSqlExtensionsParser.number()
.void
Exit a parse tree produced by thebooleanLiteral
labeled alternative inIcebergSqlExtensionsParser.constant()
.void
Exit a parse tree produced byIcebergSqlExtensionsParser.booleanValue()
.void
Exit a parse tree produced byIcebergSqlExtensionsParser.branchOptions()
.void
Exit a parse tree produced by thecall
labeled alternative inIcebergSqlExtensionsParser.statement()
.void
Exit a parse tree produced by thecreateOrReplaceBranch
labeled alternative inIcebergSqlExtensionsParser.statement()
.void
Exit a parse tree produced by thecreateOrReplaceTag
labeled alternative inIcebergSqlExtensionsParser.statement()
.void
Exit a parse tree produced byIcebergSqlExtensionsParser.createReplaceBranchClause()
.void
Exit a parse tree produced byIcebergSqlExtensionsParser.createReplaceTagClause()
.void
Exit a parse tree produced by thedecimalLiteral
labeled alternative inIcebergSqlExtensionsParser.number()
.void
Exit a parse tree produced by thedoubleLiteral
labeled alternative inIcebergSqlExtensionsParser.number()
.void
Exit a parse tree produced by thedropBranch
labeled alternative inIcebergSqlExtensionsParser.statement()
.void
Exit a parse tree produced by thedropIdentifierFields
labeled alternative inIcebergSqlExtensionsParser.statement()
.void
Exit a parse tree produced by thedropPartitionField
labeled alternative inIcebergSqlExtensionsParser.statement()
.void
Exit a parse tree produced by thedropTag
labeled alternative inIcebergSqlExtensionsParser.statement()
.void
Exit a parse tree produced by theexponentLiteral
labeled alternative inIcebergSqlExtensionsParser.number()
.void
Exit a parse tree produced byIcebergSqlExtensionsParser.expression()
.void
Exit a parse tree produced byIcebergSqlExtensionsParser.fieldList()
.void
Exit a parse tree produced by thefloatLiteral
labeled alternative inIcebergSqlExtensionsParser.number()
.void
Exit a parse tree produced by theidentityTransform
labeled alternative inIcebergSqlExtensionsParser.transform()
.void
Exit a parse tree produced by theintegerLiteral
labeled alternative inIcebergSqlExtensionsParser.number()
.void
Exit a parse tree produced byIcebergSqlExtensionsParser.maxSnapshotAge()
.void
Exit a parse tree produced byIcebergSqlExtensionsParser.minSnapshotsToKeep()
.void
Exit a parse tree produced byIcebergSqlExtensionsParser.multipartIdentifier()
.void
Exit a parse tree produced by thenamedArgument
labeled alternative inIcebergSqlExtensionsParser.callArgument()
.void
Exit a parse tree produced byIcebergSqlExtensionsParser.nonReserved()
.void
Exit a parse tree produced by thenumericLiteral
labeled alternative inIcebergSqlExtensionsParser.constant()
.void
Exit a parse tree produced byIcebergSqlExtensionsParser.numSnapshots()
.void
Exit a parse tree produced byIcebergSqlExtensionsParser.order()
.void
Exit a parse tree produced byIcebergSqlExtensionsParser.orderField()
.void
Exit a parse tree produced by thepositionalArgument
labeled alternative inIcebergSqlExtensionsParser.callArgument()
.void
Exit a parse tree produced byIcebergSqlExtensionsParser.quotedIdentifier()
.void
Exit a parse tree produced by thequotedIdentifierAlternative
labeled alternative inIcebergSqlExtensionsParser.identifier()
.void
Exit a parse tree produced byIcebergSqlExtensionsParser.refRetain()
.void
Exit a parse tree produced by thereplacePartitionField
labeled alternative inIcebergSqlExtensionsParser.statement()
.void
Exit a parse tree produced by thesetIdentifierFields
labeled alternative inIcebergSqlExtensionsParser.statement()
.void
exitSetWriteDistributionAndOrdering
(IcebergSqlExtensionsParser.SetWriteDistributionAndOrderingContext ctx) Exit a parse tree produced by thesetWriteDistributionAndOrdering
labeled alternative inIcebergSqlExtensionsParser.statement()
.void
Exit a parse tree produced byIcebergSqlExtensionsParser.singleOrder()
.void
Exit a parse tree produced byIcebergSqlExtensionsParser.singleStatement()
.void
Exit a parse tree produced by thesmallIntLiteral
labeled alternative inIcebergSqlExtensionsParser.number()
.void
Exit a parse tree produced byIcebergSqlExtensionsParser.snapshotId()
.void
Exit a parse tree produced byIcebergSqlExtensionsParser.snapshotRetention()
.void
Exit a parse tree produced byIcebergSqlExtensionsParser.stringArray()
.void
Exit a parse tree produced by thestringLiteral
labeled alternative inIcebergSqlExtensionsParser.constant()
.void
Exit a parse tree produced byIcebergSqlExtensionsParser.stringMap()
.void
Exit a parse tree produced byIcebergSqlExtensionsParser.tagOptions()
.void
Exit a parse tree produced byIcebergSqlExtensionsParser.timeUnit()
.void
Exit a parse tree produced by thetinyIntLiteral
labeled alternative inIcebergSqlExtensionsParser.number()
.void
Exit a parse tree produced byIcebergSqlExtensionsParser.transformArgument()
.void
Exit a parse tree produced by thetypeConstructor
labeled alternative inIcebergSqlExtensionsParser.constant()
.void
Exit a parse tree produced by theunquotedIdentifier
labeled alternative inIcebergSqlExtensionsParser.identifier()
.void
Exit a parse tree produced byIcebergSqlExtensionsParser.writeDistributionSpec()
.void
Exit a parse tree produced byIcebergSqlExtensionsParser.writeOrderingSpec()
.void
Exit a parse tree produced byIcebergSqlExtensionsParser.writeSpec()
.Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeListener
enterEveryRule, exitEveryRule, visitErrorNode, visitTerminal
-
Method Details
-
enterSingleStatement
Enter a parse tree produced byIcebergSqlExtensionsParser.singleStatement()
.- Parameters:
ctx
- the parse tree
-
exitSingleStatement
Exit a parse tree produced byIcebergSqlExtensionsParser.singleStatement()
.- Parameters:
ctx
- the parse tree
-
enterCall
Enter a parse tree produced by thecall
labeled alternative inIcebergSqlExtensionsParser.statement()
.- Parameters:
ctx
- the parse tree
-
exitCall
Exit a parse tree produced by thecall
labeled alternative inIcebergSqlExtensionsParser.statement()
.- Parameters:
ctx
- the parse tree
-
enterAddPartitionField
Enter a parse tree produced by theaddPartitionField
labeled alternative inIcebergSqlExtensionsParser.statement()
.- Parameters:
ctx
- the parse tree
-
exitAddPartitionField
Exit a parse tree produced by theaddPartitionField
labeled alternative inIcebergSqlExtensionsParser.statement()
.- Parameters:
ctx
- the parse tree
-
enterDropPartitionField
Enter a parse tree produced by thedropPartitionField
labeled alternative inIcebergSqlExtensionsParser.statement()
.- Parameters:
ctx
- the parse tree
-
exitDropPartitionField
Exit a parse tree produced by thedropPartitionField
labeled alternative inIcebergSqlExtensionsParser.statement()
.- Parameters:
ctx
- the parse tree
-
enterReplacePartitionField
Enter a parse tree produced by thereplacePartitionField
labeled alternative inIcebergSqlExtensionsParser.statement()
.- Parameters:
ctx
- the parse tree
-
exitReplacePartitionField
Exit a parse tree produced by thereplacePartitionField
labeled alternative inIcebergSqlExtensionsParser.statement()
.- Parameters:
ctx
- the parse tree
-
enterSetWriteDistributionAndOrdering
void enterSetWriteDistributionAndOrdering(IcebergSqlExtensionsParser.SetWriteDistributionAndOrderingContext ctx) Enter a parse tree produced by thesetWriteDistributionAndOrdering
labeled alternative inIcebergSqlExtensionsParser.statement()
.- Parameters:
ctx
- the parse tree
-
exitSetWriteDistributionAndOrdering
void exitSetWriteDistributionAndOrdering(IcebergSqlExtensionsParser.SetWriteDistributionAndOrderingContext ctx) Exit a parse tree produced by thesetWriteDistributionAndOrdering
labeled alternative inIcebergSqlExtensionsParser.statement()
.- Parameters:
ctx
- the parse tree
-
enterSetIdentifierFields
Enter a parse tree produced by thesetIdentifierFields
labeled alternative inIcebergSqlExtensionsParser.statement()
.- Parameters:
ctx
- the parse tree
-
exitSetIdentifierFields
Exit a parse tree produced by thesetIdentifierFields
labeled alternative inIcebergSqlExtensionsParser.statement()
.- Parameters:
ctx
- the parse tree
-
enterDropIdentifierFields
Enter a parse tree produced by thedropIdentifierFields
labeled alternative inIcebergSqlExtensionsParser.statement()
.- Parameters:
ctx
- the parse tree
-
exitDropIdentifierFields
Exit a parse tree produced by thedropIdentifierFields
labeled alternative inIcebergSqlExtensionsParser.statement()
.- Parameters:
ctx
- the parse tree
-
enterCreateOrReplaceBranch
Enter a parse tree produced by thecreateOrReplaceBranch
labeled alternative inIcebergSqlExtensionsParser.statement()
.- Parameters:
ctx
- the parse tree
-
exitCreateOrReplaceBranch
Exit a parse tree produced by thecreateOrReplaceBranch
labeled alternative inIcebergSqlExtensionsParser.statement()
.- Parameters:
ctx
- the parse tree
-
enterCreateOrReplaceTag
Enter a parse tree produced by thecreateOrReplaceTag
labeled alternative inIcebergSqlExtensionsParser.statement()
.- Parameters:
ctx
- the parse tree
-
exitCreateOrReplaceTag
Exit a parse tree produced by thecreateOrReplaceTag
labeled alternative inIcebergSqlExtensionsParser.statement()
.- Parameters:
ctx
- the parse tree
-
enterDropBranch
Enter a parse tree produced by thedropBranch
labeled alternative inIcebergSqlExtensionsParser.statement()
.- Parameters:
ctx
- the parse tree
-
exitDropBranch
Exit a parse tree produced by thedropBranch
labeled alternative inIcebergSqlExtensionsParser.statement()
.- Parameters:
ctx
- the parse tree
-
enterDropTag
Enter a parse tree produced by thedropTag
labeled alternative inIcebergSqlExtensionsParser.statement()
.- Parameters:
ctx
- the parse tree
-
exitDropTag
Exit a parse tree produced by thedropTag
labeled alternative inIcebergSqlExtensionsParser.statement()
.- Parameters:
ctx
- the parse tree
-
enterCreateReplaceTagClause
Enter a parse tree produced byIcebergSqlExtensionsParser.createReplaceTagClause()
.- Parameters:
ctx
- the parse tree
-
exitCreateReplaceTagClause
Exit a parse tree produced byIcebergSqlExtensionsParser.createReplaceTagClause()
.- Parameters:
ctx
- the parse tree
-
enterCreateReplaceBranchClause
void enterCreateReplaceBranchClause(IcebergSqlExtensionsParser.CreateReplaceBranchClauseContext ctx) Enter a parse tree produced byIcebergSqlExtensionsParser.createReplaceBranchClause()
.- Parameters:
ctx
- the parse tree
-
exitCreateReplaceBranchClause
Exit a parse tree produced byIcebergSqlExtensionsParser.createReplaceBranchClause()
.- Parameters:
ctx
- the parse tree
-
enterTagOptions
Enter a parse tree produced byIcebergSqlExtensionsParser.tagOptions()
.- Parameters:
ctx
- the parse tree
-
exitTagOptions
Exit a parse tree produced byIcebergSqlExtensionsParser.tagOptions()
.- Parameters:
ctx
- the parse tree
-
enterBranchOptions
Enter a parse tree produced byIcebergSqlExtensionsParser.branchOptions()
.- Parameters:
ctx
- the parse tree
-
exitBranchOptions
Exit a parse tree produced byIcebergSqlExtensionsParser.branchOptions()
.- Parameters:
ctx
- the parse tree
-
enterSnapshotRetention
Enter a parse tree produced byIcebergSqlExtensionsParser.snapshotRetention()
.- Parameters:
ctx
- the parse tree
-
exitSnapshotRetention
Exit a parse tree produced byIcebergSqlExtensionsParser.snapshotRetention()
.- Parameters:
ctx
- the parse tree
-
enterRefRetain
Enter a parse tree produced byIcebergSqlExtensionsParser.refRetain()
.- Parameters:
ctx
- the parse tree
-
exitRefRetain
Exit a parse tree produced byIcebergSqlExtensionsParser.refRetain()
.- Parameters:
ctx
- the parse tree
-
enterMaxSnapshotAge
Enter a parse tree produced byIcebergSqlExtensionsParser.maxSnapshotAge()
.- Parameters:
ctx
- the parse tree
-
exitMaxSnapshotAge
Exit a parse tree produced byIcebergSqlExtensionsParser.maxSnapshotAge()
.- Parameters:
ctx
- the parse tree
-
enterMinSnapshotsToKeep
Enter a parse tree produced byIcebergSqlExtensionsParser.minSnapshotsToKeep()
.- Parameters:
ctx
- the parse tree
-
exitMinSnapshotsToKeep
Exit a parse tree produced byIcebergSqlExtensionsParser.minSnapshotsToKeep()
.- Parameters:
ctx
- the parse tree
-
enterWriteSpec
Enter a parse tree produced byIcebergSqlExtensionsParser.writeSpec()
.- Parameters:
ctx
- the parse tree
-
exitWriteSpec
Exit a parse tree produced byIcebergSqlExtensionsParser.writeSpec()
.- Parameters:
ctx
- the parse tree
-
enterWriteDistributionSpec
Enter a parse tree produced byIcebergSqlExtensionsParser.writeDistributionSpec()
.- Parameters:
ctx
- the parse tree
-
exitWriteDistributionSpec
Exit a parse tree produced byIcebergSqlExtensionsParser.writeDistributionSpec()
.- Parameters:
ctx
- the parse tree
-
enterWriteOrderingSpec
Enter a parse tree produced byIcebergSqlExtensionsParser.writeOrderingSpec()
.- Parameters:
ctx
- the parse tree
-
exitWriteOrderingSpec
Exit a parse tree produced byIcebergSqlExtensionsParser.writeOrderingSpec()
.- Parameters:
ctx
- the parse tree
-
enterPositionalArgument
Enter a parse tree produced by thepositionalArgument
labeled alternative inIcebergSqlExtensionsParser.callArgument()
.- Parameters:
ctx
- the parse tree
-
exitPositionalArgument
Exit a parse tree produced by thepositionalArgument
labeled alternative inIcebergSqlExtensionsParser.callArgument()
.- Parameters:
ctx
- the parse tree
-
enterNamedArgument
Enter a parse tree produced by thenamedArgument
labeled alternative inIcebergSqlExtensionsParser.callArgument()
.- Parameters:
ctx
- the parse tree
-
exitNamedArgument
Exit a parse tree produced by thenamedArgument
labeled alternative inIcebergSqlExtensionsParser.callArgument()
.- Parameters:
ctx
- the parse tree
-
enterSingleOrder
Enter a parse tree produced byIcebergSqlExtensionsParser.singleOrder()
.- Parameters:
ctx
- the parse tree
-
exitSingleOrder
Exit a parse tree produced byIcebergSqlExtensionsParser.singleOrder()
.- Parameters:
ctx
- the parse tree
-
enterOrder
Enter a parse tree produced byIcebergSqlExtensionsParser.order()
.- Parameters:
ctx
- the parse tree
-
exitOrder
Exit a parse tree produced byIcebergSqlExtensionsParser.order()
.- Parameters:
ctx
- the parse tree
-
enterOrderField
Enter a parse tree produced byIcebergSqlExtensionsParser.orderField()
.- Parameters:
ctx
- the parse tree
-
exitOrderField
Exit a parse tree produced byIcebergSqlExtensionsParser.orderField()
.- Parameters:
ctx
- the parse tree
-
enterIdentityTransform
Enter a parse tree produced by theidentityTransform
labeled alternative inIcebergSqlExtensionsParser.transform()
.- Parameters:
ctx
- the parse tree
-
exitIdentityTransform
Exit a parse tree produced by theidentityTransform
labeled alternative inIcebergSqlExtensionsParser.transform()
.- Parameters:
ctx
- the parse tree
-
enterApplyTransform
Enter a parse tree produced by theapplyTransform
labeled alternative inIcebergSqlExtensionsParser.transform()
.- Parameters:
ctx
- the parse tree
-
exitApplyTransform
Exit a parse tree produced by theapplyTransform
labeled alternative inIcebergSqlExtensionsParser.transform()
.- Parameters:
ctx
- the parse tree
-
enterTransformArgument
Enter a parse tree produced byIcebergSqlExtensionsParser.transformArgument()
.- Parameters:
ctx
- the parse tree
-
exitTransformArgument
Exit a parse tree produced byIcebergSqlExtensionsParser.transformArgument()
.- Parameters:
ctx
- the parse tree
-
enterExpression
Enter a parse tree produced byIcebergSqlExtensionsParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitExpression
Exit a parse tree produced byIcebergSqlExtensionsParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterNumericLiteral
Enter a parse tree produced by thenumericLiteral
labeled alternative inIcebergSqlExtensionsParser.constant()
.- Parameters:
ctx
- the parse tree
-
exitNumericLiteral
Exit a parse tree produced by thenumericLiteral
labeled alternative inIcebergSqlExtensionsParser.constant()
.- Parameters:
ctx
- the parse tree
-
enterBooleanLiteral
Enter a parse tree produced by thebooleanLiteral
labeled alternative inIcebergSqlExtensionsParser.constant()
.- Parameters:
ctx
- the parse tree
-
exitBooleanLiteral
Exit a parse tree produced by thebooleanLiteral
labeled alternative inIcebergSqlExtensionsParser.constant()
.- Parameters:
ctx
- the parse tree
-
enterStringLiteral
Enter a parse tree produced by thestringLiteral
labeled alternative inIcebergSqlExtensionsParser.constant()
.- Parameters:
ctx
- the parse tree
-
exitStringLiteral
Exit a parse tree produced by thestringLiteral
labeled alternative inIcebergSqlExtensionsParser.constant()
.- Parameters:
ctx
- the parse tree
-
enterTypeConstructor
Enter a parse tree produced by thetypeConstructor
labeled alternative inIcebergSqlExtensionsParser.constant()
.- Parameters:
ctx
- the parse tree
-
exitTypeConstructor
Exit a parse tree produced by thetypeConstructor
labeled alternative inIcebergSqlExtensionsParser.constant()
.- Parameters:
ctx
- the parse tree
-
enterStringMap
Enter a parse tree produced byIcebergSqlExtensionsParser.stringMap()
.- Parameters:
ctx
- the parse tree
-
exitStringMap
Exit a parse tree produced byIcebergSqlExtensionsParser.stringMap()
.- Parameters:
ctx
- the parse tree
-
enterStringArray
Enter a parse tree produced byIcebergSqlExtensionsParser.stringArray()
.- Parameters:
ctx
- the parse tree
-
exitStringArray
Exit a parse tree produced byIcebergSqlExtensionsParser.stringArray()
.- Parameters:
ctx
- the parse tree
-
enterBooleanValue
Enter a parse tree produced byIcebergSqlExtensionsParser.booleanValue()
.- Parameters:
ctx
- the parse tree
-
exitBooleanValue
Exit a parse tree produced byIcebergSqlExtensionsParser.booleanValue()
.- Parameters:
ctx
- the parse tree
-
enterExponentLiteral
Enter a parse tree produced by theexponentLiteral
labeled alternative inIcebergSqlExtensionsParser.number()
.- Parameters:
ctx
- the parse tree
-
exitExponentLiteral
Exit a parse tree produced by theexponentLiteral
labeled alternative inIcebergSqlExtensionsParser.number()
.- Parameters:
ctx
- the parse tree
-
enterDecimalLiteral
Enter a parse tree produced by thedecimalLiteral
labeled alternative inIcebergSqlExtensionsParser.number()
.- Parameters:
ctx
- the parse tree
-
exitDecimalLiteral
Exit a parse tree produced by thedecimalLiteral
labeled alternative inIcebergSqlExtensionsParser.number()
.- Parameters:
ctx
- the parse tree
-
enterIntegerLiteral
Enter a parse tree produced by theintegerLiteral
labeled alternative inIcebergSqlExtensionsParser.number()
.- Parameters:
ctx
- the parse tree
-
exitIntegerLiteral
Exit a parse tree produced by theintegerLiteral
labeled alternative inIcebergSqlExtensionsParser.number()
.- Parameters:
ctx
- the parse tree
-
enterBigIntLiteral
Enter a parse tree produced by thebigIntLiteral
labeled alternative inIcebergSqlExtensionsParser.number()
.- Parameters:
ctx
- the parse tree
-
exitBigIntLiteral
Exit a parse tree produced by thebigIntLiteral
labeled alternative inIcebergSqlExtensionsParser.number()
.- Parameters:
ctx
- the parse tree
-
enterSmallIntLiteral
Enter a parse tree produced by thesmallIntLiteral
labeled alternative inIcebergSqlExtensionsParser.number()
.- Parameters:
ctx
- the parse tree
-
exitSmallIntLiteral
Exit a parse tree produced by thesmallIntLiteral
labeled alternative inIcebergSqlExtensionsParser.number()
.- Parameters:
ctx
- the parse tree
-
enterTinyIntLiteral
Enter a parse tree produced by thetinyIntLiteral
labeled alternative inIcebergSqlExtensionsParser.number()
.- Parameters:
ctx
- the parse tree
-
exitTinyIntLiteral
Exit a parse tree produced by thetinyIntLiteral
labeled alternative inIcebergSqlExtensionsParser.number()
.- Parameters:
ctx
- the parse tree
-
enterDoubleLiteral
Enter a parse tree produced by thedoubleLiteral
labeled alternative inIcebergSqlExtensionsParser.number()
.- Parameters:
ctx
- the parse tree
-
exitDoubleLiteral
Exit a parse tree produced by thedoubleLiteral
labeled alternative inIcebergSqlExtensionsParser.number()
.- Parameters:
ctx
- the parse tree
-
enterFloatLiteral
Enter a parse tree produced by thefloatLiteral
labeled alternative inIcebergSqlExtensionsParser.number()
.- Parameters:
ctx
- the parse tree
-
exitFloatLiteral
Exit a parse tree produced by thefloatLiteral
labeled alternative inIcebergSqlExtensionsParser.number()
.- Parameters:
ctx
- the parse tree
-
enterBigDecimalLiteral
Enter a parse tree produced by thebigDecimalLiteral
labeled alternative inIcebergSqlExtensionsParser.number()
.- Parameters:
ctx
- the parse tree
-
exitBigDecimalLiteral
Exit a parse tree produced by thebigDecimalLiteral
labeled alternative inIcebergSqlExtensionsParser.number()
.- Parameters:
ctx
- the parse tree
-
enterMultipartIdentifier
Enter a parse tree produced byIcebergSqlExtensionsParser.multipartIdentifier()
.- Parameters:
ctx
- the parse tree
-
exitMultipartIdentifier
Exit a parse tree produced byIcebergSqlExtensionsParser.multipartIdentifier()
.- Parameters:
ctx
- the parse tree
-
enterUnquotedIdentifier
Enter a parse tree produced by theunquotedIdentifier
labeled alternative inIcebergSqlExtensionsParser.identifier()
.- Parameters:
ctx
- the parse tree
-
exitUnquotedIdentifier
Exit a parse tree produced by theunquotedIdentifier
labeled alternative inIcebergSqlExtensionsParser.identifier()
.- Parameters:
ctx
- the parse tree
-
enterQuotedIdentifierAlternative
void enterQuotedIdentifierAlternative(IcebergSqlExtensionsParser.QuotedIdentifierAlternativeContext ctx) Enter a parse tree produced by thequotedIdentifierAlternative
labeled alternative inIcebergSqlExtensionsParser.identifier()
.- Parameters:
ctx
- the parse tree
-
exitQuotedIdentifierAlternative
void exitQuotedIdentifierAlternative(IcebergSqlExtensionsParser.QuotedIdentifierAlternativeContext ctx) Exit a parse tree produced by thequotedIdentifierAlternative
labeled alternative inIcebergSqlExtensionsParser.identifier()
.- Parameters:
ctx
- the parse tree
-
enterQuotedIdentifier
Enter a parse tree produced byIcebergSqlExtensionsParser.quotedIdentifier()
.- Parameters:
ctx
- the parse tree
-
exitQuotedIdentifier
Exit a parse tree produced byIcebergSqlExtensionsParser.quotedIdentifier()
.- Parameters:
ctx
- the parse tree
-
enterFieldList
Enter a parse tree produced byIcebergSqlExtensionsParser.fieldList()
.- Parameters:
ctx
- the parse tree
-
exitFieldList
Exit a parse tree produced byIcebergSqlExtensionsParser.fieldList()
.- Parameters:
ctx
- the parse tree
-
enterNonReserved
Enter a parse tree produced byIcebergSqlExtensionsParser.nonReserved()
.- Parameters:
ctx
- the parse tree
-
exitNonReserved
Exit a parse tree produced byIcebergSqlExtensionsParser.nonReserved()
.- Parameters:
ctx
- the parse tree
-
enterSnapshotId
Enter a parse tree produced byIcebergSqlExtensionsParser.snapshotId()
.- Parameters:
ctx
- the parse tree
-
exitSnapshotId
Exit a parse tree produced byIcebergSqlExtensionsParser.snapshotId()
.- Parameters:
ctx
- the parse tree
-
enterNumSnapshots
Enter a parse tree produced byIcebergSqlExtensionsParser.numSnapshots()
.- Parameters:
ctx
- the parse tree
-
exitNumSnapshots
Exit a parse tree produced byIcebergSqlExtensionsParser.numSnapshots()
.- Parameters:
ctx
- the parse tree
-
enterTimeUnit
Enter a parse tree produced byIcebergSqlExtensionsParser.timeUnit()
.- Parameters:
ctx
- the parse tree
-
exitTimeUnit
Exit a parse tree produced byIcebergSqlExtensionsParser.timeUnit()
.- Parameters:
ctx
- the parse tree
-