Class IcebergSqlExtensionsBaseVisitor<T>
- Type Parameters:
- T- The return type of the visit operation. Use- Voidfor operations with no return type.
- All Implemented Interfaces:
- org.antlr.v4.runtime.tree.ParseTreeVisitor<T>,- IcebergSqlExtensionsVisitor<T>
IcebergSqlExtensionsVisitor,
 which can be extended to create a visitor which only needs to handle a subset
 of the available methods.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionVisit a parse tree produced by theaddPartitionFieldlabeled alternative inIcebergSqlExtensionsParser.statement().Visit a parse tree produced by theapplyTransformlabeled alternative inIcebergSqlExtensionsParser.transform().Visit a parse tree produced by thebigDecimalLiterallabeled alternative inIcebergSqlExtensionsParser.number().Visit a parse tree produced by thebigIntLiterallabeled alternative inIcebergSqlExtensionsParser.number().Visit a parse tree produced by thebooleanLiterallabeled alternative inIcebergSqlExtensionsParser.constant().Visit a parse tree produced byIcebergSqlExtensionsParser.booleanValue().Visit a parse tree produced byIcebergSqlExtensionsParser.branchOptions().Visit a parse tree produced by thecreateOrReplaceBranchlabeled alternative inIcebergSqlExtensionsParser.statement().Visit a parse tree produced by thecreateOrReplaceTaglabeled alternative inIcebergSqlExtensionsParser.statement().Visit a parse tree produced byIcebergSqlExtensionsParser.createReplaceBranchClause().Visit a parse tree produced byIcebergSqlExtensionsParser.createReplaceTagClause().Visit a parse tree produced by thedecimalLiterallabeled alternative inIcebergSqlExtensionsParser.number().Visit a parse tree produced by thedoubleLiterallabeled alternative inIcebergSqlExtensionsParser.number().Visit a parse tree produced by thedropBranchlabeled alternative inIcebergSqlExtensionsParser.statement().Visit a parse tree produced by thedropIdentifierFieldslabeled alternative inIcebergSqlExtensionsParser.statement().Visit a parse tree produced by thedropPartitionFieldlabeled alternative inIcebergSqlExtensionsParser.statement().Visit a parse tree produced by thedropTaglabeled alternative inIcebergSqlExtensionsParser.statement().Visit a parse tree produced by theexponentLiterallabeled alternative inIcebergSqlExtensionsParser.number().Visit a parse tree produced byIcebergSqlExtensionsParser.expression().Visit a parse tree produced byIcebergSqlExtensionsParser.fieldList().Visit a parse tree produced by thefloatLiterallabeled alternative inIcebergSqlExtensionsParser.number().Visit a parse tree produced by theidentityTransformlabeled alternative inIcebergSqlExtensionsParser.transform().Visit a parse tree produced by theintegerLiterallabeled alternative inIcebergSqlExtensionsParser.number().Visit a parse tree produced byIcebergSqlExtensionsParser.maxSnapshotAge().Visit a parse tree produced byIcebergSqlExtensionsParser.minSnapshotsToKeep().Visit a parse tree produced byIcebergSqlExtensionsParser.multipartIdentifier().Visit a parse tree produced byIcebergSqlExtensionsParser.nonReserved().Visit a parse tree produced by thenumericLiterallabeled alternative inIcebergSqlExtensionsParser.constant().Visit a parse tree produced byIcebergSqlExtensionsParser.numSnapshots().Visit a parse tree produced byIcebergSqlExtensionsParser.order().Visit a parse tree produced byIcebergSqlExtensionsParser.orderField().Visit a parse tree produced byIcebergSqlExtensionsParser.quotedIdentifier().Visit a parse tree produced by thequotedIdentifierAlternativelabeled alternative inIcebergSqlExtensionsParser.identifier().Visit a parse tree produced byIcebergSqlExtensionsParser.refRetain().Visit a parse tree produced by thereplacePartitionFieldlabeled alternative inIcebergSqlExtensionsParser.statement().Visit a parse tree produced by thesetIdentifierFieldslabeled alternative inIcebergSqlExtensionsParser.statement().visitSetWriteDistributionAndOrdering(IcebergSqlExtensionsParser.SetWriteDistributionAndOrderingContext ctx) Visit a parse tree produced by thesetWriteDistributionAndOrderinglabeled alternative inIcebergSqlExtensionsParser.statement().Visit a parse tree produced byIcebergSqlExtensionsParser.singleOrder().Visit a parse tree produced byIcebergSqlExtensionsParser.singleStatement().Visit a parse tree produced by thesmallIntLiterallabeled alternative inIcebergSqlExtensionsParser.number().Visit a parse tree produced byIcebergSqlExtensionsParser.snapshotId().Visit a parse tree produced byIcebergSqlExtensionsParser.snapshotRetention().Visit a parse tree produced byIcebergSqlExtensionsParser.stringArray().Visit a parse tree produced by thestringLiterallabeled alternative inIcebergSqlExtensionsParser.constant().Visit a parse tree produced byIcebergSqlExtensionsParser.stringMap().Visit a parse tree produced byIcebergSqlExtensionsParser.tagOptions().Visit a parse tree produced byIcebergSqlExtensionsParser.timeUnit().Visit a parse tree produced by thetinyIntLiterallabeled alternative inIcebergSqlExtensionsParser.number().Visit a parse tree produced byIcebergSqlExtensionsParser.transformArgument().Visit a parse tree produced by thetypeConstructorlabeled alternative inIcebergSqlExtensionsParser.constant().Visit a parse tree produced by theunquotedIdentifierlabeled alternative inIcebergSqlExtensionsParser.identifier().Visit a parse tree produced byIcebergSqlExtensionsParser.writeDistributionSpec().Visit a parse tree produced byIcebergSqlExtensionsParser.writeOrderingSpec().Visit a parse tree produced byIcebergSqlExtensionsParser.writeSpec().Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitoraggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.antlr.v4.runtime.tree.ParseTreeVisitorvisit, visitChildren, visitErrorNode, visitTerminal
- 
Constructor Details- 
IcebergSqlExtensionsBaseVisitorpublic IcebergSqlExtensionsBaseVisitor()
 
- 
- 
Method Details- 
visitSingleStatementVisit a parse tree produced byIcebergSqlExtensionsParser.singleStatement().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitSingleStatementin interface- IcebergSqlExtensionsVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitAddPartitionFieldVisit a parse tree produced by theaddPartitionFieldlabeled alternative inIcebergSqlExtensionsParser.statement().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitAddPartitionFieldin interface- IcebergSqlExtensionsVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitDropPartitionFieldVisit a parse tree produced by thedropPartitionFieldlabeled alternative inIcebergSqlExtensionsParser.statement().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitDropPartitionFieldin interface- IcebergSqlExtensionsVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitReplacePartitionFieldVisit a parse tree produced by thereplacePartitionFieldlabeled alternative inIcebergSqlExtensionsParser.statement().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitReplacePartitionFieldin interface- IcebergSqlExtensionsVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitSetWriteDistributionAndOrderingpublic T visitSetWriteDistributionAndOrdering(IcebergSqlExtensionsParser.SetWriteDistributionAndOrderingContext ctx) Visit a parse tree produced by thesetWriteDistributionAndOrderinglabeled alternative inIcebergSqlExtensionsParser.statement().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitSetWriteDistributionAndOrderingin interface- IcebergSqlExtensionsVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitSetIdentifierFieldsVisit a parse tree produced by thesetIdentifierFieldslabeled alternative inIcebergSqlExtensionsParser.statement().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitSetIdentifierFieldsin interface- IcebergSqlExtensionsVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitDropIdentifierFieldsVisit a parse tree produced by thedropIdentifierFieldslabeled alternative inIcebergSqlExtensionsParser.statement().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitDropIdentifierFieldsin interface- IcebergSqlExtensionsVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitCreateOrReplaceBranchVisit a parse tree produced by thecreateOrReplaceBranchlabeled alternative inIcebergSqlExtensionsParser.statement().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitCreateOrReplaceBranchin interface- IcebergSqlExtensionsVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitCreateOrReplaceTagVisit a parse tree produced by thecreateOrReplaceTaglabeled alternative inIcebergSqlExtensionsParser.statement().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitCreateOrReplaceTagin interface- IcebergSqlExtensionsVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitDropBranchVisit a parse tree produced by thedropBranchlabeled alternative inIcebergSqlExtensionsParser.statement().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitDropBranchin interface- IcebergSqlExtensionsVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitDropTagVisit a parse tree produced by thedropTaglabeled alternative inIcebergSqlExtensionsParser.statement().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitDropTagin interface- IcebergSqlExtensionsVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitCreateReplaceTagClauseVisit a parse tree produced byIcebergSqlExtensionsParser.createReplaceTagClause().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitCreateReplaceTagClausein interface- IcebergSqlExtensionsVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitCreateReplaceBranchClausepublic T visitCreateReplaceBranchClause(IcebergSqlExtensionsParser.CreateReplaceBranchClauseContext ctx) Visit a parse tree produced byIcebergSqlExtensionsParser.createReplaceBranchClause().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitCreateReplaceBranchClausein interface- IcebergSqlExtensionsVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitTagOptionsVisit a parse tree produced byIcebergSqlExtensionsParser.tagOptions().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTagOptionsin interface- IcebergSqlExtensionsVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitBranchOptionsVisit a parse tree produced byIcebergSqlExtensionsParser.branchOptions().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitBranchOptionsin interface- IcebergSqlExtensionsVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitSnapshotRetentionVisit a parse tree produced byIcebergSqlExtensionsParser.snapshotRetention().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitSnapshotRetentionin interface- IcebergSqlExtensionsVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitRefRetainVisit a parse tree produced byIcebergSqlExtensionsParser.refRetain().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitRefRetainin interface- IcebergSqlExtensionsVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitMaxSnapshotAgeVisit a parse tree produced byIcebergSqlExtensionsParser.maxSnapshotAge().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitMaxSnapshotAgein interface- IcebergSqlExtensionsVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitMinSnapshotsToKeepVisit a parse tree produced byIcebergSqlExtensionsParser.minSnapshotsToKeep().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitMinSnapshotsToKeepin interface- IcebergSqlExtensionsVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitWriteSpecVisit a parse tree produced byIcebergSqlExtensionsParser.writeSpec().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitWriteSpecin interface- IcebergSqlExtensionsVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitWriteDistributionSpecVisit a parse tree produced byIcebergSqlExtensionsParser.writeDistributionSpec().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitWriteDistributionSpecin interface- IcebergSqlExtensionsVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitWriteOrderingSpecVisit a parse tree produced byIcebergSqlExtensionsParser.writeOrderingSpec().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitWriteOrderingSpecin interface- IcebergSqlExtensionsVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitSingleOrderVisit a parse tree produced byIcebergSqlExtensionsParser.singleOrder().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitSingleOrderin interface- IcebergSqlExtensionsVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitOrderVisit a parse tree produced byIcebergSqlExtensionsParser.order().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitOrderin interface- IcebergSqlExtensionsVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitOrderFieldVisit a parse tree produced byIcebergSqlExtensionsParser.orderField().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitOrderFieldin interface- IcebergSqlExtensionsVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitIdentityTransformVisit a parse tree produced by theidentityTransformlabeled alternative inIcebergSqlExtensionsParser.transform().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitIdentityTransformin interface- IcebergSqlExtensionsVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitApplyTransformVisit a parse tree produced by theapplyTransformlabeled alternative inIcebergSqlExtensionsParser.transform().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitApplyTransformin interface- IcebergSqlExtensionsVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitTransformArgumentVisit a parse tree produced byIcebergSqlExtensionsParser.transformArgument().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTransformArgumentin interface- IcebergSqlExtensionsVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitExpressionVisit a parse tree produced byIcebergSqlExtensionsParser.expression().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitExpressionin interface- IcebergSqlExtensionsVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitNumericLiteralVisit a parse tree produced by thenumericLiterallabeled alternative inIcebergSqlExtensionsParser.constant().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitNumericLiteralin interface- IcebergSqlExtensionsVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitBooleanLiteralVisit a parse tree produced by thebooleanLiterallabeled alternative inIcebergSqlExtensionsParser.constant().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitBooleanLiteralin interface- IcebergSqlExtensionsVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitStringLiteralVisit a parse tree produced by thestringLiterallabeled alternative inIcebergSqlExtensionsParser.constant().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitStringLiteralin interface- IcebergSqlExtensionsVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitTypeConstructorVisit a parse tree produced by thetypeConstructorlabeled alternative inIcebergSqlExtensionsParser.constant().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTypeConstructorin interface- IcebergSqlExtensionsVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitStringMapVisit a parse tree produced byIcebergSqlExtensionsParser.stringMap().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitStringMapin interface- IcebergSqlExtensionsVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitStringArrayVisit a parse tree produced byIcebergSqlExtensionsParser.stringArray().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitStringArrayin interface- IcebergSqlExtensionsVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitBooleanValueVisit a parse tree produced byIcebergSqlExtensionsParser.booleanValue().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitBooleanValuein interface- IcebergSqlExtensionsVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitExponentLiteralVisit a parse tree produced by theexponentLiterallabeled alternative inIcebergSqlExtensionsParser.number().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitExponentLiteralin interface- IcebergSqlExtensionsVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitDecimalLiteralVisit a parse tree produced by thedecimalLiterallabeled alternative inIcebergSqlExtensionsParser.number().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitDecimalLiteralin interface- IcebergSqlExtensionsVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitIntegerLiteralVisit a parse tree produced by theintegerLiterallabeled alternative inIcebergSqlExtensionsParser.number().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitIntegerLiteralin interface- IcebergSqlExtensionsVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitBigIntLiteralVisit a parse tree produced by thebigIntLiterallabeled alternative inIcebergSqlExtensionsParser.number().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitBigIntLiteralin interface- IcebergSqlExtensionsVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitSmallIntLiteralVisit a parse tree produced by thesmallIntLiterallabeled alternative inIcebergSqlExtensionsParser.number().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitSmallIntLiteralin interface- IcebergSqlExtensionsVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitTinyIntLiteralVisit a parse tree produced by thetinyIntLiterallabeled alternative inIcebergSqlExtensionsParser.number().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTinyIntLiteralin interface- IcebergSqlExtensionsVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitDoubleLiteralVisit a parse tree produced by thedoubleLiterallabeled alternative inIcebergSqlExtensionsParser.number().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitDoubleLiteralin interface- IcebergSqlExtensionsVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitFloatLiteralVisit a parse tree produced by thefloatLiterallabeled alternative inIcebergSqlExtensionsParser.number().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitFloatLiteralin interface- IcebergSqlExtensionsVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitBigDecimalLiteralVisit a parse tree produced by thebigDecimalLiterallabeled alternative inIcebergSqlExtensionsParser.number().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitBigDecimalLiteralin interface- IcebergSqlExtensionsVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitMultipartIdentifierVisit a parse tree produced byIcebergSqlExtensionsParser.multipartIdentifier().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitMultipartIdentifierin interface- IcebergSqlExtensionsVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitUnquotedIdentifierVisit a parse tree produced by theunquotedIdentifierlabeled alternative inIcebergSqlExtensionsParser.identifier().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitUnquotedIdentifierin interface- IcebergSqlExtensionsVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitQuotedIdentifierAlternativepublic T visitQuotedIdentifierAlternative(IcebergSqlExtensionsParser.QuotedIdentifierAlternativeContext ctx) Visit a parse tree produced by thequotedIdentifierAlternativelabeled alternative inIcebergSqlExtensionsParser.identifier().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitQuotedIdentifierAlternativein interface- IcebergSqlExtensionsVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitQuotedIdentifierVisit a parse tree produced byIcebergSqlExtensionsParser.quotedIdentifier().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitQuotedIdentifierin interface- IcebergSqlExtensionsVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitFieldListVisit a parse tree produced byIcebergSqlExtensionsParser.fieldList().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitFieldListin interface- IcebergSqlExtensionsVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitNonReservedVisit a parse tree produced byIcebergSqlExtensionsParser.nonReserved().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitNonReservedin interface- IcebergSqlExtensionsVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitSnapshotIdVisit a parse tree produced byIcebergSqlExtensionsParser.snapshotId().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitSnapshotIdin interface- IcebergSqlExtensionsVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitNumSnapshotsVisit a parse tree produced byIcebergSqlExtensionsParser.numSnapshots().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitNumSnapshotsin interface- IcebergSqlExtensionsVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
- 
visitTimeUnitVisit a parse tree produced byIcebergSqlExtensionsParser.timeUnit().The default implementation returns the result of calling AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
- visitTimeUnitin interface- IcebergSqlExtensionsVisitor<T>
- Parameters:
- ctx- the parse tree
- Returns:
- the visitor result
 
 
-