public abstract class NumericAggregateFunction extends AggregateFunction<NumericColumn<?>,Double>
| Constructor | Description |
|---|---|
NumericAggregateFunction(String name) |
| Modifier and Type | Method | 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 © 2021. All rights reserved.