static NativeAggregateFunction |
AggregateFcts.avgFunctionForByte |
AVG function for byte values (tinyint).
|
static NativeAggregateFunction |
AggregateFcts.avgFunctionForCounter |
AVG function for counter column values.
|
static NativeAggregateFunction |
AggregateFcts.avgFunctionForDecimal |
The AVG function for decimal values.
|
static NativeAggregateFunction |
AggregateFcts.avgFunctionForDouble |
AVG function for double values.
|
static NativeAggregateFunction |
AggregateFcts.avgFunctionForFloat |
AVG function for float values.
|
static NativeAggregateFunction |
AggregateFcts.avgFunctionForInt32 |
AVG function for int32 values.
|
static NativeAggregateFunction |
AggregateFcts.avgFunctionForLong |
AVG function for long values.
|
static NativeAggregateFunction |
AggregateFcts.avgFunctionForShort |
AVG function for for short values (smallint).
|
static NativeAggregateFunction |
AggregateFcts.avgFunctionForVarint |
The AVG function for varint values.
|
static NativeAggregateFunction |
AggregateFcts.maxFunctionForCounter |
MAX function for counter column values.
|
static NativeAggregateFunction |
AggregateFcts.minFunctionForCounter |
The MIN function for counter column values.
|
static NativeAggregateFunction |
AggregateFcts.sumFunctionForByte |
The SUM function for byte values (tinyint).
|
static NativeAggregateFunction |
AggregateFcts.sumFunctionForCounter |
The SUM function for counter column values.
|
static NativeAggregateFunction |
AggregateFcts.sumFunctionForDecimal |
The SUM function for decimal values.
|
static NativeAggregateFunction |
AggregateFcts.sumFunctionForDouble |
The SUM function for double values.
|
static NativeAggregateFunction |
AggregateFcts.sumFunctionForFloat |
The SUM function for float values.
|
static NativeAggregateFunction |
AggregateFcts.sumFunctionForInt32 |
The SUM function for int32 values.
|
static NativeAggregateFunction |
AggregateFcts.sumFunctionForLong |
The SUM function for long values.
|
static NativeAggregateFunction |
AggregateFcts.sumFunctionForShort |
The SUM function for short values (smallint).
|
static NativeAggregateFunction |
AggregateFcts.sumFunctionForVarint |
The SUM function for varint values.
|