You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Jorge Leitão (Jira)" <ji...@apache.org> on 2020/10/20 16:18:00 UTC

[jira] [Created] (ARROW-10354) [Rust] [DataFusion] Add support for regex extract

Jorge Leitão created ARROW-10354:
------------------------------------

             Summary: [Rust] [DataFusion] Add support for regex extract
                 Key: ARROW-10354
                 URL: https://issues.apache.org/jira/browse/ARROW-10354
             Project: Apache Arrow
          Issue Type: New Feature
          Components: Rust, Rust - DataFusion
            Reporter: Jorge Leitão


The goal of this task is to support the string operation of extracting an item of a regex group, something like sparks' `regexp_extract`.

 

We could do this in the arrow crate and expose it on DataFusion. Note that arrow already depends on an external regex parser for Rust.

 



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