druid/benchmarks
Clint Wylie 9ed9a80b9d optimize numeric column null value checking for low filter selectivity (more rows) (#8822)
* use peekable iterator for numeric column selector null checking instead of bitmap.get for those sweet sweet nanoseconds

* remove unused method

* slight optimization i think

* remove clone from wrappers since we do not use and is confusing

* fixes and tests

* int instead of Integer

* fix it

* fixes, more tests

* fix
2019-11-13 10:53:46 -08:00
..
src optimize numeric column null value checking for low filter selectivity (more rows) (#8822) 2019-11-13 10:53:46 -08:00
pom.xml parallel broker merges on fork join pool (#8578) 2019-11-07 11:58:46 -08:00