case class DeltaScan(version: Long, files: Seq[AddFile], total: DataSize, partition: DataSize, scanned: DataSize)(scannedSnapshot: Snapshot, partitionFilters: ExpressionSet, dataFilters: ExpressionSet, partitionLikeDataFilters: ExpressionSet, rewrittenPartitionLikeDataFilters: Set[Expression], unusedFilters: ExpressionSet, scanDurationMs: Long, dataSkippingType: DeltaDataSkippingType) extends Product with Serializable
Used to hold details the files and stats for a scan where we have already applied filters and a limit.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DeltaScan
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new DeltaScan(version: Long, files: Seq[AddFile], total: DataSize, partition: DataSize, scanned: DataSize)(scannedSnapshot: Snapshot, partitionFilters: ExpressionSet, dataFilters: ExpressionSet, partitionLikeDataFilters: ExpressionSet, rewrittenPartitionLikeDataFilters: Set[Expression], unusedFilters: ExpressionSet, scanDurationMs: Long, dataSkippingType: DeltaDataSkippingType)
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 allFilters: ExpressionSet
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val dataFilters: ExpressionSet
- val dataSkippingType: DeltaDataSkippingType
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val files: Seq[AddFile]
- lazy val filtersUsedForSkipping: ExpressionSet
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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()
- val partition: DataSize
- val partitionFilters: ExpressionSet
- val partitionLikeDataFilters: ExpressionSet
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val rewrittenPartitionLikeDataFilters: Set[Expression]
- val scanDurationMs: Long
- val scanned: DataSize
- val scannedSnapshot: Snapshot
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val total: DataSize
- val unusedFilters: ExpressionSet
- val version: Long
- 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()