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
IOException
int size()
void forEach(java.util.function.Consumer<InternalRow> consumer) throws IOException
IOException
void clear()
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.