corda / net.corda.core.node.services.vault / Builder / sum

sum

fun <O, R> KProperty1<O, R?>.sum(groupByColumns: List<KProperty1<O, R>>? = null, orderBy: Direction? = null): AggregateFunctionExpression<O, R>

aggregate functions

@JvmStatic @JvmOverloads fun <R> Field.sum(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.sum(groupByColumns: List<FieldInfo>? = null, orderBy: Direction? = null): AggregateFunctionExpression<Any, R>