-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: some LayoutReader cleanups (#1623)
- Introduced `PollRead<T>` patterned after `std::task::Poll` - Added an enum for pruning to make it more clear than true/false (is true must prune or must read? etc.) - Implemented short-circuiting for pruning in ColumnarLayoutReader
- Loading branch information
Showing
9 changed files
with
233 additions
and
206 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
Oops, something went wrong.