Class CustomAggregateFunctionRegistry

java.lang.Object
org.eclipse.rdf4j.common.lang.service.ServiceRegistry<String,AggregateFunctionFactory>
org.eclipse.rdf4j.query.parser.sparql.aggregate.CustomAggregateFunctionRegistry

@Experimental public class CustomAggregateFunctionRegistry extends ServiceRegistry<String,AggregateFunctionFactory>
ServiceRegistry implementation that stores available custom aggregate functions that can be used during query evaluation.
Author:
Tomas Kovachev t.kovachev1996@gmail.com