Uses of Class
org.apache.druid.data.input.IntermediateRowParsingReader
-
Packages that use IntermediateRowParsingReader Package Description org.apache.druid.data.input org.apache.druid.data.input.impl -
-
Uses of IntermediateRowParsingReader in org.apache.druid.data.input
Subclasses of IntermediateRowParsingReader in org.apache.druid.data.input Modifier and Type Class Description classTextReader<T>AbstractInputEntityReaderfor text format readers such as CSV or JSON.static classTextReader.Bytesstatic classTextReader.Strings -
Uses of IntermediateRowParsingReader in org.apache.druid.data.input.impl
Subclasses of IntermediateRowParsingReader 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.classJsonNodeReaderIn 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.classJsonReaderIn 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.classRegexReader
-