You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ja...@apache.org on 2021/11/30 18:52:23 UTC

[pinot] branch master updated (dfb7fee -> d172737)

This is an automated email from the ASF dual-hosted git repository.

jackie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git.


    from dfb7fee  Make split commit the default commit protocol (#7780)
     add d172737  Add getPredicate() to PredicateEvaluator (#7840)

No new revisions were added by this update.

Summary of changes:
 .../BaseDictionaryBasedPredicateEvaluator.java     |  5 ++
 .../filter/predicate/BasePredicateEvaluator.java   | 18 +++++
 .../BaseRawValueBasedPredicateEvaluator.java       |  7 ++
 .../predicate/EqualsPredicateEvaluatorFactory.java | 71 +++++------------
 .../FSTBasedRegexpPredicateEvaluatorFactory.java   | 33 ++++----
 .../predicate/InPredicateEvaluatorFactory.java     | 71 +++++------------
 .../NotEqualsPredicateEvaluatorFactory.java        | 75 ++++++------------
 .../predicate/NotInPredicateEvaluatorFactory.java  | 71 +++++------------
 .../filter/predicate/PredicateEvaluator.java       |  5 ++
 .../predicate/RangePredicateEvaluatorFactory.java  | 90 +++++++---------------
 .../RegexpLikePredicateEvaluatorFactory.java       | 13 +---
 .../org/apache/pinot/core/plan/FilterPlanNode.java |  6 +-
 .../pinot/perf/BenchmarkScanDocIdIterators.java    |  5 ++
 13 files changed, 173 insertions(+), 297 deletions(-)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org