public abstract class BooleanDoubleAggregateFunction extends AggregateFunction<BooleanColumn,Double>
Constructor | Description |
---|---|
BooleanDoubleAggregateFunction(String functionName) |
Constructs a BooleanNumericFunction 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 |
abstract Double |
summarize(BooleanColumn column) |
Returns a double that is the result of applying this function to the given column
|
functionName, toString
public BooleanDoubleAggregateFunction(String functionName)
Summarizer
public abstract Double summarize(BooleanColumn column)
summarize
in class AggregateFunction<BooleanColumn,Double>
public boolean isCompatibleColumn(ColumnType type)
ColumnType
is compatible with this functionisCompatibleColumn
in class AggregateFunction<BooleanColumn,Double>
public ColumnType returnType()
ColumnType
to be used for the values returned by this functionreturnType
in class AggregateFunction<BooleanColumn,Double>
Copyright © 2022. All rights reserved.