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 org.eclipse.rdf4j.common.lang.service.ServiceRegistry<String,AggregateFunctionFactory>
ServiceRegistryimplementation that stores available custom aggregate functions that can be used during query evaluation.- Author:
- Tomas Kovachev [email protected]
-
-
Constructor Summary
Constructors Constructor Description CustomAggregateFunctionRegistry()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CustomAggregateFunctionRegistrygetInstance()protected StringgetKey(AggregateFunctionFactory service)
-
-
-
Method Detail
-
getInstance
public static CustomAggregateFunctionRegistry getInstance()
-
getKey
protected String getKey(AggregateFunctionFactory service)
- Specified by:
getKeyin classorg.eclipse.rdf4j.common.lang.service.ServiceRegistry<String,AggregateFunctionFactory>
-
-