Why it matters
This feature expands bitmap functions to accept all native integer types as input. It resolves limitations where only certain integer types were supported, enhancing flexibility and compatibility with diverse datasets that use different integer sizes.How to use it
Users can now directly use bitmap functions with any native integer type without additional type conversions. Simply apply bitmap functions on columns or expressions of any native integer type as usual.