| Package | Description |
|---|---|
| org.apache.metamodel.query |
API for querying
|
| org.apache.metamodel.util |
Utilities and convenient classes
|
| Modifier and Type | Class and Description |
|---|---|
class |
AverageAggregateFunction |
class |
CountAggregateFunction |
class |
DefaultAggregateFunction<T>
Implementation of the
AggregateFunction. |
class |
MaxAggregateFunction |
class |
MinAggregateFunction |
class |
SumAggregateFunction |
| Modifier and Type | Field and Description |
|---|---|
static AggregateFunction |
FunctionType.AVG |
static AggregateFunction |
FunctionType.COUNT |
static AggregateFunction |
FunctionType.MAX |
static AggregateFunction |
FunctionType.MIN |
static AggregateFunction |
FunctionType.SUM |
| Modifier and Type | Method and Description |
|---|---|
AggregateFunction |
SelectItem.getAggregateFunction() |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
LegacyDeserializationObjectInputStream.LegacyFunctionType
Implementation of the new
FunctionType and
AggregateFunction interfaces which still adheres to the
constant/enum values of the old FunctionType definition. |
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.