Package com.qfs.agg
Interface IMultiSourceAggregation
- All Superinterfaces:
IGenericAggregation,Serializable
- All Known Subinterfaces:
IUserDefinedAggregation
- All Known Implementing Classes:
AMultiSourceAggregation,AUserDefinedAggregation,AUserDefinedVectorAggregation,SumProductFunction.SumProductAggregationVectorDouble,SumProductFunction.SumProductAggregationVectorFloat,SumProductFunction.SumProductAggregationVectorLong
An aggregation that is binding a multi-column data sources with a destination aggregates
structure.
-
Method Summary
Methods inherited from interface com.qfs.agg.IGenericAggregation
bindAggregates, bindSources, createChunkFactory, getAggregatedDataType, getSourceIdentifiers, getSourceTypes, writeReplace
-
Method Details
-
getAggregationFunction
IMultiSourceAggregationFunction getAggregationFunction()Description copied from interface:IGenericAggregationReturns the associatedfunction.- Specified by:
getAggregationFunctionin interfaceIGenericAggregation
-