| 程序包 | 说明 |
|---|---|
| org.apache.paimon.reader | |
| org.apache.paimon.utils |
| 限定符和类型 | 类和说明 |
|---|---|
class |
RecordReaderIterator<T>
Wrap a
RecordReader as an CloseableIterator. |
| 限定符和类型 | 方法和说明 |
|---|---|
default CloseableIterator<T> |
RecordReader.toCloseableIterator()
Convert this reader to a
CloseableIterator. |
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CloseableIterator.IteratorAdapter<E>
Adapter from
Iterator to CloseableIterator. |
| 限定符和类型 | 字段和说明 |
|---|---|
static CloseableIterator<?> |
CloseableIterator.EMPTY_INSTANCE |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> CloseableIterator<T> |
CloseableIterator.adapterForIterator(Iterator<T> iterator) |
static <T> CloseableIterator<T> |
CloseableIterator.adapterForIterator(Iterator<T> iterator,
AutoCloseable close) |
static <T> CloseableIterator<T> |
CloseableIterator.empty() |
static <T> CloseableIterator<T> |
CloseableIterator.flatten(CloseableIterator<T>... iterators) |
static <T> CloseableIterator<T> |
CloseableIterator.fromList(List<T> list,
java.util.function.Consumer<T> closeNotConsumed) |
static <E> CloseableIterator<E> |
CloseableIterator.ofElement(E element,
java.util.function.Consumer<E> closeIfNotConsumed) |
static <T> CloseableIterator<T> |
CloseableIterator.ofElements(java.util.function.Consumer<T> closeNotConsumed,
T... elements) |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> CloseableIterator<T> |
CloseableIterator.flatten(CloseableIterator<T>... iterators) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.