Uses of Class
org.apache.druid.data.input.IntermediateRowParsingReader
Packages that use IntermediateRowParsingReader
-
Uses of IntermediateRowParsingReader in org.apache.druid.data.input
Subclasses of IntermediateRowParsingReader in org.apache.druid.data.inputModifier and TypeClassDescriptionclassTextReader<T>AbstractInputEntityReaderfor text format readers such as CSV or JSON.static classstatic class -
Uses of IntermediateRowParsingReader in org.apache.druid.data.input.impl
Subclasses of IntermediateRowParsingReader 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.classIn contrast toJsonLineReaderwhich processes input text line by line independently, this class tries to split the input into a list of JsonNode objects, and then parses each JsonNode independently into an InputRow.classIn contrast toJsonLineReaderwhich processes input text line by line independently, this class tries to parse the input text as a whole to an array of objects.classReader forLinesInputFormat.class