[Function] add bitmap function of bitmap_has_all (#6918)
The 'bitmap_has_all' function returns true if the first bitmap contains all the elements of the second bitmap.
This commit is contained in:
@ -80,6 +80,8 @@ public:
|
||||
const BigIntVal& input);
|
||||
static BooleanVal bitmap_has_any(FunctionContext* ctx, const StringVal& lhs,
|
||||
const StringVal& rhs);
|
||||
static BooleanVal bitmap_has_all(FunctionContext* ctx, const StringVal& lhs,
|
||||
const StringVal& rhs);
|
||||
|
||||
// intersect count
|
||||
template <typename T, typename ValType>
|
||||
|
||||
Reference in New Issue
Block a user