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. All

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( ... ) @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: Any): 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[_]
    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 visitAlterTableClusterBy(ctx: AlterTableClusterByContext): T

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

    Visit a parse tree produced by the alterTableClusterBy 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()
  23. def visitAlterTableDropFeature(ctx: AlterTableDropFeatureContext): T

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

    Visit a parse tree produced by the alterTableDropFeature 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()
  24. def visitAlterTableSyncIdentity(ctx: AlterTableSyncIdentityContext): T

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

    Visit a parse tree produced by the alterTableSyncIdentity 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()
  25. 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()
  26. 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()
  27. def visitBooleanValue(ctx: BooleanValueContext): T

    Visit a parse tree produced by DeltaSqlBaseParser#booleanValue.

    Visit a parse tree produced by DeltaSqlBaseParser#booleanValue.

    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 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()
  29. def visitChildren(arg0: RuleNode): T
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  30. def visitClone(ctx: CloneContext): T

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

    Visit a parse tree produced by the clone 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 visitCloneTableHeader(ctx: CloneTableHeaderContext): T

    Visit a parse tree produced by DeltaSqlBaseParser#cloneTableHeader.

    Visit a parse tree produced by DeltaSqlBaseParser#cloneTableHeader.

    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 visitClusterBy(ctx: ClusterByContext): T

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

    Visit a parse tree produced by the clusterBy 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()
  33. def visitClusterBySpec(ctx: ClusterBySpecContext): T

    Visit a parse tree produced by DeltaSqlBaseParser#clusterBySpec.

    Visit a parse tree produced by DeltaSqlBaseParser#clusterBySpec.

    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 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()
  35. 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()
  36. 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()
  37. def visitCreateTableHeader(ctx: CreateTableHeaderContext): T

    Visit a parse tree produced by DeltaSqlBaseParser#createTableHeader.

    Visit a parse tree produced by DeltaSqlBaseParser#createTableHeader.

    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 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()
  39. 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()
  40. 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()
  41. 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()
  42. 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()
  43. def visitDryRun(ctx: DryRunContext): T

    Visit a parse tree produced by DeltaSqlBaseParser#dryRun.

    Visit a parse tree produced by DeltaSqlBaseParser#dryRun.

    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 visitErrorNode(arg0: ErrorNode): T
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  45. 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()
  46. def visitFeatureNameValue(ctx: FeatureNameValueContext): T

    Visit a parse tree produced by DeltaSqlBaseParser#featureNameValue.

    Visit a parse tree produced by DeltaSqlBaseParser#featureNameValue.

    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 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()
  48. 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()
  49. def visitInventory(ctx: InventoryContext): T

    Visit a parse tree produced by DeltaSqlBaseParser#inventory.

    Visit a parse tree produced by DeltaSqlBaseParser#inventory.

    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 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()
  51. 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()
  52. 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()
  53. 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()
  54. 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()
  55. def visitProperty(ctx: PropertyContext): T

    Visit a parse tree produced by DeltaSqlBaseParser#property.

    Visit a parse tree produced by DeltaSqlBaseParser#property.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    DeltaSqlBaseBaseVisitorDeltaSqlBaseVisitor
    Annotations
    @Override()
  56. def visitPropertyKey(ctx: PropertyKeyContext): T

    Visit a parse tree produced by DeltaSqlBaseParser#propertyKey.

    Visit a parse tree produced by DeltaSqlBaseParser#propertyKey.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    DeltaSqlBaseBaseVisitorDeltaSqlBaseVisitor
    Annotations
    @Override()
  57. def visitPropertyList(ctx: PropertyListContext): T

    Visit a parse tree produced by DeltaSqlBaseParser#propertyList.

    Visit a parse tree produced by DeltaSqlBaseParser#propertyList.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    DeltaSqlBaseBaseVisitorDeltaSqlBaseVisitor
    Annotations
    @Override()
  58. def visitPropertyValue(ctx: PropertyValueContext): T

    Visit a parse tree produced by DeltaSqlBaseParser#propertyValue.

    Visit a parse tree produced by DeltaSqlBaseParser#propertyValue.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    DeltaSqlBaseBaseVisitorDeltaSqlBaseVisitor
    Annotations
    @Override()
  59. 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()
  60. 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()
  61. 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()
  62. def visitReorgTable(ctx: ReorgTableContext): T

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

    Visit a parse tree produced by the reorgTable 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()
  63. def visitReplaceTableHeader(ctx: ReplaceTableHeaderContext): T

    Visit a parse tree produced by DeltaSqlBaseParser#replaceTableHeader.

    Visit a parse tree produced by DeltaSqlBaseParser#replaceTableHeader.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    DeltaSqlBaseBaseVisitorDeltaSqlBaseVisitor
    Annotations
    @Override()
  64. 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()
  65. def visitRetain(ctx: RetainContext): T

    Visit a parse tree produced by DeltaSqlBaseParser#retain.

    Visit a parse tree produced by DeltaSqlBaseParser#retain.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    DeltaSqlBaseBaseVisitorDeltaSqlBaseVisitor
    Annotations
    @Override()
  66. 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()
  67. 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()
  68. def visitStringLit(ctx: StringLitContext): T

    Visit a parse tree produced by DeltaSqlBaseParser#stringLit.

    Visit a parse tree produced by DeltaSqlBaseParser#stringLit.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    DeltaSqlBaseBaseVisitorDeltaSqlBaseVisitor
    Annotations
    @Override()
  69. def visitSubQuery(ctx: SubQueryContext): T

    Visit a parse tree produced by DeltaSqlBaseParser#subQuery.

    Visit a parse tree produced by DeltaSqlBaseParser#subQuery.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    DeltaSqlBaseBaseVisitorDeltaSqlBaseVisitor
    Annotations
    @Override()
  70. 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()
  71. def visitTerminal(arg0: TerminalNode): T
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  72. 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()
  73. 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()
  74. def visitVacuumModifiers(ctx: VacuumModifiersContext): T

    Visit a parse tree produced by DeltaSqlBaseParser#vacuumModifiers.

    Visit a parse tree produced by DeltaSqlBaseParser#vacuumModifiers.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    DeltaSqlBaseBaseVisitorDeltaSqlBaseVisitor
    Annotations
    @Override()
  75. 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()
  76. def visitVacuumType(ctx: VacuumTypeContext): T

    Visit a parse tree produced by DeltaSqlBaseParser#vacuumType.

    Visit a parse tree produced by DeltaSqlBaseParser#vacuumType.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    DeltaSqlBaseBaseVisitorDeltaSqlBaseVisitor
    Annotations
    @Override()
  77. 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()
  78. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  79. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  80. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from DeltaSqlBaseVisitor[T]

Inherited from AbstractParseTreeVisitor[T]

Inherited from ParseTreeVisitor[T]

Inherited from AnyRef

Inherited from Any

Ungrouped