Functions
avg()
Returns
AggregateExpression
count()
Returns
AggregateExpression
max()
Returns
AggregateExpression
min()
Returns
AggregateExpression
sum()
Returns
AggregateExpressionDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
function avg(field: string): AggregateExpression;
| Parameter | Type |
|---|---|
field | string |
AggregateExpression
function count(field?: string): AggregateExpression;
| Parameter | Type |
|---|---|
field? | string |
AggregateExpression
function max(field: string): AggregateExpression;
| Parameter | Type |
|---|---|
field | string |
AggregateExpression
function min(field: string): AggregateExpression;
| Parameter | Type |
|---|---|
field | string |
AggregateExpression
function sum(field: string): AggregateExpression;
| Parameter | Type |
|---|---|
field | string |
AggregateExpression