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
-
Field Summary
Fields inherited from class org.eclipse.rdf4j.common.lang.service.ServiceRegistry
logger, services
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected String
getKey
(AggregateFunctionFactory service) Gets the key for the specified service.
-
Constructor Details
-
CustomAggregateFunctionRegistry
public CustomAggregateFunctionRegistry()
-
-
Method Details
-
getInstance
-
getKey
Description copied from class:ServiceRegistry
Gets the key for the specified service.- Specified by:
getKey
in classServiceRegistry<String,
AggregateFunctionFactory> - Parameters:
service
- The service to get the key for.- Returns:
- The key for the specified service.
-