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

Method SortOptions

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

Source from the content-addressed store, hash-verified

197constexpr char ArraySortOptions::kTypeName[];
198
199SortOptions::SortOptions(std::vector<SortKey> sort_keys, NullPlacement null_placement)
200 : FunctionOptions(internal::kSortOptionsType),
201 sort_keys(std::move(sort_keys)),
202 null_placement(null_placement) {}
203SortOptions::SortOptions(const Ordering& ordering)
204 : FunctionOptions(internal::kSortOptionsType),
205 sort_keys(ordering.sort_keys()),

Callers 3

_sort_tableFunction · 0.80
test_sort_indices_arrayFunction · 0.80

Calls

no outgoing calls

Tested by 3

_sort_tableFunction · 0.64
test_sort_indices_arrayFunction · 0.64