c
org.apache.spark.sql.delta.actions
DeletionVectorDescriptor
Companion object DeletionVectorDescriptor
case class DeletionVectorDescriptor(storageType: String, pathOrInlineDv: String, offset: Option[Int] = None, sizeInBytes: Int, cardinality: Long, maxRowIndex: Option[Long] = None) extends Product with Serializable
Information about a deletion vector attached to a file action.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DeletionVectorDescriptor
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new DeletionVectorDescriptor(storageType: String, pathOrInlineDv: String, offset: Option[Int] = None, sizeInBytes: Int, cardinality: Long, maxRowIndex: Option[Long] = None)
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 absolutePath(tableLocation: Path): Path
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val cardinality: Long
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def copyWithAbsolutePath(tableLocation: Path): DeletionVectorDescriptor
Produce a copy of this DV, but using an absolute path.
Produce a copy of this DV, but using an absolute path.
If the DV already has an absolute path or is inline, then this is just a normal copy.
- def copyWithNewRelativePath(id: UUID, randomPrefix: String): DeletionVectorDescriptor
Produce a copy of this DV, with
pathOrInlineDvreplaced by a relative path based onidandrandomPrefix.Produce a copy of this DV, with
pathOrInlineDvreplaced by a relative path based onidandrandomPrefix.If the DV already has a relative path or is inline, then this is just a normal copy.
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- lazy val estimatedSerializedSize: Int
Returns the estimated number of bytes required to serialize this object.
Returns the estimated number of bytes required to serialize this object.
- Attributes
- protected[delta]
- Annotations
- @JsonIgnore()
- 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()
- def inlineData: Array[Byte]
- Annotations
- @JsonIgnore()
- def isAbsolute: Boolean
- Attributes
- protected[delta]
- Annotations
- @JsonIgnore()
- def isEmpty: Boolean
- Attributes
- protected[delta]
- Annotations
- @JsonIgnore()
- def isInline: Boolean
- Attributes
- protected[delta]
- Annotations
- @JsonIgnore()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isOnDisk: Boolean
- Attributes
- protected[delta]
- Annotations
- @JsonIgnore()
- def isRelative: Boolean
- Attributes
- protected[delta]
- Annotations
- @JsonIgnore()
- val maxRowIndex: Option[Long]
- 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 offset: Option[Int]
- val pathOrInlineDv: String
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val sizeInBytes: Int
- val storageType: String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- lazy val uniqueFileId: String
- Annotations
- @JsonIgnore() @transient()
- lazy val uniqueId: String
- Annotations
- @JsonIgnore() @transient()
- 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()