Class PopulationStandardDeviationAggregateFactory

  • All Implemented Interfaces:
    org.eclipse.rdf4j.query.parser.sparql.aggregate.AggregateFunctionFactory

    @Experimental
    public class PopulationStandardDeviationAggregateFactory
    extends Object
    implements org.eclipse.rdf4j.query.parser.sparql.aggregate.AggregateFunctionFactory
    AggregateFunctionFactory implementation that provides AggregateFunction used for processing population standard deviation.
    Author:
    Tomas Kovachev t.kovachev1996@gmail.com
    • Constructor Detail

      • PopulationStandardDeviationAggregateFactory

        public PopulationStandardDeviationAggregateFactory()
    • Method Detail

      • getIri

        public String getIri()
        Specified by:
        getIri in interface org.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:
        buildFunction in interface org.eclipse.rdf4j.query.parser.sparql.aggregate.AggregateFunctionFactory
      • getCollector

        public org.eclipse.rdf4j.query.parser.sparql.aggregate.AggregateCollector getCollector()
        Specified by:
        getCollector in interface org.eclipse.rdf4j.query.parser.sparql.aggregate.AggregateFunctionFactory