Package | Description |
---|---|
org.apache.flink.table.planner.functions.aggfunctions | |
org.apache.flink.table.runtime.typeutils |
Constructor and Description |
---|
DecimalFirstValueAggFunction(DecimalTypeInfo decimalTypeInfo) |
DecimalFirstValueWithRetractAggFunction(DecimalTypeInfo decimalTypeInfo) |
DecimalLastValueAggFunction(DecimalTypeInfo decimalTypeInfo) |
DecimalLastValueWithRetractAggFunction(DecimalTypeInfo decimalTypeInfo) |
DecimalMaxWithRetractAggFunction(DecimalTypeInfo decimalType) |
DecimalMinWithRetractAggFunction(DecimalTypeInfo decimalType) |
Modifier and Type | Method and Description |
---|---|
static DecimalTypeInfo |
DecimalTypeInfo.of(int precision,
int scale) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.