public interface OutputRecord
Contains step's results of a single row
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final OutputRecord
     
  • Method Summary

    Modifier and Type
    Method
    Description
    The output index of this output record belonged to
    getValueAt(String columnName)
    Returns cell value of the specified column
    boolean
    hasColumn(String columnName)
    Determine whether output record has the specified column
  • Field Details

  • Method Details

    • getValueAt

      Supplier<Object> getValueAt(String columnName)
      Returns cell value of the specified column
      Parameters:
      columnName -
      Returns:
      value
    • hasColumn

      boolean hasColumn(String columnName)
      Determine whether output record has the specified column
      Parameters:
      columnName -
      Returns:
    • getNodeIndex

      NodeIndex getNodeIndex()
      The output index of this output record belonged to
      Returns:
      output node index