Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
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 10
Attachments
Issue Links
- is a child of
-
ARROW-555 [C++] String algorithm library for StringArray/BinaryArray
- Open
- links to