Class InputFormats.FlatTextFormatDefn

java.lang.Object
org.apache.druid.catalog.model.table.InputFormats.BaseFormatDefn
org.apache.druid.catalog.model.table.InputFormats.FlatTextFormatDefn
All Implemented Interfaces:
InputFormatDefn
Direct Known Subclasses:
InputFormats.CsvFormatDefn, InputFormats.DelimitedFormatDefn
Enclosing class:
InputFormats

public abstract static class InputFormats.FlatTextFormatDefn extends InputFormats.BaseFormatDefn
Definition of a flat text (CSV and delimited text) input format.

Note that not all the fields in FlatTextInputFormat appear here:

  • findColumnsFromHeader - not yet supported in MSQ.
  • hasHeaderRow - Always set to false since we don't bother to read it. skipHeaderRows is used to specify the number of header rows to skip.