v.23.2Improvement
Support Empty/NotEmpty for IP Types
Support empty/notEmpty for IP types. #45799 (Yakov Olkhovskiy).
Why it matters
This feature enables users to check whether IP address columns contain empty or non-empty values, improving data validation and query capabilities for IP types.How to use it
Use the functionsempty(column_name) and notEmpty(column_name) in your queries where the column is of an IP type to filter or conditionally process IP data based on emptiness.