Module dv_handler_impl

Module dv_handler_impl 

Source

StructsΒ§

DvHandlerImpl
Real implementation of DvHandler using the iceberg-rust crate.
LoadedDeleteVectorEntry πŸ”’

ConstantsΒ§

DELETION_VECTOR_PROPERTY_CARDINALITY πŸ”’
Puffin blob property for deletion vector cardinality.
DELETION_VECTOR_PROPERTY_REFERENCED_DATA_FILE πŸ”’
Puffin blob property for referenced data file path.

FunctionsΒ§

build_partition_key_from_data_file πŸ”’
load_delete_vectors πŸ”’
Loads existing delete vectors for the given data file paths by scanning the table’s current snapshot. Returns a map from data file path to the loaded delete vector and partition key (if partitioned).
read_dv_positions_from_data_file πŸ”’