Package io.deephaven.modelfarm
Interface RowDataManager.LoadExtraColumns<DATATYPE>
- Type Parameters:
DATATYPE
- data type
- Enclosing interface:
- RowDataManager<KEYTYPE,
DATATYPE>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface for loading data for extra columns.
-
Method Summary
-
Method Details
-
load
Load data for extra columns.- Parameters:
data
- data structure to populateindex
- table index of the row to load data fromusePrev
- use data from the previous table update
-