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