Add NORMALIZE to SQL String Functions while adding expanded Unicode Normalization support #20692
Labels
A-sql
Area: Polars SQL functionality
enhancement
New feature or an improvement of an existing feature
Description
Now that Polars has
str.normalize
with #20483.Also, possibly add support for
text IS [NOT] [form] NORMALIZED → boolean
(see PostgreSQL String Functions)in SQL and
str
Polars library as theunicode-normalization
crate has the requiredis_
functions.https://docs.rs/unicode-normalization/latest/unicode_normalization/index.html#functions
The text was updated successfully, but these errors were encountered: