| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.examples.java.functions |
| 限定符和类型 | 方法和说明 |
|---|---|
LastDatedValueFunction.Accumulator<T> |
LastDatedValueFunction.createAccumulator() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
LastDatedValueFunction.accumulate(LastDatedValueFunction.Accumulator<T> acc,
T input,
java.time.LocalDate date)
Generic runtime function that will be called with different kind of instances for
input depending on actual call in the query. |
org.apache.flink.types.Row |
LastDatedValueFunction.getValue(LastDatedValueFunction.Accumulator<T> acc) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.