-
Couldn't load subscription status.
- Fork 3.9k
Closed
Milestone
Description
We have "binary_length" but that doesn't handle UTF-8 the way we need for this. Example (from R):
> string <- "áéíóú"
> nchar(string)
[1] 5
> arrow:::call_function("binary_length", Scalar$create(string))
Scalar
10cc @maartenbreddels @pitrou @jorisvandenbossche
Reporter: Neal Richardson / @nealrichardson
Assignee: Eduardo Ponce / @edponce
Related issues:
- [C++] String algorithm library for StringArray/BinaryArray (is a child of)
PRs and other links:
Note: This issue was originally created as ARROW-11693. Please see the migration documentation for further details.