You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2021/11/01 15:35:51 UTC

[GitHub] [incubator-doris] morningman commented on a change in pull request #6977: [Function] add BE bitmap function sub_bitmap

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-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org