case class VersionChecksum(txnId: Option[String], tableSizeBytes: Long, numFiles: Long, numDeletedRecordsOpt: Option[Long], numDeletionVectorsOpt: Option[Long], numMetadata: Long, numProtocol: Long, inCommitTimestampOpt: Option[Long], setTransactions: Option[Seq[SetTransaction]], domainMetadata: Option[Seq[DomainMetadata]], metadata: Metadata, protocol: Protocol, histogramOpt: Option[FileSizeHistogram], deletedRecordCountsHistogramOpt: Option[DeletedRecordCountsHistogram], allFiles: Option[Seq[AddFile]]) extends Product with Serializable
Stats calculated within a snapshot, which we store along individual transactions for verification.
- txnId
Optional transaction identifier
- tableSizeBytes
The size of the table in bytes
- numFiles
Number of
AddFileactions in the snapshot- numDeletedRecordsOpt
The number of deleted records with Deletion Vectors.
- numDeletionVectorsOpt
The number of Deletion Vectors present in the snapshot.
- numMetadata
Number of
Metadataactions in the snapshot- numProtocol
Number of
Protocolactions in the snapshot- histogramOpt
Optional file size histogram
- deletedRecordCountsHistogramOpt
A histogram of the deleted records count distribution for all the files in the snapshot.
- Alphabetic
- By Inheritance
- VersionChecksum
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new VersionChecksum(txnId: Option[String], tableSizeBytes: Long, numFiles: Long, numDeletedRecordsOpt: Option[Long], numDeletionVectorsOpt: Option[Long], numMetadata: Long, numProtocol: Long, inCommitTimestampOpt: Option[Long], setTransactions: Option[Seq[SetTransaction]], domainMetadata: Option[Seq[DomainMetadata]], metadata: Metadata, protocol: Protocol, histogramOpt: Option[FileSizeHistogram], deletedRecordCountsHistogramOpt: Option[DeletedRecordCountsHistogram], allFiles: Option[Seq[AddFile]])
- txnId
Optional transaction identifier
- tableSizeBytes
The size of the table in bytes
- numFiles
Number of
AddFileactions in the snapshot- numDeletedRecordsOpt
The number of deleted records with Deletion Vectors.
- numDeletionVectorsOpt
The number of Deletion Vectors present in the snapshot.
- numMetadata
Number of
Metadataactions in the snapshot- numProtocol
Number of
Protocolactions in the snapshot- histogramOpt
Optional file size histogram
- deletedRecordCountsHistogramOpt
A histogram of the deleted records count distribution for all the files in the snapshot.
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
- val allFiles: Option[Seq[AddFile]]
- 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 deletedRecordCountsHistogramOpt: Option[DeletedRecordCountsHistogram]
- val domainMetadata: Option[Seq[DomainMetadata]]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- 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()
- val histogramOpt: Option[FileSizeHistogram]
- val inCommitTimestampOpt: Option[Long]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val metadata: Metadata
- 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 numDeletedRecordsOpt: Option[Long]
- val numDeletionVectorsOpt: Option[Long]
- val numFiles: Long
- val numMetadata: Long
- val numProtocol: Long
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val protocol: Protocol
- val setTransactions: Option[Seq[SetTransaction]]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tableSizeBytes: Long
- val txnId: Option[String]
- 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()