Commits

Brian Hulette authored f3542c256f0
ARROW-2705: [JS] CombinationPredicates should take list of predicates `CombinationPredicate` now stores a list of child predicates rather than just a left and right Also adds `and`, `or` functions for easier creation of combination predicates with several children Author: Brian Hulette <hulettbh@gmail.com> Closes #2231 from TheNeuralBit/multi-combo-predicate and squashes the following commits: a35d8cf6 <Brian Hulette> Fix predicate types 915b867a <Brian Hulette> Fix es2015/umd bug, rename predicates => children c4836b7a <Brian Hulette> fix es5/umd bug 8ad0e501 <Brian Hulette> CombinationPredicate now stores a list ...