public class InputEntityIteratingReader extends Object implements InputSourceReader
InputEntitys. This class could be used for
most of InputSources.| Constructor and Description |
|---|
InputEntityIteratingReader(InputRowSchema inputRowSchema,
InputFormat inputFormat,
CloseableIterator<? extends InputEntity> sourceCloseableIterator,
File temporaryDirectory) |
InputEntityIteratingReader(InputRowSchema inputRowSchema,
InputFormat inputFormat,
Iterator<? extends InputEntity> sourceIterator,
File temporaryDirectory) |
| Modifier and Type | Method and Description |
|---|---|
CloseableIterator<InputRow> |
read(InputStats inputStats) |
CloseableIterator<InputRowListPlusRawValues> |
sample() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreadpublic InputEntityIteratingReader(InputRowSchema inputRowSchema, InputFormat inputFormat, Iterator<? extends InputEntity> sourceIterator, File temporaryDirectory)
public InputEntityIteratingReader(InputRowSchema inputRowSchema, InputFormat inputFormat, CloseableIterator<? extends InputEntity> sourceCloseableIterator, File temporaryDirectory)
public CloseableIterator<InputRow> read(InputStats inputStats)
read in interface InputSourceReaderpublic CloseableIterator<InputRowListPlusRawValues> sample()
sample in interface InputSourceReaderCopyright © 2011–2023 The Apache Software Foundation. All rights reserved.