Class ColumnarIterator.Row

java.lang.Object
org.tribuo.data.columnar.ColumnarIterator.Row
Enclosing class:
ColumnarIterator

public static class ColumnarIterator.Row extends Object
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.