imay commented on a change in pull request #2772: Support 64 bits integers for 
BITMAP type
URL: https://github.com/apache/incubator-doris/pull/2772#discussion_r367707458
 
 

 ##########
 File path: be/src/exprs/bitmap_function.cpp
 ##########
 @@ -154,6 +154,12 @@ void read_from(const char** src, StringValue* result) {
 
 } // namespace detail
 
+static StringVal serialize(FunctionContext* ctx, BitmapValue& value) {
 
 Review comment:
   ```suggestion
   static StringVal serialize(FunctionContext* ctx, const BitmapValue& value) {
   ```

----------------------------------------------------------------
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]

Reply via email to