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