You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2019/09/17 16:32:00 UTC

[jira] [Assigned] (ARROW-1560) [C++] Kernel implementations for "match" function

     [ https://issues.apache.org/jira/browse/ARROW-1560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antoine Pitrou reassigned ARROW-1560:
-------------------------------------

    Assignee:     (was: Preeti Suman)

> [C++] Kernel implementations for "match" function
> -------------------------------------------------
>
>                 Key: ARROW-1560
>                 URL: https://issues.apache.org/jira/browse/ARROW-1560
>             Project: Apache Arrow
>          Issue Type: New Feature
>          Components: C++
>            Reporter: Wes McKinney
>            Priority: Major
>              Labels: Analytics
>
> Match computes a position index array from an array values into a set of categories
> {code}
> match(['a', 'b', 'a', null, 'b', 'a', 'b'], ['b', 'a'])
> return [1, 0, 1, null, 0, 1, 0]
> {code}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)