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

Method Equals

cpp/src/arrow/compute/ordering.cc:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24namespace compute {
25
26bool SortKey::Equals(const SortKey& other) const {
27 return target == other.target && order == other.order &&
28 null_placement == other.null_placement;
29}
30
31std::string SortKey::ToString() const {
32 std::stringstream ss;

Callers 1

IsSuborderOfMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected