kangkaisen commented on a change in pull request #2439: Add bitmap_hash function
URL: https://github.com/apache/incubator-doris/pull/2439#discussion_r356945390
##########
File path: fe/src/main/java/org/apache/doris/catalog/FunctionSet.java
##########
@@ -513,9 +515,9 @@ public void init() {
public static final String BITMAP_UNION = "bitmap_union";
public static final String BITMAP_UNION_INT = "bitmap_union_int";
public static final String BITMAP_COUNT = "bitmap_count";
- public static final String BITMAP_EMPTY = "bitmap_empty";
- public static final String TO_BITMAP = "to_bitmap";
+ public static final Set<String> BITMAP_LOAD_FNS =
Review comment:
OK
----------------------------------------------------------------
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]