You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Jorge (Jira)" <ji...@apache.org> on 2020/09/15 21:00:00 UTC

[jira] [Created] (ARROW-10019) [Rust] Add substring kernel

Jorge created ARROW-10019:
-----------------------------

             Summary: [Rust] Add substring kernel
                 Key: ARROW-10019
                 URL: https://issues.apache.org/jira/browse/ARROW-10019
             Project: Apache Arrow
          Issue Type: New Feature
          Components: Rust
            Reporter: Jorge
            Assignee: Jorge


substring returns a substring of a StringArray starting at a given index, and with a given optional length.

{{fn substring(array: &Array, start: i32, length: &Option<u32>) -> Result<ArrayRef>}}

This operation is common in strings, and it is useful for string-based transformations



--
This message was sent by Atlassian Jira
(v8.3.4#803005)