Package org.apache.druid.metadata.input
Class SqlInputFormat
- java.lang.Object
-
- org.apache.druid.metadata.input.SqlInputFormat
-
- All Implemented Interfaces:
org.apache.druid.data.input.InputFormat
public class SqlInputFormat extends Object implements org.apache.druid.data.input.InputFormat
-
-
Constructor Summary
Constructors Constructor Description SqlInputFormat(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.druid.data.input.InputEntityReadercreateReader(org.apache.druid.data.input.InputRowSchema inputRowSchema, org.apache.druid.data.input.InputEntity source, File temporaryDirectory)booleanisSplittable()
-
-
-
Method Detail
-
isSplittable
public boolean isSplittable()
- Specified by:
isSplittablein interfaceorg.apache.druid.data.input.InputFormat
-
createReader
public org.apache.druid.data.input.InputEntityReader createReader(org.apache.druid.data.input.InputRowSchema inputRowSchema, org.apache.druid.data.input.InputEntity source, File temporaryDirectory)- Specified by:
createReaderin interfaceorg.apache.druid.data.input.InputFormat
-
-