Open syb853553110 opened 2 years ago
I think this modification will be incompatible with old data @syb853553110 https://doris.apache.org/zh-CN/sql-reference/sql-functions/bitmap-functions/bitmap_hash.html#description
I think this modification will be incompatible with old data @syb853553110 https://doris.apache.org/zh-CN/sql-reference/sql-functions/bitmap-functions/bitmap_hash.html#description
Is it possible to add a method? For example bitmap_hash128
Search before asking
Description
The bitmap_hash function can be implemented using murmur_hash3_128
Solution
The bitmap_hash function can be implemented using murmur_hash3_128, which is more efficient than murmur_hash3_32
Are you willing to submit PR?
Code of Conduct