← Back to Stormify Documentation

min

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

Adds MIN(path) with an optional alias.


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

Adds MIN(path) using a type-safe ScalarPath with an optional alias.