Package org.apache.druid.data.input
Class TextReader.Strings
- All Implemented Interfaces:
InputEntityReader
- Direct Known Subclasses:
LinesReader,RegexReader
- Enclosing class:
TextReader<T>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.druid.data.input.TextReader
TextReader.Bytes, TextReader.Strings -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedStrings(InputRowSchema inputRowSchema, InputEntity source) -
Method Summary
Methods inherited from class org.apache.druid.data.input.TextReader
findOrCreateInputRowSignature, getInputRowSchema, getNumHeaderLinesToSkip, intermediateRowIteratorWithMetadata, needsToProcessHeaderLine, parseInputRows, processHeaderLine, sourceMethods inherited from class org.apache.druid.data.input.IntermediateRowParsingReader
intermediateRowAsString, intermediateRowIterator, read, sample, toMap
-
Constructor Details
-
Strings
-
-
Method Details
-
makeSourceIterator
- Specified by:
makeSourceIteratorin classTextReader<String>
-