kangkaisen commented on a change in pull request #2630: Support bitmap index
for more type
URL: https://github.com/apache/incubator-doris/pull/2630#discussion_r366300521
##########
File path: be/src/olap/rowset/segment_v2/plain_page.h
##########
@@ -157,6 +157,44 @@ class PlainPageDecoder : public PageDecoder {
return Status::OK();
}
+ Status seek_at_or_after_value(const void* value, bool* exact_match)
override {
Review comment:
Could we unify the `seek_at_or_after_value` in `plain_page.h` and
`bitshuffle_page.h`
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]