case class DeletionVectorData(filePath: String, deletionVectorId: Option[String], deletedRowIndexSet: Array[Byte], deletedRowIndexCount: Long) extends Sizing with Product with Serializable
Row containing the file path and its new deletion vector bitmap in memory
- filePath
Absolute path of the data file this DV result is generated for.
- deletionVectorId
Existing DeletionVectorDescriptor serialized in JSON format. This info is used to load the existing DV with the new DV.
- deletedRowIndexSet
In-memory Deletion vector bitmap generated containing the newly deleted row indexes from data file.
- deletedRowIndexCount
Count of rows marked as deleted using the deletedRowIndexSet.
- Alphabetic
- By Inheritance
- DeletionVectorData
- Serializable
- Serializable
- Product
- Equals
- Sizing
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
DeletionVectorData(filePath: String, deletionVectorId: Option[String], deletedRowIndexSet: Array[Byte], deletedRowIndexCount: Long)
- filePath
Absolute path of the data file this DV result is generated for.
- deletionVectorId
Existing DeletionVectorDescriptor serialized in JSON format. This info is used to load the existing DV with the new DV.
- deletedRowIndexSet
In-memory Deletion vector bitmap generated containing the newly deleted row indexes from data file.
- deletedRowIndexCount
Count of rows marked as deleted using the deletedRowIndexSet.
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val deletedRowIndexCount: Long
- val deletedRowIndexSet: Array[Byte]
- val deletionVectorId: Option[String]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val filePath: String
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- 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()
-
def
size: Int
The size of the bitmaps to use in BinPackingIterator.
The size of the bitmaps to use in BinPackingIterator.
- Definition Classes
- DeletionVectorData → Sizing
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()