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
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DeletionVectorDescriptor
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DeletionVectorDescriptor(storageType: String, pathOrInlineDv: String, offset: Option[Int] = None, sizeInBytes: Int, cardinality: Long, maxRowIndex: Option[Long] = None)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def absolutePath(tableLocation: Path): Path
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val cardinality: Long
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. 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.

  9. def copyWithNewRelativePath(id: UUID, randomPrefix: String): DeletionVectorDescriptor

    Produce a copy of this DV, with pathOrInlineDv replaced by a relative path based on id and randomPrefix.

    Produce a copy of this DV, with pathOrInlineDv replaced by a relative path based on id and randomPrefix.

    If the DV already has a relative path or is inline, then this is just a normal copy.

  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. 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()
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def inlineData: Array[Byte]
    Annotations
    @JsonIgnore()
  15. def isAbsolute: Boolean
    Attributes
    protected[delta]
    Annotations
    @JsonIgnore()
  16. def isEmpty: Boolean
    Attributes
    protected[delta]
    Annotations
    @JsonIgnore()
  17. def isInline: Boolean
    Attributes
    protected[delta]
    Annotations
    @JsonIgnore()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def isOnDisk: Boolean
    Attributes
    protected[delta]
    Annotations
    @JsonIgnore()
  20. def isRelative: Boolean
    Attributes
    protected[delta]
    Annotations
    @JsonIgnore()
  21. val maxRowIndex: Option[Long]
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. val offset: Option[Int]
  26. val pathOrInlineDv: String
  27. def serializeToBase64(): String
  28. val sizeInBytes: Int
  29. val storageType: String
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. lazy val uniqueFileId: String
    Annotations
    @JsonIgnore() @transient()
  32. lazy val uniqueId: String
    Annotations
    @JsonIgnore() @transient()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped