Interface RowMajorDataFrame.Column<R,V>
-
- All Known Implementing Classes:
JavaDataFrameFactory.AccessLogColumn
- Enclosing interface:
- RowMajorDataFrame<R,C,V>
public static interface RowMajorDataFrame.Column<R,V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Class
getType()
V
getValue(R row)
-