forked from facebookincubator/velox
-
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.
Add ExprToSubfieldFilterParser and allow custom parser registration (f…
…acebookincubator#11452) Summary: 'leafCallToSubfieldFilter' is Presto specific, to adapt to engine like Spark, this PR adds 'ExprToSubfieldFilterParser' and provides a parser factory which allows the registration of custom parser. facebookincubator#11093 Pull Request resolved: facebookincubator#11452 Reviewed By: Yuhta Differential Revision: D65612043 Pulled By: kevinwilfong fbshipit-source-id: 91f2cf571f0f2eb6701c01591781f00552fa8b12
- Loading branch information
1 parent
396b2bb
commit f2e137a
Showing
5 changed files
with
421 additions
and
201 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.