t

io.delta.sql.parser

DeltaSqlBaseVisitor

trait DeltaSqlBaseVisitor[T] extends ParseTreeVisitor[T]

This interface defines a complete generic visitor for a parse tree produced by DeltaSqlBaseParser.

Linear Supertypes
ParseTreeVisitor[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DeltaSqlBaseVisitor
  2. ParseTreeVisitor
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def visit(arg0: ParseTree): T
    Definition Classes
    ParseTreeVisitor
  2. abstract 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.

    ctx

    the parse tree

    returns

    the visitor result

  3. abstract 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.

    ctx

    the parse tree

    returns

    the visitor result

  4. abstract 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.

    ctx

    the parse tree

    returns

    the visitor result

  5. abstract 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.

    ctx

    the parse tree

    returns

    the visitor result

  6. abstract 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.

    ctx

    the parse tree

    returns

    the visitor result

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

    ctx

    the parse tree

    returns

    the visitor result

  8. abstract def visitBooleanValue(ctx: BooleanValueContext): T

    Visit a parse tree produced by DeltaSqlBaseParser#booleanValue.

    Visit a parse tree produced by DeltaSqlBaseParser#booleanValue.

    ctx

    the parse tree

    returns

    the visitor result

  9. abstract 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.

    ctx

    the parse tree

    returns

    the visitor result

  10. abstract def visitChildren(arg0: RuleNode): T
    Definition Classes
    ParseTreeVisitor
  11. abstract 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.

    ctx

    the parse tree

    returns

    the visitor result

  12. abstract def visitCloneTableHeader(ctx: CloneTableHeaderContext): T

    Visit a parse tree produced by DeltaSqlBaseParser#cloneTableHeader.

    Visit a parse tree produced by DeltaSqlBaseParser#cloneTableHeader.

    ctx

    the parse tree

    returns

    the visitor result

  13. abstract 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.

    ctx

    the parse tree

    returns

    the visitor result

  14. abstract def visitClusterBySpec(ctx: ClusterBySpecContext): T

    Visit a parse tree produced by DeltaSqlBaseParser#clusterBySpec.

    Visit a parse tree produced by DeltaSqlBaseParser#clusterBySpec.

    ctx

    the parse tree

    returns

    the visitor result

  15. abstract def visitColType(ctx: ColTypeContext): T

    Visit a parse tree produced by DeltaSqlBaseParser#colType.

    Visit a parse tree produced by DeltaSqlBaseParser#colType.

    ctx

    the parse tree

    returns

    the visitor result

  16. abstract def visitColTypeList(ctx: ColTypeListContext): T

    Visit a parse tree produced by DeltaSqlBaseParser#colTypeList.

    Visit a parse tree produced by DeltaSqlBaseParser#colTypeList.

    ctx

    the parse tree

    returns

    the visitor result

  17. abstract 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.

    ctx

    the parse tree

    returns

    the visitor result

  18. abstract def visitCreateTableHeader(ctx: CreateTableHeaderContext): T

    Visit a parse tree produced by DeltaSqlBaseParser#createTableHeader.

    Visit a parse tree produced by DeltaSqlBaseParser#createTableHeader.

    ctx

    the parse tree

    returns

    the visitor result

  19. abstract 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.

    ctx

    the parse tree

    returns

    the visitor result

  20. abstract 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.

    ctx

    the parse tree

    returns

    the visitor result

  21. abstract 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.

    ctx

    the parse tree

    returns

    the visitor result

  22. abstract 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.

    ctx

    the parse tree

    returns

    the visitor result

  23. abstract 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.

    ctx

    the parse tree

    returns

    the visitor result

  24. abstract def visitDryRun(ctx: DryRunContext): T

    Visit a parse tree produced by DeltaSqlBaseParser#dryRun.

    Visit a parse tree produced by DeltaSqlBaseParser#dryRun.

    ctx

    the parse tree

    returns

    the visitor result

  25. abstract def visitErrorNode(arg0: ErrorNode): T
    Definition Classes
    ParseTreeVisitor
  26. abstract def visitExprToken(ctx: ExprTokenContext): T

    Visit a parse tree produced by DeltaSqlBaseParser#exprToken.

    Visit a parse tree produced by DeltaSqlBaseParser#exprToken.

    ctx

    the parse tree

    returns

    the visitor result

  27. abstract def visitFeatureNameValue(ctx: FeatureNameValueContext): T

    Visit a parse tree produced by DeltaSqlBaseParser#featureNameValue.

    Visit a parse tree produced by DeltaSqlBaseParser#featureNameValue.

    ctx

    the parse tree

    returns

    the visitor result

  28. abstract 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.

    ctx

    the parse tree

    returns

    the visitor result

  29. abstract 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.

    ctx

    the parse tree

    returns

    the visitor result

  30. abstract def visitInventory(ctx: InventoryContext): T

    Visit a parse tree produced by DeltaSqlBaseParser#inventory.

    Visit a parse tree produced by DeltaSqlBaseParser#inventory.

    ctx

    the parse tree

    returns

    the visitor result

  31. abstract def visitNonReserved(ctx: NonReservedContext): T

    Visit a parse tree produced by DeltaSqlBaseParser#nonReserved.

    Visit a parse tree produced by DeltaSqlBaseParser#nonReserved.

    ctx

    the parse tree

    returns

    the visitor result

  32. abstract 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.

    ctx

    the parse tree

    returns

    the visitor result

  33. abstract 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.

    ctx

    the parse tree

    returns

    the visitor result

  34. abstract def visitPredicateToken(ctx: PredicateTokenContext): T

    Visit a parse tree produced by DeltaSqlBaseParser#predicateToken.

    Visit a parse tree produced by DeltaSqlBaseParser#predicateToken.

    ctx

    the parse tree

    returns

    the visitor result

  35. abstract 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.

    ctx

    the parse tree

    returns

    the visitor result

  36. abstract def visitProperty(ctx: PropertyContext): T

    Visit a parse tree produced by DeltaSqlBaseParser#property.

    Visit a parse tree produced by DeltaSqlBaseParser#property.

    ctx

    the parse tree

    returns

    the visitor result

  37. abstract def visitPropertyKey(ctx: PropertyKeyContext): T

    Visit a parse tree produced by DeltaSqlBaseParser#propertyKey.

    Visit a parse tree produced by DeltaSqlBaseParser#propertyKey.

    ctx

    the parse tree

    returns

    the visitor result

  38. abstract def visitPropertyList(ctx: PropertyListContext): T

    Visit a parse tree produced by DeltaSqlBaseParser#propertyList.

    Visit a parse tree produced by DeltaSqlBaseParser#propertyList.

    ctx

    the parse tree

    returns

    the visitor result

  39. abstract def visitPropertyValue(ctx: PropertyValueContext): T

    Visit a parse tree produced by DeltaSqlBaseParser#propertyValue.

    Visit a parse tree produced by DeltaSqlBaseParser#propertyValue.

    ctx

    the parse tree

    returns

    the visitor result

  40. abstract def visitQualifiedName(ctx: QualifiedNameContext): T

    Visit a parse tree produced by DeltaSqlBaseParser#qualifiedName.

    Visit a parse tree produced by DeltaSqlBaseParser#qualifiedName.

    ctx

    the parse tree

    returns

    the visitor result

  41. abstract def visitQuotedIdentifier(ctx: QuotedIdentifierContext): T

    Visit a parse tree produced by DeltaSqlBaseParser#quotedIdentifier.

    Visit a parse tree produced by DeltaSqlBaseParser#quotedIdentifier.

    ctx

    the parse tree

    returns

    the visitor result

  42. abstract 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.

    ctx

    the parse tree

    returns

    the visitor result

  43. abstract 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.

    ctx

    the parse tree

    returns

    the visitor result

  44. abstract def visitReplaceTableHeader(ctx: ReplaceTableHeaderContext): T

    Visit a parse tree produced by DeltaSqlBaseParser#replaceTableHeader.

    Visit a parse tree produced by DeltaSqlBaseParser#replaceTableHeader.

    ctx

    the parse tree

    returns

    the visitor result

  45. abstract 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.

    ctx

    the parse tree

    returns

    the visitor result

  46. abstract def visitRetain(ctx: RetainContext): T

    Visit a parse tree produced by DeltaSqlBaseParser#retain.

    Visit a parse tree produced by DeltaSqlBaseParser#retain.

    ctx

    the parse tree

    returns

    the visitor result

  47. abstract def visitSingleStatement(ctx: SingleStatementContext): T

    Visit a parse tree produced by DeltaSqlBaseParser#singleStatement.

    Visit a parse tree produced by DeltaSqlBaseParser#singleStatement.

    ctx

    the parse tree

    returns

    the visitor result

  48. abstract 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.

    ctx

    the parse tree

    returns

    the visitor result

  49. abstract def visitStringLit(ctx: StringLitContext): T

    Visit a parse tree produced by DeltaSqlBaseParser#stringLit.

    Visit a parse tree produced by DeltaSqlBaseParser#stringLit.

    ctx

    the parse tree

    returns

    the visitor result

  50. abstract def visitSubQuery(ctx: SubQueryContext): T

    Visit a parse tree produced by DeltaSqlBaseParser#subQuery.

    Visit a parse tree produced by DeltaSqlBaseParser#subQuery.

    ctx

    the parse tree

    returns

    the visitor result

  51. abstract def visitTemporalClause(ctx: TemporalClauseContext): T

    Visit a parse tree produced by DeltaSqlBaseParser#temporalClause.

    Visit a parse tree produced by DeltaSqlBaseParser#temporalClause.

    ctx

    the parse tree

    returns

    the visitor result

  52. abstract def visitTerminal(arg0: TerminalNode): T
    Definition Classes
    ParseTreeVisitor
  53. abstract 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.

    ctx

    the parse tree

    returns

    the visitor result

  54. abstract 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.

    ctx

    the parse tree

    returns

    the visitor result

  55. abstract def visitVacuumModifiers(ctx: VacuumModifiersContext): T

    Visit a parse tree produced by DeltaSqlBaseParser#vacuumModifiers.

    Visit a parse tree produced by DeltaSqlBaseParser#vacuumModifiers.

    ctx

    the parse tree

    returns

    the visitor result

  56. abstract 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.

    ctx

    the parse tree

    returns

    the visitor result

  57. abstract def visitVacuumType(ctx: VacuumTypeContext): T

    Visit a parse tree produced by DeltaSqlBaseParser#vacuumType.

    Visit a parse tree produced by DeltaSqlBaseParser#vacuumType.

    ctx

    the parse tree

    returns

    the visitor result

  58. abstract def visitZorderSpec(ctx: ZorderSpecContext): T

    Visit a parse tree produced by DeltaSqlBaseParser#zorderSpec.

    Visit a parse tree produced by DeltaSqlBaseParser#zorderSpec.

    ctx

    the parse tree

    returns

    the visitor result

Concrete 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from ParseTreeVisitor[T]

Inherited from AnyRef

Inherited from Any

Ungrouped