forked from apache/arrow
-
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.
ARROW-2159: [JS] Support custom predicates
Adds support for defining a custom predicate with callback functions, like so: ```js table.filter(predicate.custom( (idx) => {...}, (batch) => {...} )); ``` Author: Brian Hulette <[email protected]> Closes apache#1616 from TheNeuralBit/custom-predicate and squashes the following commits: 77f5441 [Brian Hulette] Add test, squash bug 29ecc80 [Brian Hulette] Add CustomPredicate
- Loading branch information
Brian Hulette
committed
Feb 19, 2018
1 parent
8e90836
commit 77f2841
Showing
4 changed files
with
29 additions
and
3 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