imay commented on a change in pull request #2731: Add bitamp_to_string function
URL: https://github.com/apache/incubator-doris/pull/2731#discussion_r365635444
 
 

 ##########
 File path: be/src/exprs/bitmap_function.h
 ##########
 @@ -55,6 +55,8 @@ class BitmapFunctions {
     static StringVal bitmap_hash(FunctionContext* ctx, const StringVal& src);
     static StringVal bitmap_or(FunctionContext* ctx, const StringVal& 
src,const StringVal& dst);
     static StringVal bitmap_and(FunctionContext* ctx, const StringVal& 
src,const StringVal& dst);
+    static StringVal bitmap_to_string(FunctionContext* ctx, const StringVal& 
input);
+    static StringVal bitmap_from_string(FunctionContext* ctx, const StringVal& 
input);
 
 Review comment:
   done

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to