v.25.11New Feature
Add system.unicode table
Add system.unicode table, containing a list of Unicode characters and their properties. Closes #80055. #80857 (wxybear).Why it matters
This feature allows users to directly query Unicode character properties within ClickHouse, simplifying queries related to character classification, encoding, and Unicode data processing without external lookups.How to use it
Users can query thesystem.unicode table like any other system table using SELECT statements to retrieve Unicode characters and their associated properties.