Skip to content

[rust] BatchScanner: whole-table scan via create_batch_scanner() #570

@fresh-borzoni

Description

@fresh-borzoni

Search before asking

  • I searched in the issues and found nothing similar.

Description

Add the no-arg create_batch_scanner() that scans every bucket (and partition) of a table, not just one.

Internally it fans out per-bucket LimitBatchScanners and applies a global limit across them (Java's CompositeBatchScanner).
Reserve the bare name for this, the per-bucket one is create_bucket_batch_scanner.

Willingness to contribute

  • I'm willing to submit a PR!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No fields configured for Task.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions