v.21.4New Features
Support dictHas function for RangeHashedDictionary
SupportdictHasfunction forRangeHashedDictionary. Fixes #6680. #19816 (Maksim Kita).
Why it matters
This feature addresses the limitation where thedictHas function could not be used with RangeHashedDictionary. By enabling this support, users can now efficiently check for the presence of keys within dictionaries that use range hashing, improving dictionary usability and query flexibility.How to use it
Users can now directly use thedictHas function with RangeHashedDictionary dictionaries in their queries without any additional configuration changes.