Class InputFormats
- java.lang.Object
-
- org.apache.druid.catalog.model.table.InputFormats
-
public class InputFormats extends Object
Catalog definitions for the Druid input formats. Maps from catalog and SQL functions to the Druid input format implementations.
-
-
Nested Class Summary
Nested Classes 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.
-
Constructor Summary
Constructors Constructor Description InputFormats()
-