mirror of
https://github.com/apache/druid.git
synced 2025-02-09 11:34:54 +00:00
* 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