public interface InputRecord
Contains step's input of a single row
  • Method Details

    • getColumnCount

      long getColumnCount()
      Total number of columns
      Returns:
      total number of columns
    • getColumnSchemas

      ColumnSchema getColumnSchemas()
      Retrieve column schemas
      Returns:
      column schemas
    • getValue

      CellValue getValue(String columnName)
      Get value from a column
      Parameters:
      columnName -
      Returns:
      value
    • getValues

      List<CellValue> getValues(List<Column> columns)
      Get values from specified columns
      Parameters:
      columns - specified columns
      Returns:
      values
    • getRowNumber

      long getRowNumber()