Uses of Interface
net.pricefx.formulaengine.DatamartContext.DataLoader
Packages that use DatamartContext.DataLoader
Package
Description
Provides Formula Engine API classes.
-
Uses of DatamartContext.DataLoader in net.pricefx.formulaengine
Methods in net.pricefx.formulaengine that return DatamartContext.DataLoaderModifier and TypeMethodDescriptionDistCalcFormulaContext.getDataLoader()
Provides access to the DataLoader instance that allows adding rows to the Result table linked to the DL.ModelCalcFormulaContext.getDataLoader()
DatamartContext.newDataLoader
(DatamartContext.Table table) DatamartContext.newDataLoader
(DatamartContext.Table table, List<String> headerFieldNames) -
Uses of DatamartContext.DataLoader in net.pricefx.formulaengine.optimization
Methods in net.pricefx.formulaengine.optimization that return DatamartContext.DataLoaderModifier and TypeMethodDescriptionModelParallelCalculationFormulaItemContext.newDataLoader
(DatamartContext.Table table) AsDatamartContext.newDataLoader(net.pricefx.formulaengine.DatamartContext.Table)
but with one difference: The removal of duplicate rows in and the indexing of the target table is deferred till the end of the calculation job.ModelParallelCalculationFormulaItemContext.newDataLoader
(DatamartContext.Table table, List<String> headerFieldNames) AsDatamartContext.newDataLoader(net.pricefx.formulaengine.DatamartContext.Table, java.util.List)
but with one difference: The removal of duplicate rows in and the indexing of the target table is deferred till the end of the calculation job.