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