Uses of Class
com.pervasive.datarush.functions.FunctionDescription
-
Packages that use FunctionDescription Package Description com.pervasive.datarush.aggregations com.pervasive.datarush.functions 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 FunctionDescription Modifier and Type Method Description FunctionDescriptionAggregationRegistry. 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 FunctionDescription Modifier and Type Method Description Collection<FunctionDescription>AggregationRegistry. getFunctionDescriptions()Return a list of descriptions of all available aggregations.Map<String,Collection<FunctionDescription>>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 FunctionDescription Modifier and Type Method Description FunctionDescriptionFunctionRegistry. 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 FunctionDescription Modifier and Type Method Description Collection<FunctionDescription>FunctionRegistry. getFunctionDescriptions()Return a list of descriptions of all available functions.Map<String,Collection<FunctionDescription>>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 Modifier and Type Method Description intFunctionDescription. compareTo(FunctionDescription o)
-