hwwxg opened a new issue #5346:
URL: https://github.com/apache/incubator-doris/issues/5346
like the bitmapAndnot function in clickhouse
or left anti join
select bitmap_to_string(bitmap_not(bitmap_from_string("1,2,3,4"),
bitmap_from_string("3,4,5,6")));
the result is 1,2
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]