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

Method ArraySortOptions

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

Source from the content-addressed store, hash-verified

177 run_end_type{std::move(run_end_type)} {}
178
179ArraySortOptions::ArraySortOptions(SortOrder order, NullPlacement null_placement)
180 : FunctionOptions(internal::kArraySortOptionsType),
181 order(order),
182 null_placement(null_placement) {}
183constexpr char ArraySortOptions::kTypeName[];
184
185ARROW_SUPPRESS_DEPRECATION_WARNING

Callers 1

Calls

no outgoing calls

Tested by 1