Uses of Class
org.apache.flink.table.runtime.operators.sort.BinaryKVInMemorySortBuffer
-
Packages that use BinaryKVInMemorySortBuffer Package Description org.apache.flink.table.runtime.operators.sort -
-
Uses of BinaryKVInMemorySortBuffer in org.apache.flink.table.runtime.operators.sort
Methods in org.apache.flink.table.runtime.operators.sort that return BinaryKVInMemorySortBuffer Modifier and Type Method Description static BinaryKVInMemorySortBufferBinaryKVInMemorySortBuffer. createBuffer(NormalizedKeyComputer normalizedKeyComputer, BinaryRowDataSerializer keySerializer, BinaryRowDataSerializer valueSerializer, RecordComparator comparator, ArrayList<org.apache.flink.core.memory.MemorySegment> recordBufferSegments, long numElements, MemorySegmentPool pool)
-