MCPcopy Create free account
hub / github.com/apache/arrow / ArraySortOptions

Method ArraySortOptions

cpp/src/arrow/compute/api_vector.cc:193–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191 run_end_type{std::move(run_end_type)} {}
192
193ArraySortOptions::ArraySortOptions(SortOrder order, NullPlacement null_placement)
194 : FunctionOptions(internal::kArraySortOptionsType),
195 order(order),
196 null_placement(null_placement) {}
197constexpr char ArraySortOptions::kTypeName[];
198
199SortOptions::SortOptions(std::vector<SortKey> sort_keys, NullPlacement null_placement)

Callers 1

Calls

no outgoing calls

Tested by 1