Class SqlInputFormat

  • All Implemented Interfaces:
    org.apache.druid.data.input.InputFormat

    public class SqlInputFormat
    extends Object
    implements org.apache.druid.data.input.InputFormat
    • Field Summary

      • Fields inherited from interface org.apache.druid.data.input.InputFormat

        TYPE_PROPERTY
    • Constructor Summary

      Constructors 
      Constructor Description
      SqlInputFormat​(com.fasterxml.jackson.databind.ObjectMapper objectMapper)  
    • Constructor Detail

      • SqlInputFormat

        public SqlInputFormat​(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
    • Method Detail

      • isSplittable

        public boolean isSplittable()
        Specified by:
        isSplittable in interface org.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:
        createReader in interface org.apache.druid.data.input.InputFormat