class CloneDeltaSource extends CloneSource
A delta table source to be cloned from
- Alphabetic
- By Inheritance
- CloneDeltaSource
- CloneSource
- Closeable
- AutoCloseable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new CloneDeltaSource(sourceTable: DeltaTableV2)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def allFiles: Dataset[AddFile]
All of the files present in the source table
All of the files present in the source table
- Definition Classes
- CloneDeltaSource → CloneSource
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def catalogTable: Option[CatalogTable]
The catalog table of the source table, if exists
The catalog table of the source table, if exists
- Definition Classes
- CloneDeltaSource → CloneSource
- def clock: Clock
A system clock
A system clock
- Definition Classes
- CloneDeltaSource → CloneSource
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def close(): Unit
- Definition Classes
- CloneDeltaSource → Closeable → AutoCloseable
- def dataPath: Path
The path of the source table
The path of the source table
- Definition Classes
- CloneDeltaSource → CloneSource
- def description: String
Describe this clone source
Describe this clone source
- Definition Classes
- CloneDeltaSource → CloneSource
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def format: String
The format of the source table
The format of the source table
- Definition Classes
- CloneDeltaSource → CloneSource
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def metadata: Metadata
The metadata of the source table
The metadata of the source table
- Definition Classes
- CloneDeltaSource → CloneSource
- def name: String
The source table name
The source table name
- Definition Classes
- CloneDeltaSource → CloneSource
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def numOfFiles: Long
Total number of data files
Total number of data files
- Definition Classes
- CloneDeltaSource → CloneSource
- def protocol: Protocol
The source table's protocol
The source table's protocol
- Definition Classes
- CloneDeltaSource → CloneSource
- def schema: StructType
The source table schema
The source table schema
- Definition Classes
- CloneDeltaSource → CloneSource
- def sizeInBytes: Long
Total size of data files in bytes
Total size of data files in bytes
- Definition Classes
- CloneDeltaSource → CloneSource
- def snapshot: Option[Snapshot]
A snapshot of the source table, if exists
A snapshot of the source table, if exists
- Definition Classes
- CloneDeltaSource → CloneSource
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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
- CloneDeltaSource → CloneSource
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()