Interface OutputRecord
public interface OutputRecord
Contains step's results of a single row
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe output index of this output record belonged togetValueAt
(String columnName) Returns cell value of the specified columnboolean
Determine whether output record has the specified column
-
Field Details
-
EMPTY
-
-
Method Details
-
getValueAt
Returns cell value of the specified column- Parameters:
columnName
-- Returns:
- value
-
hasColumn
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
-