corda / net.corda.core.node.services.vault / Builder / avg
avg
fun <O, R> KProperty1<O, R?>.avg(groupByColumns: List<KProperty1<O, R>>? = null, orderBy: Direction? = null): AggregateFunctionExpression<O, R>
@JvmStatic @JvmOverloads fun <R> Field.avg(groupByColumns: List<Field>? = null, orderBy: Direction? = null): AggregateFunctionExpression<Any, R>
Deprecated: Does not support fields from a MappedSuperclass. Use equivalent on a FieldInfo.
@JvmStatic @JvmOverloads fun <R> FieldInfo.avg(groupByColumns: List<FieldInfo>? = null, orderBy: Direction? = null): AggregateFunctionExpression<Any, R>