Class VarianceAggregateFactory
- java.lang.Object
-
- org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate.variance.VarianceAggregateFactory
-
- All Implemented Interfaces:
org.eclipse.rdf4j.query.parser.sparql.aggregate.AggregateFunctionFactory
@Experimental public class VarianceAggregateFactory extends Object implements org.eclipse.rdf4j.query.parser.sparql.aggregate.AggregateFunctionFactory
AggregateFunctionFactoryimplementation that providesAggregateFunctionused for processing sample variance.- Author:
- Tomas Kovachev t.kovachev1996@gmail.com
-
-
Constructor Summary
Constructors Constructor Description VarianceAggregateFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.rdf4j.query.parser.sparql.aggregate.AggregateFunctionbuildFunction(Function<BindingSet,org.eclipse.rdf4j.model.Value> evaluationStep)org.eclipse.rdf4j.query.parser.sparql.aggregate.AggregateCollectorgetCollector()StringgetIri()
-
-
-
Method Detail
-
getIri
public String getIri()
- Specified by:
getIriin interfaceorg.eclipse.rdf4j.query.parser.sparql.aggregate.AggregateFunctionFactory
-
buildFunction
public org.eclipse.rdf4j.query.parser.sparql.aggregate.AggregateFunction buildFunction(Function<BindingSet,org.eclipse.rdf4j.model.Value> evaluationStep)
- Specified by:
buildFunctionin interfaceorg.eclipse.rdf4j.query.parser.sparql.aggregate.AggregateFunctionFactory
-
getCollector
public org.eclipse.rdf4j.query.parser.sparql.aggregate.AggregateCollector getCollector()
- Specified by:
getCollectorin interfaceorg.eclipse.rdf4j.query.parser.sparql.aggregate.AggregateFunctionFactory
-
-