public class HoodieFileSliceReader<T> extends Object implements Iterator<HoodieRecord<T>>
| Modifier and Type | Method and Description |
|---|---|
static HoodieFileSliceReader |
getFileSliceReader(Option<HoodieFileReader> baseFileReader,
HoodieMergedLogRecordScanner scanner,
org.apache.avro.Schema schema,
Properties props,
Option<Pair<String,String>> simpleKeyGenFieldsOpt) |
boolean |
hasNext() |
HoodieRecord<T> |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic static HoodieFileSliceReader getFileSliceReader(Option<HoodieFileReader> baseFileReader, HoodieMergedLogRecordScanner scanner, org.apache.avro.Schema schema, Properties props, Option<Pair<String,String>> simpleKeyGenFieldsOpt) throws IOException
IOExceptionpublic boolean hasNext()
hasNext in interface Iterator<HoodieRecord<T>>public HoodieRecord<T> next()
next in interface Iterator<HoodieRecord<T>>Copyright © 2023 The Apache Software Foundation. All rights reserved.