public abstract class NumericAggregateFunction extends AggregateFunction<NumericColumn<?>,Double>
Constructor | Description |
---|---|
NumericAggregateFunction(String name) |
Constructs a NumericAggregateFunction with the given name.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
isCompatibleColumn(ColumnType type) |
Returns true if the given
ColumnType is compatible with this function |
ColumnType |
returnType() |
Returns the
ColumnType to be used for the values returned by this function |
functionName, summarize, toString
public NumericAggregateFunction(String name)
Summarizer
public boolean isCompatibleColumn(ColumnType type)
ColumnType
is compatible with this functionisCompatibleColumn
in class AggregateFunction<NumericColumn<?>,Double>
public ColumnType returnType()
ColumnType
to be used for the values returned by this functionreturnType
in class AggregateFunction<NumericColumn<?>,Double>
Copyright © 2022. All rights reserved.