Uses of Interface
com.pervasive.datarush.functions.FunctionProvider
-
Packages that use FunctionProvider Package Description com.pervasive.datarush.analytics.functions Provides various statistics functions.com.pervasive.datarush.functions Provides classes and interfaces related to defining functions on records.com.pervasive.datarush.matching.functions Provides functions related to approximate matching. -
-
Uses of FunctionProvider in com.pervasive.datarush.analytics.functions
Classes in com.pervasive.datarush.analytics.functions that implement FunctionProvider Modifier and Type Class Description classAnalyticsFunctionProvider -
Uses of FunctionProvider in com.pervasive.datarush.functions
Classes in com.pervasive.datarush.functions that implement FunctionProvider Modifier and Type Class Description classCoreFunctionProviderRegisters core classes containing ScalarValuedFunction methods.classSimpleFunctionProviderConvenient base class for implementations ofFunctionProvider. -
Uses of FunctionProvider in com.pervasive.datarush.matching.functions
Classes in com.pervasive.datarush.matching.functions that implement FunctionProvider Modifier and Type Class Description classMatchingFunctionProvider
-