apache / apache/fluss-rust

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

Open
#570 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
58
Forks
50
PR merge metrics
No merged PRs in 30d

Description

### Search before asking

- [x] I searched in the [issues](https://github.com/apache/fluss-rust/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!

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.