You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Vibhatha Lakmal Abeykoon (Jira)" <ji...@apache.org> on 2022/06/12 01:50:00 UTC

[jira] [Updated] (ARROW-16686) [C++] Use shared_ptr with FunctionOptions

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

Vibhatha Lakmal Abeykoon updated ARROW-16686:
---------------------------------------------
    Summary: [C++] Use shared_ptr with FunctionOptions  (was: [C++] Use unique_ptr with FunctionOptions)

> [C++] Use shared_ptr with FunctionOptions
> -----------------------------------------
>
>                 Key: ARROW-16686
>                 URL: https://issues.apache.org/jira/browse/ARROW-16686
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>            Reporter: Vibhatha Lakmal Abeykoon
>            Assignee: Vibhatha Lakmal Abeykoon
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
>  
> Update the usage of `FunctionOptions*` to `unique_ptr` 
> {code:java}
> /// \brief Configure a grouped aggregation
> struct ARROW_EXPORT Aggregate {  
> /// the name of the aggregation function  
> std::string function;
> /// options for the aggregation function  
> const FunctionOptions* options;
> }; {code}
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.7#820007)