You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Francois Saint-Jacques (JIRA)" <ji...@apache.org> on 2019/02/18 19:04:00 UTC

[jira] [Assigned] (ARROW-3120) [C++] Thread-safe parallel aggregator

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

Francois Saint-Jacques reassigned ARROW-3120:
---------------------------------------------

    Assignee:     (was: Francois Saint-Jacques)

> [C++] Thread-safe parallel aggregator
> -------------------------------------
>
>                 Key: ARROW-3120
>                 URL: https://issues.apache.org/jira/browse/ARROW-3120
>             Project: Apache Arrow
>          Issue Type: New Feature
>          Components: C++
>            Reporter: Wes McKinney
>            Priority: Major
>              Labels: analytics
>
> The general API for aggregation should be something like
> {code}
> Aggregator* aggregator = ...;
> const Array& chunk = ...;
> RETURN_NOT_OK(aggregator->Update(chunk));
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)