Uses of Class
org.apache.druid.data.input.TextReader
-
Packages that use TextReader Package Description org.apache.druid.data.input org.apache.druid.data.input.impl -
-
Uses of TextReader in org.apache.druid.data.input
Subclasses of TextReader in org.apache.druid.data.input Modifier and Type Class Description static classTextReader.Bytesstatic classTextReader.Strings -
Uses of TextReader in org.apache.druid.data.input.impl
Subclasses of TextReader in org.apache.druid.data.input.impl Modifier and Type Class Description classDelimitedValueReaderDelimitedValueReader is the reader for Delimitor Separate Value format input data(CSV/TSV).classJsonLineReaderJsonLineReaderreads input text line by line and tries to convert each text line to an JSON object.classRegexReader
-