Uses of Class
org.apache.druid.data.input.TextReader.Bytes
-
Packages that use TextReader.Bytes Package Description org.apache.druid.data.input.impl -
-
Uses of TextReader.Bytes in org.apache.druid.data.input.impl
Subclasses of TextReader.Bytes 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.
-