public abstract class AggregateFunction<INCOL extends Column<?>,OUT> extends Object
Constructor and Description |
---|
AggregateFunction(String functionName) |
Modifier and Type | Method and 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 © 2018. All rights reserved.