Package org.apache.druid.metadata.input
Class SqlInputFormat
java.lang.Object
org.apache.druid.metadata.input.SqlInputFormat
- All Implemented Interfaces:
InputFormat
-
Field Summary
Fields inherited from interface org.apache.druid.data.input.InputFormat
TYPE_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateReader(InputRowSchema inputRowSchema, InputEntity source, File temporaryDirectory) booleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.druid.data.input.InputFormat
createRowAdapter, getWeightedSize
-
Constructor Details
-
SqlInputFormat
public SqlInputFormat(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Details
-
isSplittable
public boolean isSplittable()- Specified by:
isSplittablein interfaceInputFormat
-
createReader
public InputEntityReader createReader(InputRowSchema inputRowSchema, InputEntity source, File temporaryDirectory) - Specified by:
createReaderin interfaceInputFormat
-