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