MCPcopy Create free account
hub / github.com/apache/impala / Compare

Method Compare

be/src/runtime/sorter-ir.cc:83–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83int IR_ALWAYS_INLINE Sorter::TupleSorter::Compare(
84 const TupleRow* lhs, const TupleRow* rhs) {
85 FreeExprResultPoolIfNeeded();
86 return comparator_.Compare(lhs, rhs);
87}
88
89Status IR_ALWAYS_INLINE Sorter::TupleSorter::Partition2way(TupleIterator begin,
90 TupleIterator end, const Tuple* pivot, TupleIterator* cut) {

Callers 2

TESTFunction · 0.45
TestCompareImplFunction · 0.45

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.36
TestCompareImplFunction · 0.36