- class lance.LanceOperation.Update(lance.LanceOperation.BaseOperation)
Operation that updates rows in the dataset.
- removed_fragment_ids¶
The ids of the fragments that have been removed entirely.
- Type:
list[int]
- updated_fragments¶
The fragments that have been updated with new deletion vectors.
- Type:
list[FragmentMetadata]
- new_fragments¶
The fragments that contain the new rows.
- Type:
list[FragmentMetadata]
Public members¶
- Update(removed_fragment_ids: list[int], updated_fragments, ...)
Initialize self. See help(type(self)) for accurate signature.
- __repr__()
Return repr(self).
- removed_fragment_ids : List[int]
- updated_fragments : List[FragmentMetadata]
- new_fragments : List[FragmentMetadata]