public abstract class NumericAggregateFunction extends AggregateFunction<NumericColumn<?>,Double>
| Constructor and Description |
|---|
NumericAggregateFunction(String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCompatibleColumn(ColumnType type) |
ColumnType |
returnType() |
functionName, summarize, toStringpublic NumericAggregateFunction(String name)
public boolean isCompatibleColumn(ColumnType type)
isCompatibleColumn in class AggregateFunction<NumericColumn<?>,Double>public ColumnType returnType()
returnType in class AggregateFunction<NumericColumn<?>,Double>Copyright © 2020. All rights reserved.