lance_table::format::pb

Module deletion_file

Source
Expand description

Nested message and enum types in DeletionFile.

Enumsยง

  • Type of deletion file, which varies depending on what is the most efficient way to store the deleted row offsets. If none, then will be unspecified. If there are sparsely deleted rows, then ARROW_ARRAY is the most efficient. If there are densely deleted rows, then BIT_MAP is the most efficient.