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, toString
public 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.