[FEA] Support regular expression delimiters for str_to_map
#4721
Labels
cudf_dependency
An issue or PR with this label depends on a new feature in cudf
feature request
New feature or request
P1
Nice to have for release
SQL
part of the SQL/Dataframe plugin
The
str_to_map
SQL function performs string splitting on the input to generate the output map. For literal delimiters this is trivial. For regular expression delimiter, this requires a lot of effort. We should be able to support regular expression delimiters as much as possible.Relevant PR:
str_to_map
[databricks] #4636Related PR and issues:
The text was updated successfully, but these errors were encountered: