mirror of
https://github.com/apache/druid.git
synced 2025-02-08 02:58:30 +00:00
* cooler cursor filter processing allowing much smart utilization of indexes by feeding selectivity forward, with implementations for range and predicate based filters * added new method Filter.makeFilterBundle which cursors use to get indexes and matchers for building offsets * AND filter partitioning is now pushed all the way down, even to nested AND filters * vector engine now uses same indexed base value matcher strategy for OR filters which partially support indexes