Class ColumnarIterator.Row
java.lang.Object
org.tribuo.data.columnar.ColumnarIterator.Row
- Enclosing class:
ColumnarIterator
A representation of a row of untyped data from a columnar data source. In addition to its row data it stores a
canonical field list and its index (from 0) in the original data source. It should be immutable once constructed.
It is the responsibility of the implementor of ColumnarIterator to ensure that the passed field list is immutable.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Row
-
-
Method Details
-
getFields
-
getIndex
public long getIndex() -
getRowData
-
toString
-