Skip to content

DeletionVectorStore

DeletionVectorStore is an abstraction of stores of deletion vectors to be loaded as RoaringBitmapArrays.

DeletionVectorStore is created using createInstance utility.

Contract (Subset)

Loading Deletion Vector

read(
  path: Path,
  offset: Int,
  size: Int): RoaringBitmapArray

Loads (reads) a deletion vector (as RoaringBitmapArray)

See:

Used when:

Implementations

Creating DeletionVectorStore

createInstance(
  hadoopConf: Configuration): DeletionVectorStore

createInstance creates a HadoopFileSystemDVStore.


createInstance is used when: