c

io.delta.sql.parser

DeltaSqlBaseBaseVisitor

class DeltaSqlBaseBaseVisitor[T] extends AbstractParseTreeVisitor[T] with DeltaSqlBaseVisitor[T]

This class provides an empty implementation of DeltaSqlBaseVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.

Linear Supertypes
DeltaSqlBaseVisitor[T], AbstractParseTreeVisitor[T], ParseTreeVisitor[T], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DeltaSqlBaseBaseVisitor
  2. DeltaSqlBaseVisitor
  3. AbstractParseTreeVisitor
  4. ParseTreeVisitor
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new DeltaSqlBaseBaseVisitor()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def aggregateResult(arg0: T, arg1: T): T
    Attributes
    protected[tree]
    Definition Classes
    AbstractParseTreeVisitor
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. def defaultResult(): T
    Attributes
    protected[tree]
    Definition Classes
    AbstractParseTreeVisitor
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. def shouldVisitNextChild(arg0: RuleNode, arg1: T): Boolean
    Attributes
    protected[tree]
    Definition Classes
    AbstractParseTreeVisitor
  18. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  19. def toString(): String
    Definition Classes
    AnyRef → Any
  20. def visit(arg0: ParseTree): T
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  21. def visitAddTableConstraint(ctx: AddTableConstraintContext): T

    Visit a parse tree produced by the addTableConstraint labeled alternative in DeltaSqlBaseParser#statement.

    Visit a parse tree produced by the addTableConstraint labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    DeltaSqlBaseBaseVisitorDeltaSqlBaseVisitor
    Annotations
    @Override()
  22. def visitBigDecimalLiteral(ctx: BigDecimalLiteralContext): T

    Visit a parse tree produced by the bigDecimalLiteral labeled alternative in DeltaSqlBaseParser#number.

    Visit a parse tree produced by the bigDecimalLiteral labeled alternative in DeltaSqlBaseParser#number.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    DeltaSqlBaseBaseVisitorDeltaSqlBaseVisitor
    Annotations
    @Override()
  23. def visitBigIntLiteral(ctx: BigIntLiteralContext): T

    Visit a parse tree produced by the bigIntLiteral labeled alternative in DeltaSqlBaseParser#number.

    Visit a parse tree produced by the bigIntLiteral labeled alternative in DeltaSqlBaseParser#number.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    DeltaSqlBaseBaseVisitorDeltaSqlBaseVisitor
    Annotations
    @Override()
  24. def visitCheckConstraint(ctx: CheckConstraintContext): T

    Visit a parse tree produced by the checkConstraint labeled alternative in DeltaSqlBaseParser#constraint.

    Visit a parse tree produced by the checkConstraint labeled alternative in DeltaSqlBaseParser#constraint.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    DeltaSqlBaseBaseVisitorDeltaSqlBaseVisitor
    Annotations
    @Override()
  25. def visitChildren(arg0: RuleNode): T
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  26. def visitColType(ctx: ColTypeContext): T

    Visit a parse tree produced by DeltaSqlBaseParser#colType.

    Visit a parse tree produced by DeltaSqlBaseParser#colType.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    DeltaSqlBaseBaseVisitorDeltaSqlBaseVisitor
    Annotations
    @Override()
  27. def visitColTypeList(ctx: ColTypeListContext): T

    Visit a parse tree produced by DeltaSqlBaseParser#colTypeList.

    Visit a parse tree produced by DeltaSqlBaseParser#colTypeList.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    DeltaSqlBaseBaseVisitorDeltaSqlBaseVisitor
    Annotations
    @Override()
  28. def visitConvert(ctx: ConvertContext): T

    Visit a parse tree produced by the convert labeled alternative in DeltaSqlBaseParser#statement.

    Visit a parse tree produced by the convert labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    DeltaSqlBaseBaseVisitorDeltaSqlBaseVisitor
    Annotations
    @Override()
  29. def visitDecimalLiteral(ctx: DecimalLiteralContext): T

    Visit a parse tree produced by the decimalLiteral labeled alternative in DeltaSqlBaseParser#number.

    Visit a parse tree produced by the decimalLiteral labeled alternative in DeltaSqlBaseParser#number.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    DeltaSqlBaseBaseVisitorDeltaSqlBaseVisitor
    Annotations
    @Override()
  30. def visitDescribeDeltaDetail(ctx: DescribeDeltaDetailContext): T

    Visit a parse tree produced by the describeDeltaDetail labeled alternative in DeltaSqlBaseParser#statement.

    Visit a parse tree produced by the describeDeltaDetail labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    DeltaSqlBaseBaseVisitorDeltaSqlBaseVisitor
    Annotations
    @Override()
  31. def visitDescribeDeltaHistory(ctx: DescribeDeltaHistoryContext): T

    Visit a parse tree produced by the describeDeltaHistory labeled alternative in DeltaSqlBaseParser#statement.

    Visit a parse tree produced by the describeDeltaHistory labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    DeltaSqlBaseBaseVisitorDeltaSqlBaseVisitor
    Annotations
    @Override()
  32. def visitDoubleLiteral(ctx: DoubleLiteralContext): T

    Visit a parse tree produced by the doubleLiteral labeled alternative in DeltaSqlBaseParser#number.

    Visit a parse tree produced by the doubleLiteral labeled alternative in DeltaSqlBaseParser#number.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    DeltaSqlBaseBaseVisitorDeltaSqlBaseVisitor
    Annotations
    @Override()
  33. def visitDropTableConstraint(ctx: DropTableConstraintContext): T

    Visit a parse tree produced by the dropTableConstraint labeled alternative in DeltaSqlBaseParser#statement.

    Visit a parse tree produced by the dropTableConstraint labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    DeltaSqlBaseBaseVisitorDeltaSqlBaseVisitor
    Annotations
    @Override()
  34. def visitErrorNode(arg0: ErrorNode): T
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  35. def visitExprToken(ctx: ExprTokenContext): T

    Visit a parse tree produced by DeltaSqlBaseParser#exprToken.

    Visit a parse tree produced by DeltaSqlBaseParser#exprToken.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    DeltaSqlBaseBaseVisitorDeltaSqlBaseVisitor
    Annotations
    @Override()
  36. def visitGenerate(ctx: GenerateContext): T

    Visit a parse tree produced by the generate labeled alternative in DeltaSqlBaseParser#statement.

    Visit a parse tree produced by the generate labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    DeltaSqlBaseBaseVisitorDeltaSqlBaseVisitor
    Annotations
    @Override()
  37. def visitIntegerLiteral(ctx: IntegerLiteralContext): T

    Visit a parse tree produced by the integerLiteral labeled alternative in DeltaSqlBaseParser#number.

    Visit a parse tree produced by the integerLiteral labeled alternative in DeltaSqlBaseParser#number.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    DeltaSqlBaseBaseVisitorDeltaSqlBaseVisitor
    Annotations
    @Override()
  38. def visitNonReserved(ctx: NonReservedContext): T

    Visit a parse tree produced by DeltaSqlBaseParser#nonReserved.

    Visit a parse tree produced by DeltaSqlBaseParser#nonReserved.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    DeltaSqlBaseBaseVisitorDeltaSqlBaseVisitor
    Annotations
    @Override()
  39. def visitOptimizeTable(ctx: OptimizeTableContext): T

    Visit a parse tree produced by the optimizeTable labeled alternative in DeltaSqlBaseParser#statement.

    Visit a parse tree produced by the optimizeTable labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    DeltaSqlBaseBaseVisitorDeltaSqlBaseVisitor
    Annotations
    @Override()
  40. def visitPassThrough(ctx: PassThroughContext): T

    Visit a parse tree produced by the passThrough labeled alternative in DeltaSqlBaseParser#statement.

    Visit a parse tree produced by the passThrough labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    DeltaSqlBaseBaseVisitorDeltaSqlBaseVisitor
    Annotations
    @Override()
  41. def visitPredicateToken(ctx: PredicateTokenContext): T

    Visit a parse tree produced by DeltaSqlBaseParser#predicateToken.

    Visit a parse tree produced by DeltaSqlBaseParser#predicateToken.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    DeltaSqlBaseBaseVisitorDeltaSqlBaseVisitor
    Annotations
    @Override()
  42. def visitPrimitiveDataType(ctx: PrimitiveDataTypeContext): T

    Visit a parse tree produced by the primitiveDataType labeled alternative in DeltaSqlBaseParser#dataType.

    Visit a parse tree produced by the primitiveDataType labeled alternative in DeltaSqlBaseParser#dataType.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    DeltaSqlBaseBaseVisitorDeltaSqlBaseVisitor
    Annotations
    @Override()
  43. def visitQualifiedName(ctx: QualifiedNameContext): T

    Visit a parse tree produced by DeltaSqlBaseParser#qualifiedName.

    Visit a parse tree produced by DeltaSqlBaseParser#qualifiedName.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    DeltaSqlBaseBaseVisitorDeltaSqlBaseVisitor
    Annotations
    @Override()
  44. def visitQuotedIdentifier(ctx: QuotedIdentifierContext): T

    Visit a parse tree produced by DeltaSqlBaseParser#quotedIdentifier.

    Visit a parse tree produced by DeltaSqlBaseParser#quotedIdentifier.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    DeltaSqlBaseBaseVisitorDeltaSqlBaseVisitor
    Annotations
    @Override()
  45. def visitQuotedIdentifierAlternative(ctx: QuotedIdentifierAlternativeContext): T

    Visit a parse tree produced by the quotedIdentifierAlternative labeled alternative in DeltaSqlBaseParser#identifier.

    Visit a parse tree produced by the quotedIdentifierAlternative labeled alternative in DeltaSqlBaseParser#identifier.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    DeltaSqlBaseBaseVisitorDeltaSqlBaseVisitor
    Annotations
    @Override()
  46. def visitRestore(ctx: RestoreContext): T

    Visit a parse tree produced by the restore labeled alternative in DeltaSqlBaseParser#statement.

    Visit a parse tree produced by the restore labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    DeltaSqlBaseBaseVisitorDeltaSqlBaseVisitor
    Annotations
    @Override()
  47. def visitSingleStatement(ctx: SingleStatementContext): T

    Visit a parse tree produced by DeltaSqlBaseParser#singleStatement.

    Visit a parse tree produced by DeltaSqlBaseParser#singleStatement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    DeltaSqlBaseBaseVisitorDeltaSqlBaseVisitor
    Annotations
    @Override()
  48. def visitSmallIntLiteral(ctx: SmallIntLiteralContext): T

    Visit a parse tree produced by the smallIntLiteral labeled alternative in DeltaSqlBaseParser#number.

    Visit a parse tree produced by the smallIntLiteral labeled alternative in DeltaSqlBaseParser#number.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    DeltaSqlBaseBaseVisitorDeltaSqlBaseVisitor
    Annotations
    @Override()
  49. def visitTemporalClause(ctx: TemporalClauseContext): T

    Visit a parse tree produced by DeltaSqlBaseParser#temporalClause.

    Visit a parse tree produced by DeltaSqlBaseParser#temporalClause.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    DeltaSqlBaseBaseVisitorDeltaSqlBaseVisitor
    Annotations
    @Override()
  50. def visitTerminal(arg0: TerminalNode): T
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  51. def visitTinyIntLiteral(ctx: TinyIntLiteralContext): T

    Visit a parse tree produced by the tinyIntLiteral labeled alternative in DeltaSqlBaseParser#number.

    Visit a parse tree produced by the tinyIntLiteral labeled alternative in DeltaSqlBaseParser#number.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    DeltaSqlBaseBaseVisitorDeltaSqlBaseVisitor
    Annotations
    @Override()
  52. def visitUnquotedIdentifier(ctx: UnquotedIdentifierContext): T

    Visit a parse tree produced by the unquotedIdentifier labeled alternative in DeltaSqlBaseParser#identifier.

    Visit a parse tree produced by the unquotedIdentifier labeled alternative in DeltaSqlBaseParser#identifier.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    DeltaSqlBaseBaseVisitorDeltaSqlBaseVisitor
    Annotations
    @Override()
  53. def visitVacuumTable(ctx: VacuumTableContext): T

    Visit a parse tree produced by the vacuumTable labeled alternative in DeltaSqlBaseParser#statement.

    Visit a parse tree produced by the vacuumTable labeled alternative in DeltaSqlBaseParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    DeltaSqlBaseBaseVisitorDeltaSqlBaseVisitor
    Annotations
    @Override()
  54. def visitZorderSpec(ctx: ZorderSpecContext): T

    Visit a parse tree produced by DeltaSqlBaseParser#zorderSpec.

    Visit a parse tree produced by DeltaSqlBaseParser#zorderSpec.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    DeltaSqlBaseBaseVisitorDeltaSqlBaseVisitor
    Annotations
    @Override()
  55. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  56. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  57. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from DeltaSqlBaseVisitor[T]

Inherited from AbstractParseTreeVisitor[T]

Inherited from ParseTreeVisitor[T]

Inherited from AnyRef

Inherited from Any

Ungrouped