case class CloneIcebergSource(tableIdentifier: TableIdentifier, sparkTable: Option[Table], tableSchema: Option[StructType], spark: SparkSession) extends CloneConvertedSource with Product with Serializable
A iceberg table source to be cloned from
- Alphabetic
- By Inheritance
- CloneIcebergSource
- Serializable
- Product
- Equals
- CloneConvertedSource
- CloneSource
- Closeable
- AutoCloseable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new CloneIcebergSource(tableIdentifier: TableIdentifier, sparkTable: Option[Table], tableSchema: Option[StructType], spark: SparkSession)
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
- def catalogTable: Option[CatalogTable]
The catalog table of the source table, if exists
The catalog table of the source table, if exists
- Definition Classes
- CloneIcebergSource → CloneSource
- 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
- lazy val convertTargetTable: ConvertTargetTable
- Definition Classes
- CloneIcebergSource → CloneConvertedSource
- 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 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
- CloneIcebergSource → CloneConvertedSource → CloneSource
- final def getClass(): Class[_ <: AnyRef]
- 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
- def name: String
The source table name
The source table name
- Definition Classes
- CloneIcebergSource → 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 productElementNames: Iterator[String]
- Definition Classes
- Product
- 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
- val spark: SparkSession
- val sparkTable: Option[Table]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tableIdentifier: TableIdentifier
- val tableSchema: Option[StructType]
- 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
- 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()