morningman commented on a change in pull request #6977: URL: https://github.com/apache/incubator-doris/pull/6977#discussion_r740308333
########## File path: be/src/exprs/bitmap_function.h ########## @@ -99,6 +99,8 @@ class BitmapFunctions { static BigIntVal bitmap_max(FunctionContext* ctx, const StringVal& str); static StringVal bitmap_subset_in_range(FunctionContext* ctx, const StringVal& src, const BigIntVal& range_start, const BigIntVal& range_end); + static StringVal sub_bitmap(FunctionContext* ctx, const StringVal& src, Review comment: Without implementation? -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org