clintropolis commented on pull request #12315:
URL: https://github.com/apache/druid/pull/12315#issuecomment-1061310060


   I actually think the "like" filter here could be done a bit differently and 
could eliminate the need for `BitmapIndex.getIndex` which is now only used to 
power `BitmapIndexSelector.getDimensionValues`, which itself is only used by 
the `LikeFilter` to call `(index) -> likeMatcher.matchesSuffixOnly(dimValues, 
index)` to filter the values of `BitmapIndex.getBitmapsInRange`, the version of 
which is only called by the "like" filter.... I will see if I can further 
simplify things


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to