aggregation Function
Parameters
value
The function that aggregates the values in Column
.
suspend fun aggregationFunction(argument: suspend AnalysisAggregationFunctionArgsBuilder.() -> Unit)
Parameters
argument
The function that aggregates the values in Column
.