Added support for set operations on Apache Datasketches within ClickHouse.
Why it matters
This feature enables users to perform set operations using Apache Datasketches, facilitating integration with other systems that utilize this sketch library. It provides a way to handle approximate set representations in queries where Datasketches are relevant.How to use it
Users can apply the new set operations on Apache Datasketches in their SQL queries within ClickHouse. Specific syntax and functions to manipulate Datasketches can be used to perform unions, intersections, and other set operations.