Class DeletionVectorStoredBitmap
Object
io.delta.kernel.internal.deletionvectors.DeletionVectorStoredBitmap
Bitmap for a Deletion Vector, implemented as a thin wrapper around a Deletion Vector Descriptor.
The bitmap can be empty, inline or on-disk. In case of on-disk deletion vectors, `tableDataPath`
must be set to the data path of the Delta table, which is where deletion vectors are stored.
-
Constructor Summary
ConstructorsConstructorDescriptionDeletionVectorStoredBitmap(DeletionVectorDescriptor dvDescriptor, Optional<String> tableDataPath) -
Method Summary
-
Constructor Details
-
DeletionVectorStoredBitmap
public DeletionVectorStoredBitmap(DeletionVectorDescriptor dvDescriptor, Optional<String> tableDataPath)
-
-
Method Details
-
load
- Throws:
IOException
-