Uses of Class
org.apache.flink.table.runtime.operators.sort.BinaryInMemorySortBuffer
-
Packages that use BinaryInMemorySortBuffer Package Description org.apache.flink.table.runtime.operators.sort -
-
Uses of BinaryInMemorySortBuffer in org.apache.flink.table.runtime.operators.sort
Methods in org.apache.flink.table.runtime.operators.sort that return BinaryInMemorySortBuffer Modifier and Type Method Description static BinaryInMemorySortBufferBinaryInMemorySortBuffer. createBuffer(NormalizedKeyComputer normalizedKeyComputer, AbstractRowDataSerializer<org.apache.flink.table.data.RowData> inputSerializer, BinaryRowDataSerializer serializer, RecordComparator comparator, MemorySegmentPool memoryPool)Create a memory sorter in `insert` way.
-