Packages

c

org.apache.spark.sql.delta.commands

CloneDeltaSource

class CloneDeltaSource extends CloneSource

A delta table source to be cloned from

Linear Supertypes
CloneSource, Closeable, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CloneDeltaSource
  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 CloneDeltaSource(sourceTable: DeltaTableV2)

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

    All of the files present in the source table

    All of the files present in the source table

    Definition Classes
    CloneDeltaSourceCloneSource
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def catalogTable: Option[CatalogTable]

    The catalog table of the source table, if exists

    The catalog table of the source table, if exists

    Definition Classes
    CloneDeltaSourceCloneSource
  7. def clock: Clock

    A system clock

    A system clock

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

    The path of the source table

    The path of the source table

    Definition Classes
    CloneDeltaSourceCloneSource
  11. def description: String

    Describe this clone source

    Describe this clone source

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

    The format of the source table

    The format of the source table

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

    The metadata of the source table

    The metadata of the source table

    Definition Classes
    CloneDeltaSourceCloneSource
  20. def name: String

    The source table name

    The source table name

    Definition Classes
    CloneDeltaSourceCloneSource
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def numOfFiles: Long

    Total number of data files

    Total number of data files

    Definition Classes
    CloneDeltaSourceCloneSource
  25. def protocol: Protocol

    The source table's protocol

    The source table's protocol

    Definition Classes
    CloneDeltaSourceCloneSource
  26. def schema: StructType

    The source table schema

    The source table schema

    Definition Classes
    CloneDeltaSourceCloneSource
  27. def sizeInBytes: Long

    Total size of data files in bytes

    Total size of data files in bytes

    Definition Classes
    CloneDeltaSourceCloneSource
  28. def snapshot: Option[Snapshot]

    A snapshot of the source table, if exists

    A snapshot of the source table, if exists

    Definition Classes
    CloneDeltaSourceCloneSource
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. 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
    CloneDeltaSourceCloneSource
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. 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