Class LinesInputFormat

java.lang.Object
org.apache.druid.data.input.impl.LinesInputFormat
All Implemented Interfaces:
InputFormat

public class LinesInputFormat extends Object implements InputFormat
Input format that breaks the input on newlines, and returns a single column named LinesReader.LINE_COLUMN.
  • Field Details

  • Constructor Details

    • LinesInputFormat

      public LinesInputFormat()
  • Method Details