Uses of Class
org.apache.flink.table.runtime.operators.sort.BinaryInMemorySortBuffer
Packages that use BinaryInMemorySortBuffer
-
Uses of BinaryInMemorySortBuffer in org.apache.flink.table.runtime.operators.sort
Methods in org.apache.flink.table.runtime.operators.sort that return BinaryInMemorySortBufferModifier and TypeMethodDescriptionstatic 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.