public static class AggregateNode.MinBigDecimal extends AggregateNode.NumericComparison<BigDecimal>
MIN function to calculate the minimum of
BigDecimal values as a user-defined aggregate.| Constructor and Description |
|---|
MinBigDecimal() |
| Modifier and Type | Method and Description |
|---|---|
static BigDecimal |
min(BigDecimal a,
BigDecimal b) |
add, init, merge, resultpublic static BigDecimal min(BigDecimal a, BigDecimal b)
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.