public interface SortBuffer
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
flushMemory()
Flush memory, return false if not supported.
|
long |
getOccupancy() |
int |
size() |
MutableObjectIterator<BinaryRow> |
sortedIterator() |
boolean |
write(InternalRow record) |
int size()
void clear()
long getOccupancy()
boolean flushMemory() throws IOException
IOException
boolean write(InternalRow record) throws IOException
IOException
MutableObjectIterator<BinaryRow> sortedIterator() throws IOException
IOException
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.