public interface FunctionProvider
FunctionRegistry
.
Providers must themselves be registered
by creating a file META-INF/services/com.pervasive.datarush.function.FunctionProvider
that contains an implementation class. Implementations should
extend SimpleFunctionProvider
rather than implementing this
interface directly.Modifier and Type | Method and Description |
---|---|
List<Class<?>> |
registeredClasses()
Returns a list of classes registered with this provider
|
Copyright © 2019 Actian Corporation. All rights reserved.