Uses of Class
org.apache.druid.data.input.TextReader.Bytes
Packages that use TextReader.Bytes
-
Uses of TextReader.Bytes in org.apache.druid.data.input.impl
Subclasses of TextReader.Bytes in org.apache.druid.data.input.implModifier and TypeClassDescriptionclassDelimitedValueReader is the reader for Delimitor Separate Value format input data(CSV/TSV).classJsonLineReaderreads input text line by line and tries to convert each text line to an JSON object.