Function Class |
Namespace: Couchbase.Lite.Query
public static class Function
The Function type exposes the following members.
| Name | Description | |
|---|---|---|
| Avg |
Creates a function that will calculate the average of the
expression in question across the results in a particular query
| |
| Count |
Creates a function that will count the occurrences of
expression in question across the results in a particular query
| |
| Max |
Creates a function that will calculate the max value of the
expression in question across the results in a particular query
| |
| Min |
Creates a function that will calculate the min value of the
expression in question across the results in a particular query
| |
| Sum |
Creates a function that will calculate the sum of the
expression in question across the results in a particular query
|