public abstract class DateTimeAggregateFunction extends AggregateFunction<DateTimeColumn,LocalDateTime>
Constructor and Description |
---|
DateTimeAggregateFunction(String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
isCompatibleColumn(ColumnType type) |
ColumnType |
returnType() |
abstract LocalDateTime |
summarize(DateTimeColumn column) |
functionName, toString
public DateTimeAggregateFunction(String name)
public abstract LocalDateTime summarize(DateTimeColumn column)
summarize
in class AggregateFunction<DateTimeColumn,LocalDateTime>
public boolean isCompatibleColumn(ColumnType type)
isCompatibleColumn
in class AggregateFunction<DateTimeColumn,LocalDateTime>
public ColumnType returnType()
returnType
in class AggregateFunction<DateTimeColumn,LocalDateTime>
Copyright © 2020. All rights reserved.