public interface RecordComparator extends Comparator<BaseRow>, Serializable
BinaryInMemorySortBuffer.
For performance, subclasses are usually implemented through CodeGenerator.
A new interface for helping JVM inline.int compare(BaseRow o1, BaseRow o2)
compare 在接口中 Comparator<BaseRow>Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.