| Package | Description | 
|---|---|
| org.apache.cassandra.cql3.functions | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | NativeAggregateFunctionBase class for the  AggregateFunctionnative classes. | 
| class  | UDAggregateBase class for user-defined-aggregates. | 
| Modifier and Type | Field and Description | 
|---|---|
| static AggregateFunction | AggregateFcts. avgFunctionForByteAVG function for byte values (tinyint). | 
| static AggregateFunction | AggregateFcts. avgFunctionForCounterAVG function for counter column values. | 
| static AggregateFunction | AggregateFcts. avgFunctionForDecimalThe AVG function for decimal values. | 
| static AggregateFunction | AggregateFcts. avgFunctionForDoubleAVG function for double values. | 
| static AggregateFunction | AggregateFcts. avgFunctionForFloatAVG function for float values. | 
| static AggregateFunction | AggregateFcts. avgFunctionForInt32AVG function for int32 values. | 
| static AggregateFunction | AggregateFcts. avgFunctionForLongAVG function for long values. | 
| static AggregateFunction | AggregateFcts. avgFunctionForShortAVG function for for short values (smallint). | 
| static AggregateFunction | AggregateFcts. avgFunctionForVarintThe AVG function for varint values. | 
| static AggregateFunction | AggregateFcts. countRowsFunctionThe function used to count the number of rows of a result set. | 
| static AggregateFunction | AggregateFcts. maxFunctionForCounterMAX function for counter column values. | 
| static AggregateFunction | AggregateFcts. minFunctionForCounterThe MIN function for counter column values. | 
| static AggregateFunction | AggregateFcts. sumFunctionForByteThe SUM function for byte values (tinyint). | 
| static AggregateFunction | AggregateFcts. sumFunctionForCounterThe SUM function for counter column values. | 
| static AggregateFunction | AggregateFcts. sumFunctionForDecimalThe SUM function for decimal values. | 
| static AggregateFunction | AggregateFcts. sumFunctionForDoubleThe SUM function for double values. | 
| static AggregateFunction | AggregateFcts. sumFunctionForFloatThe SUM function for float values. | 
| static AggregateFunction | AggregateFcts. sumFunctionForInt32The SUM function for int32 values. | 
| static AggregateFunction | AggregateFcts. sumFunctionForLongThe SUM function for long values. | 
| static AggregateFunction | AggregateFcts. sumFunctionForShortThe SUM function for short values (smallint). | 
| static AggregateFunction | AggregateFcts. sumFunctionForVarintThe SUM function for varint values. | 
| Modifier and Type | Method and Description | 
|---|---|
| static AggregateFunction | AggregateFcts. makeCountFunction(AbstractType<?> inputType)Creates a COUNT function for the specified type. | 
| static AggregateFunction | AggregateFcts. makeMaxFunction(AbstractType<?> inputType)Creates a MAX function for the specified type. | 
| static AggregateFunction | AggregateFcts. makeMinFunction(AbstractType<?> inputType)Creates a MIN function for the specified type. | 
| Modifier and Type | Method and Description | 
|---|---|
| static java.util.Collection<AggregateFunction> | AggregateFcts. all() | 
Copyright © 2018 The Apache Software Foundation