Vibhatha Lakmal Abeykoon created ARROW-16686:
------------------------------------------------
Summary: [C++] Use unique_ptr with FunctionOptions
Key: ARROW-16686
URL: https://issues.apache.org/jira/browse/ARROW-16686
Project: Apache Arrow
Issue Type: Improvement
Reporter: Vibhatha Lakmal Abeykoon
Assignee: Vibhatha Lakmal Abeykoon
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)