forked from crate/crate
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve encapsulation of components used in FetchBatchAccumulator
- Renames `FetchProjectorContext` → `ReaderBuckets`. Is now used only for partitioning of the `_fetchId`s by `_readerId` into a `_docId` + later carry the result for the fetched values for the doc-ids. - `FetchRowInputSymbolVisitor` leaked a lot of the workings into the `FetchBatchAccumulator`. This is now encapsulated via `FetchRows`.
- Loading branch information
1 parent
65f0c34
commit 3c3c3d4
Showing
12 changed files
with
497 additions
and
617 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
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.