[
https://issues.apache.org/jira/browse/ARROW-12984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chenxi Li updated ARROW-12984:
------------------------------
Summary: [C++] Passing options parameter of Count aggregation by reference
(was: [C++] Passing options of Count aggregation by reference)
> [C++] Passing options parameter of Count aggregation by reference
> -----------------------------------------------------------------
>
> Key: ARROW-12984
> URL: https://issues.apache.org/jira/browse/ARROW-12984
> Project: Apache Arrow
> Issue Type: Improvement
> Components: C++
> Reporter: Chenxi Li
> Assignee: Chenxi Li
> Priority: Minor
>
> The {{options}} parameter of Count function in {{api_aggregate.h}} is passed
> by value, it's better to be passed by reference like other functions.
> {code:c++}
> Result<Datum> Count(const Datum& value, ScalarAggregateOptions options,
> ExecContext* ctx)
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)