Uses of Class
com.pervasive.datarush.functions.FunctionDescription
Packages that use FunctionDescription
Package
Description
Provides classes and interfaces related to defining functions on records.
-
Uses of FunctionDescription in com.pervasive.datarush.aggregations
Methods in com.pervasive.datarush.aggregations that return FunctionDescriptionModifier and TypeMethodDescriptionAggregationRegistry.getFunctionDescription(String name, int argCount) Create a FunctionDescription for a given aggregation.Methods in com.pervasive.datarush.aggregations that return types with arguments of type FunctionDescriptionModifier and TypeMethodDescriptionAggregationRegistry.getFunctionDescriptions()Return a list of descriptions of all available aggregations.AggregationRegistry.getFunctionDescriptionsByCategory()Returns a list of descriptions of all available aggregations, organized by category. -
Uses of FunctionDescription in com.pervasive.datarush.functions
Methods in com.pervasive.datarush.functions that return FunctionDescriptionModifier and TypeMethodDescriptionFunctionRegistry.getFunctionDescription(String name, int argCount) Create a FunctionDescription for a given function.Methods in com.pervasive.datarush.functions that return types with arguments of type FunctionDescriptionModifier and TypeMethodDescriptionFunctionRegistry.getFunctionDescriptions()Return a list of descriptions of all available functions.FunctionRegistry.getFunctionDescriptionsByCategory()Returns a list of descriptions of all available functions, organized by category.Methods in com.pervasive.datarush.functions with parameters of type FunctionDescription