corda / net.corda.core.node.services.vault / Builder / max
max
fun <O, R> KProperty1<O, R?>.max(groupByColumns: List<KProperty1<O, R>>? = null, orderBy: Direction? = null): AggregateFunctionExpression<O, R>
@JvmStatic @JvmOverloads fun <R> Field.max(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.max(groupByColumns: List<FieldInfo>? = null, orderBy: Direction? = null): AggregateFunctionExpression<Any, R>