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

Method SortOptions

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

Source from the content-addressed store, hash-verified

189 null_placement(std::nullopt) {}
190
191SortOptions::SortOptions(std::vector<SortKey> sort_keys,
192 std::optional<NullPlacement> null_placement)
193 : FunctionOptions(internal::kSortOptionsType),
194 sort_keys(std::move(sort_keys)),
195 null_placement(null_placement) {}
196SortOptions::SortOptions(const Ordering& ordering)
197 : FunctionOptions(internal::kSortOptionsType),
198 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