Class PopulationVarianceAggregateFactory
java.lang.Object
org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate.variance.PopulationVarianceAggregateFactory
- All Implemented Interfaces:
 AggregateFunctionFactory
@Experimental
public class PopulationVarianceAggregateFactory
extends Object
implements AggregateFunctionFactory
AggregateFunctionFactory implementation that provides AggregateFunction used for processing
population variance.- Author:
 - Tomas Kovachev t.kovachev1996@gmail.com
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbuildFunction(Function<BindingSet, Value> evaluationStep) Builds an aggregate function with input evaluation stepgetIri() 
- 
Constructor Details
- 
PopulationVarianceAggregateFactory
public PopulationVarianceAggregateFactory() 
 - 
 - 
Method Details
- 
getIri
- Specified by:
 getIriin interfaceAggregateFunctionFactory- Returns:
 - the identifier associated with given function
 
 - 
buildFunction
Description copied from interface:AggregateFunctionFactoryBuilds an aggregate function with input evaluation step- Specified by:
 buildFunctionin interfaceAggregateFunctionFactory- Parameters:
 evaluationStep- used to process values from an iterator's binding set- Returns:
 - an aggregate function evaluator
 
 - 
getCollector
- Specified by:
 getCollectorin interfaceAggregateFunctionFactory- Returns:
 - result collector associated with given function type
 
 
 -