Uses of Interface
org.apache.druid.catalog.model.table.InputFormatDefn
-
Packages that use InputFormatDefn Package Description org.apache.druid.catalog.model org.apache.druid.catalog.model.table -
-
Uses of InputFormatDefn in org.apache.druid.catalog.model
Methods in org.apache.druid.catalog.model that return InputFormatDefn Modifier and Type Method Description InputFormatDefnTableDefnRegistry. 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 Modifier and Type Method Description Map<String,InputFormatDefn>TableDefnRegistry. formats() -
Uses of InputFormatDefn in org.apache.druid.catalog.model.table
Classes in org.apache.druid.catalog.model.table that implement InputFormatDefn Modifier and Type Class Description static classInputFormats.BaseFormatDefnBase class for input format definitions.static classInputFormats.CsvFormatDefnDefinition for the CSV input format.static classInputFormats.DelimitedFormatDefnstatic classInputFormats.FlatTextFormatDefnDefinition of a flat text (CSV and delimited text) input format.static classInputFormats.JsonFormatDefnJSON format definition.
-