- class lance.LanceOperation.Rewrite(lance.LanceOperation.BaseOperation)
Operation that rewrites one or more files and indices into one or more files and indices.
- groups¶
Groups of files that have been rewritten.
- Type:
list[RewriteGroup]
- rewritten_indices¶
Indices that have been rewritten.
- Type:
list[RewrittenIndex]
Warning
This is an advanced API not intended for general use.
Public members¶
- Rewrite(groups: Iterable[RewriteGroup], rewritten_indices)
Initialize self. See help(type(self)) for accurate signature.
- __repr__()
Return repr(self).
- groups : Iterable[RewriteGroup]
- rewritten_indices : Iterable[RewrittenIndex]