Package org.tribuo.data.columnar
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
-
Method Summary
-
Constructor Details
-
Row
Constructs a row from a columnar source.- Parameters:
index
- The row index.fields
- The field names, assumed to be immutable.rowData
- The row data.
-
-
Method Details