Class DeletionVectorStoredBitmap

Object
io.delta.kernel.internal.deletionvectors.DeletionVectorStoredBitmap

public class DeletionVectorStoredBitmap extends Object
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.