Packages

c

org.apache.spark.sql.delta.commands

CloneConvertedSource

abstract class CloneConvertedSource extends CloneSource

A convertible non-delta table source to be cloned from

Linear Supertypes
CloneSource, Closeable, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CloneConvertedSource
  2. CloneSource
  3. Closeable
  4. AutoCloseable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CloneConvertedSource(spark: SparkSession)

Abstract Value Members

  1. abstract def catalogTable: Option[CatalogTable]

    The catalog table of the source table, if exists

    The catalog table of the source table, if exists

    Definition Classes
    CloneSource
  2. abstract def convertTargetTable: ConvertTargetTable
    Attributes
    protected
  3. abstract def name: String

    The source table name

    The source table name

    Definition Classes
    CloneSource

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. lazy val allFiles: Dataset[AddFile]

    All of the files present in the source table

    All of the files present in the source table

    Definition Classes
    CloneConvertedSourceCloneSource
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val clock: Clock

    A system clock

    A system clock

    Definition Classes
    CloneConvertedSourceCloneSource
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def close(): Unit
    Definition Classes
    CloneConvertedSource → Closeable → AutoCloseable
  9. def dataPath: Path

    The path of the source table

    The path of the source table

    Definition Classes
    CloneConvertedSourceCloneSource
  10. def description: String

    Describe this clone source

    Describe this clone source

    Definition Classes
    CloneConvertedSourceCloneSource
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def format: String

    The format of the source table

    The format of the source table

    Definition Classes
    CloneConvertedSourceCloneSource
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. lazy val metadata: Metadata

    The metadata of the source table

    The metadata of the source table

    Definition Classes
    CloneConvertedSourceCloneSource
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. def numOfFiles: Long

    Total number of data files

    Total number of data files

    Definition Classes
    CloneConvertedSourceCloneSource
  23. def protocol: Protocol

    The source table's protocol

    The source table's protocol

    Definition Classes
    CloneConvertedSourceCloneSource
  24. def schema: StructType

    The source table schema

    The source table schema

    Definition Classes
    CloneConvertedSourceCloneSource
  25. def sizeInBytes: Long

    Total size of data files in bytes

    Total size of data files in bytes

    Definition Classes
    CloneConvertedSourceCloneSource
  26. def snapshot: Option[Snapshot]

    A snapshot of the source table, if exists

    A snapshot of the source table, if exists

    Definition Classes
    CloneConvertedSourceCloneSource
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def timeTravelOpt: Option[DeltaTimeTravelSpec]

    The time travel spec of the source table, if exists

    The time travel spec of the source table, if exists

    Definition Classes
    CloneConvertedSourceCloneSource
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from CloneSource

Inherited from Closeable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped