intersect_count
Description
A function to find the intersection size (number of same elements) of two Bitmap values, without requiring the data distribution to be orthogonal. The first parameter is the Bitmap column, the second parameter is the dimension column used for filtering, and the third parameter is a variable-length parameter, meaning that different values of the filtering dimension column are taken.
If there is no intersection, 0 is returned.
Syntax
BIGINT INTERSECT_COUNT(bitmap_column, column_to_filter, filter_values)