← Back to Stormify Documentation

sum

expect fun sum(path: String, alias: String? = null): MultiAggregator

Chains a SUM(path) aggregation and returns the resulting MultiAggregator.


expect fun sum(path: ScalarPath, alias: String? = null): MultiAggregator

Chains a SUM(path) aggregation using a type-safe ScalarPath.

actual fun sum(path: String, alias: String?): MultiAggregator

Chains a SUM(path) aggregation and returns the resulting MultiAggregator.


actual fun sum(path: ScalarPath, alias: String?): MultiAggregator

Chains a SUM(path) aggregation using a type-safe ScalarPath.

actual fun sum(path: String, alias: String?): MultiAggregator

Chains a SUM(path) aggregation and returns the resulting MultiAggregator.


actual fun sum(path: ScalarPath, alias: String?): MultiAggregator

Chains a SUM(path) aggregation using a type-safe ScalarPath.