Uses of Class
org.apache.druid.data.input.InputRowSchema
Packages that use InputRowSchema
-
Uses of InputRowSchema in org.apache.druid.data.input
Methods in org.apache.druid.data.input that return InputRowSchemaMethods in org.apache.druid.data.input with parameters of type InputRowSchemaModifier and TypeMethodDescriptionInputFormat.createReader(InputRowSchema inputRowSchema, InputEntity source, File temporaryDirectory) default RowAdapter<InputRow>InputFormat.createRowAdapter(InputRowSchema inputRowSchema) Returns an adapter that can read the rows fromInputFormat.createReader(InputRowSchema, InputEntity, File), given a particularInputRowSchema.protected InputSourceReaderAbstractInputSource.fixedFormatReader(InputRowSchema inputRowSchema, File temporaryDirectory) protected InputSourceReaderAbstractInputSource.formattableReader(InputRowSchema inputRowSchema, InputFormat inputFormat, File temporaryDirectory) AbstractInputSource.reader(InputRowSchema inputRowSchema, InputFormat inputFormat, File temporaryDirectory) InputSource.reader(InputRowSchema inputRowSchema, InputFormat inputFormat, File temporaryDirectory) Creates anInputSourceReader.Constructors in org.apache.druid.data.input with parameters of type InputRowSchemaModifierConstructorDescriptionprotectedBytes(InputRowSchema inputRowSchema, InputEntity source) protectedStrings(InputRowSchema inputRowSchema, InputEntity source) protectedTextReader(InputRowSchema inputRowSchema, InputEntity source) -
Uses of InputRowSchema in org.apache.druid.data.input.impl
Methods in org.apache.druid.data.input.impl with parameters of type InputRowSchemaModifier and TypeMethodDescriptionCsvInputFormat.createReader(InputRowSchema inputRowSchema, InputEntity source, File temporaryDirectory) DelimitedInputFormat.createReader(InputRowSchema inputRowSchema, InputEntity source, File temporaryDirectory) JsonInputFormat.createReader(InputRowSchema inputRowSchema, InputEntity source, File temporaryDirectory) LinesInputFormat.createReader(InputRowSchema inputRowSchema, InputEntity source, File temporaryDirectory) RegexInputFormat.createReader(InputRowSchema inputRowSchema, InputEntity source, File temporaryDirectory) FlatTextInputFormat.createRowAdapter(InputRowSchema inputRowSchema) protected InputSourceReaderCloudObjectInputSource.formattableReader(InputRowSchema inputRowSchema, InputFormat inputFormat, File temporaryDirectory) protected InputSourceReaderHttpInputSource.formattableReader(InputRowSchema inputRowSchema, InputFormat inputFormat, File temporaryDirectory) protected InputSourceReaderInlineInputSource.formattableReader(InputRowSchema inputRowSchema, InputFormat inputFormat, File temporaryDirectory) protected InputSourceReaderLocalInputSource.formattableReader(InputRowSchema inputRowSchema, InputFormat inputFormat, File temporaryDirectory) static InputRowMapInputRowParser.parse(InputRowSchema inputRowSchema, Map<String, Object> theMap) Constructors in org.apache.druid.data.input.impl with parameters of type InputRowSchemaModifierConstructorDescriptionInputEntityIteratingReader(InputRowSchema inputRowSchema, InputFormat inputFormat, CloseableIterator<? extends InputEntity> sourceIterator, SystemFieldDecoratorFactory systemFieldDecoratorFactory, File temporaryDirectory)