| Package | Description |
|---|---|
| com.github.mohitgoyal91.cosmosdbqueryutils | |
| com.github.mohitgoyal91.cosmosdbqueryutils.Aggregate |
| Modifier and Type | Method and Description |
|---|---|
List<AggregateFunction> |
SelectQuery.getAggregateFunctions()
Gets aggregate functions.
|
| Modifier and Type | Method and Description |
|---|---|
AggregateFunction |
AggregateFunction.avg(String propertyName,
String alias,
String udf) |
AggregateFunction |
AggregateFunction.count(String propertyName,
String alias) |
AggregateFunction |
AggregateFunction.max(String propertyName,
String alias,
String udf) |
AggregateFunction |
AggregateFunction.min(String propertyName,
String alias,
String udf) |
AggregateFunction |
AggregateFunction.sum(String propertyName,
String alias,
String udf) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Aggregate.appendAggregateExpression(AggregateFunction aggregateFunction,
StringBuilder queryBuilder)
Append aggregate expression.
|
Copyright © 2020. All rights reserved.