Class TransformingInputSourceReader
- java.lang.Object
-
- org.apache.druid.segment.transform.TransformingInputSourceReader
-
- All Implemented Interfaces:
InputSourceReader
public class TransformingInputSourceReader extends Object implements InputSourceReader
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CloseableIterator<InputRow>
read(InputStats inputStats)
CloseableIterator<InputRowListPlusRawValues>
sample()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.druid.data.input.InputSourceReader
read, rowAdapter
-
-
-
-
Method Detail
-
read
public CloseableIterator<InputRow> read(InputStats inputStats) throws IOException
- Specified by:
read
in interfaceInputSourceReader
- Throws:
IOException
-
sample
public CloseableIterator<InputRowListPlusRawValues> sample() throws IOException
- Specified by:
sample
in interfaceInputSourceReader
- Throws:
IOException
-
-