BooleanAggregateFunction
, DateAggregateFunction
, DateTimeAggregateFunction
, InstantAggregateFunction
, NumericAggregateFunction
, StringFunction
, TimeAggregateFunction
public abstract class AggregateFunction<INCOL extends Column<?>,OUT> extends Object
Constructor | Description |
---|---|
AggregateFunction(String functionName) |
Modifier and Type | Method | Description |
---|---|---|
String |
functionName() |
|
abstract boolean |
isCompatibleColumn(ColumnType type) |
|
abstract ColumnType |
returnType() |
|
abstract OUT |
summarize(INCOL column) |
|
String |
toString() |
public AggregateFunction(String functionName)
public String functionName()
public abstract boolean isCompatibleColumn(ColumnType type)
public abstract ColumnType returnType()
Copyright © 2021. All rights reserved.