public interface LocalMerger
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
forEach(java.util.function.Consumer<InternalRow> consumer) |
boolean |
put(RowKind rowKind,
BinaryRow key,
InternalRow value) |
int |
size() |
boolean put(RowKind rowKind, BinaryRow key, InternalRow value) throws IOException
IOExceptionint size()
void forEach(java.util.function.Consumer<InternalRow> consumer) throws IOException
IOExceptionvoid clear()
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.