-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is basic implementation of SelectiveStreamReader for ROW type that supports the following: - extracting only specified rows; - top-level IS NULL and IS NOT NULL filters; - subfield pruning - structs nested within other structs or arrays. Support for range filters on nested fields will be added in future commits.
- Loading branch information
1 parent
0a41532
commit 2af400e
Showing
7 changed files
with
624 additions
and
17 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
Oops, something went wrong.