logo
Lance documentation
lance.LanceOperation.RewriteGroup
Initializing search
    Lance
    Lance
      • Quickstart
      • Read and Write Data
      • Schema Evolution
      • Lance Format Spec
      • Blob API
      • Manage Tags
      • Object Store Configuration
      • Distributed Write
      • Performance Guide
      • Tokenizer
      • Extension Arrays
      • Huggingface
      • Tensorflow
      • PyTorch
      • Ray
      • Spark
    • API References
    • Contributor Guide
    • Examples
    class lance.LanceOperation.RewriteGroup

    Collection of rewritten files

    Public members¶

    RewriteGroup(old_fragments: Iterable[FragmentMetadata], ...)

    Initialize self. See help(type(self)) for accurate signature.

    __repr__()

    Return repr(self).

    __eq__(other)

    Return self==value.

    old_fragments : Iterable[FragmentMetadata]
    new_fragments : Iterable[FragmentMetadata]
    © Copyright 2025, Lance Developer.
    Created using Sphinx 8.2.3. and Sphinx-Immaterial