Uses of Class
org.apache.druid.data.input.InputRowSchema
-
Packages that use InputRowSchema Package Description org.apache.druid.data.input org.apache.druid.data.input.impl -
-
Uses of InputRowSchema in org.apache.druid.data.input
Methods in org.apache.druid.data.input that return InputRowSchema Modifier and Type Method Description InputRowSchemaTextReader. getInputRowSchema()Methods in org.apache.druid.data.input with parameters of type InputRowSchema Modifier and Type Method Description InputEntityReaderInputFormat. 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)InputSourceReaderAbstractInputSource. reader(InputRowSchema inputRowSchema, InputFormat inputFormat, File temporaryDirectory)InputSourceReaderInputSource. reader(InputRowSchema inputRowSchema, InputFormat inputFormat, File temporaryDirectory)Creates anInputSourceReader.Constructors in org.apache.druid.data.input with parameters of type InputRowSchema Constructor Description Bytes(InputRowSchema inputRowSchema, InputEntity source)Strings(InputRowSchema inputRowSchema, InputEntity source)TextReader(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 InputRowSchema Modifier and Type Method Description InputEntityReaderCsvInputFormat. createReader(InputRowSchema inputRowSchema, InputEntity source, File temporaryDirectory)InputEntityReaderDelimitedInputFormat. createReader(InputRowSchema inputRowSchema, InputEntity source, File temporaryDirectory)InputEntityReaderJsonInputFormat. createReader(InputRowSchema inputRowSchema, InputEntity source, File temporaryDirectory)InputEntityReaderRegexInputFormat. createReader(InputRowSchema inputRowSchema, InputEntity source, File temporaryDirectory)RowAdapter<InputRow>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 InputRowSchema Constructor Description InputEntityIteratingReader(InputRowSchema inputRowSchema, InputFormat inputFormat, CloseableIterator<? extends InputEntity> sourceIterator, SystemFieldDecoratorFactory systemFieldDecoratorFactory, File temporaryDirectory)
-