-
Notifications
You must be signed in to change notification settings - Fork 245
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wip: allow scanning data in out of order (#874)
* wip: allow scanning data in various orders * fix lifetime issues * adjust the API to get existing tests to pass * test: test the unordered code path * feat: expose unordered_scan in Python * fix: keep debug * test: add test to enforce scan ordering * refactor: add fragment readahead parameter and rename to scan_in_order * fix: enforce batch_readahead across fragments
- Loading branch information
Showing
6 changed files
with
328 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.