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 2020/01/17 00:10:14 UTC

[GitHub] [incubator-doris] imay commented on a change in pull request #2772: Support 64 bits integers for BITMAP type

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


With regards,
Apache Git Services

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