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