| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.runtime.operators.aggregate | |
| org.apache.flink.table.runtime.operators.bundle | |
| org.apache.flink.table.runtime.operators.deduplicate |
| 限定符和类型 | 类和说明 |
|---|---|
class |
MiniBatchGlobalGroupAggFunction
Aggregate Function used for the global groupby (without window) aggregate in miniBatch mode.
|
class |
MiniBatchGroupAggFunction
Aggregate Function used for the groupby (without window) aggregate in miniBatch mode.
|
class |
MiniBatchIncrementalGroupAggFunction
Aggregate Function used for the incremental groupby (without window) aggregate in miniBatch mode.
|
class |
MiniBatchLocalGroupAggFunction
Aggregate Function used for the local groupby (without window) aggregate in miniBatch mode.
|
| 构造器和说明 |
|---|
KeyedMapBundleOperator(MapBundleFunction<K,V,IN,OUT> function,
BundleTrigger<IN> bundleTrigger) |
MapBundleOperator(MapBundleFunction<K,V,IN,OUT> function,
BundleTrigger<IN> bundleTrigger,
org.apache.flink.api.java.functions.KeySelector<IN,K> keySelector) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
MiniBatchDeduplicateKeepFirstRowFunction
This function is used to get the first row for every key partition in miniBatch mode.
|
class |
MiniBatchDeduplicateKeepLastRowFunction
This function is used to get the last row for every key partition in miniBatch mode.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.