| Package | Description |
|---|---|
| org.apache.olingo.server.api.uri.queryoption.apply | |
| org.apache.olingo.server.core.uri.parser | |
| org.apache.olingo.server.core.uri.queryoption.apply |
| Modifier and Type | Method and Description |
|---|---|
AggregateExpression |
AggregateExpression.getInlineAggregateExpression()
Gets the inline aggregation expression to be applied to the target of the path if used.
|
| Modifier and Type | Method and Description |
|---|---|
List<AggregateExpression> |
Aggregate.getExpressions()
Gets the aggregate expressions.
|
List<AggregateExpression> |
AggregateExpression.getFrom()
Gets the aggregate expressions for
from. |
| Modifier and Type | Method and Description |
|---|---|
AggregateExpression |
ApplyParser.parseAggregateMethodCallExpr(UriTokenizer tokenizer,
EdmStructuredType referringType) |
| Modifier and Type | Class and Description |
|---|---|
class |
AggregateExpressionImpl
Represents an aggregate expression.
|
| Modifier and Type | Method and Description |
|---|---|
AggregateExpression |
AggregateExpressionImpl.getInlineAggregateExpression() |
| Modifier and Type | Method and Description |
|---|---|
List<AggregateExpression> |
AggregateImpl.getExpressions() |
List<AggregateExpression> |
AggregateExpressionImpl.getFrom() |
| Modifier and Type | Method and Description |
|---|---|
AggregateImpl |
AggregateImpl.addExpression(AggregateExpression expression) |
AggregateExpressionImpl |
AggregateExpressionImpl.addFrom(AggregateExpression from) |
AggregateExpressionImpl |
AggregateExpressionImpl.setInlineAggregateExpression(AggregateExpression aggregateExpression) |
Copyright © 2023. All rights reserved.