Skip to content

HadoopFileSystemDVStore

HadoopFileSystemDVStore is a DeletionVectorStore.

Creating Instance

HadoopFileSystemDVStore takes the following to be created:

HadoopFileSystemDVStore is created when:

Reading Deletion Vector

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

read is part of the DeletionVectorStore abstraction.

read...FIXME