Uses of Class
org.eclipse.rdf4j.query.algebra.evaluation.function.FunctionRegistry
Packages that use FunctionRegistry
Package
Description
See discussion at https://github.com/eclipse/rdf4j/issues/1262
Core functions required for SPIN.
-
Uses of FunctionRegistry in org.eclipse.rdf4j.query.algebra.evaluation.function
Fields in org.eclipse.rdf4j.query.algebra.evaluation.function declared as FunctionRegistryModifier and TypeFieldDescriptionstatic final FunctionRegistryFunctionRegistry.FunctionRegistryHolder.instanceMethods in org.eclipse.rdf4j.query.algebra.evaluation.function that return FunctionRegistryModifier and TypeMethodDescriptionstatic FunctionRegistryFunctionRegistry.getInstance()Gets the default FunctionRegistry. -
Uses of FunctionRegistry in org.eclipse.rdf4j.spin
Fields in org.eclipse.rdf4j.spin declared as FunctionRegistryModifier and TypeFieldDescriptionprivate static final FunctionRegistrySpinWellKnownFunctions.functionRegistry -
Uses of FunctionRegistry in org.eclipse.rdf4j.spin.function
Fields in org.eclipse.rdf4j.spin.function declared as FunctionRegistryModifier and TypeFieldDescriptionprivate final FunctionRegistryKnownFunctionParser.functionRegistryConstructors in org.eclipse.rdf4j.spin.function with parameters of type FunctionRegistryModifierConstructorDescriptionKnownFunctionParser(FunctionRegistry functionRegistry, com.google.common.base.Function<IRI, String> wellKnownFunctions)