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