Package | Description |
---|---|
com.pervasive.datarush.aggregations | |
com.pervasive.datarush.functions |
Provides classes and interfaces related to defining functions on records.
|
Modifier and Type | Method and Description |
---|---|
FunctionDescription |
AggregationRegistry.getFunctionDescription(String name,
int argCount)
Create a FunctionDescription for a given aggregation.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
FunctionDescription |
FunctionRegistry.getFunctionDescription(String name,
int argCount)
Create a FunctionDescription for a given function.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
int |
FunctionDescription.compareTo(FunctionDescription o) |
Copyright © 2016 Actian Corporation. All rights reserved.