abstract class CloneConvertedSource extends CloneSource
A convertible non-delta table source to be cloned from
- Alphabetic
- By Inheritance
- CloneConvertedSource
- CloneSource
- Closeable
- AutoCloseable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new CloneConvertedSource(spark: SparkSession)
Abstract Value Members
- 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
- abstract def convertTargetTable: ConvertTargetTable
- Attributes
- protected
- abstract def name: String
The source table name
The source table name
- Definition Classes
- CloneSource
Concrete 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
- 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
- CloneConvertedSource → CloneSource
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val clock: Clock
A system clock
A system clock
- Definition Classes
- CloneConvertedSource → CloneSource
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def close(): Unit
- Definition Classes
- CloneConvertedSource → Closeable → AutoCloseable
- def dataPath: Path
The path of the source table
The path of the source table
- Definition Classes
- CloneConvertedSource → CloneSource
- def description: String
Describe this clone source
Describe this clone source
- Definition Classes
- CloneConvertedSource → 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
- CloneConvertedSource → 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
- lazy val metadata: Metadata
The metadata of the source table
The metadata of the source table
- Definition Classes
- CloneConvertedSource → 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
- CloneConvertedSource → CloneSource
- def protocol: Protocol
The source table's protocol
The source table's protocol
- Definition Classes
- CloneConvertedSource → CloneSource
- def schema: StructType
The source table schema
The source table schema
- Definition Classes
- CloneConvertedSource → CloneSource
- def sizeInBytes: Long
Total size of data files in bytes
Total size of data files in bytes
- Definition Classes
- CloneConvertedSource → CloneSource
- def snapshot: Option[Snapshot]
A snapshot of the source table, if exists
A snapshot of the source table, if exists
- Definition Classes
- CloneConvertedSource → 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
- CloneConvertedSource → 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()