Uses of Interface
org.apache.druid.catalog.model.table.InputFormatDefn
Packages that use InputFormatDefn
-
Uses of InputFormatDefn in org.apache.druid.catalog.model
Methods in org.apache.druid.catalog.model that return InputFormatDefnModifier and TypeMethodDescriptionTableDefnRegistry.inputFormatDefnFor(String type) Return input format definition for the given input format type name, ornullif there is no such definition.Methods in org.apache.druid.catalog.model that return types with arguments of type InputFormatDefn -
Uses of InputFormatDefn in org.apache.druid.catalog.model.table
Classes in org.apache.druid.catalog.model.table that implement InputFormatDefnModifier and TypeClassDescriptionstatic classBase class for input format definitions.static classDefinition for the CSV input format.static classstatic classDefinition of a flat text (CSV and delimited text) input format.static classJSON format definition.