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

Function SortOptions Defaults

cpp/src/arrow/compute/api_vector.h:118–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116
117 ARROW_DEPRECATED("Deprecated in arrow 25.0.0, use null_placement in sort_keys instead")
118 explicit SortOptions(std::vector<SortKey> sort_keys,
119 std::optional<NullPlacement> null_placement);
120
121 explicit SortOptions(const Ordering& ordering);
122 static constexpr const char kTypeName[] = "SortOptions";
123 static SortOptions Defaults() { return SortOptions(); }
124 /// Convenience constructor to create an ordering from SortOptions
125 ///
126 /// Note: Both classes contain the exact same information. However,

Callers

nothing calls this directly

Calls 1

SortOptionsFunction · 0.70

Tested by

no test coverage detected