Uses of Class
org.apache.flink.table.runtime.operators.bundle.MapBundleFunction
-
-
Uses of MapBundleFunction in org.apache.flink.table.runtime.operators.aggregate
Subclasses of MapBundleFunction in org.apache.flink.table.runtime.operators.aggregate Modifier and Type Class Description classMiniBatchGlobalGroupAggFunctionAggregate Function used for the global groupby (without window) aggregate in miniBatch mode.classMiniBatchGroupAggFunctionAggregate Function used for the groupby (without window) aggregate in miniBatch mode.classMiniBatchIncrementalGroupAggFunctionAggregate Function used for the incremental groupby (without window) aggregate in miniBatch mode.classMiniBatchLocalGroupAggFunctionAggregate Function used for the local groupby (without window) aggregate in miniBatch mode. -
Uses of MapBundleFunction in org.apache.flink.table.runtime.operators.bundle
Constructors in org.apache.flink.table.runtime.operators.bundle with parameters of type MapBundleFunction Constructor Description 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) -
Uses of MapBundleFunction in org.apache.flink.table.runtime.operators.deduplicate
Subclasses of MapBundleFunction in org.apache.flink.table.runtime.operators.deduplicate Modifier and Type Class Description classProcTimeMiniBatchDeduplicateKeepFirstRowFunctionThis function is used to get the first row for every key partition in miniBatch mode.classProcTimeMiniBatchDeduplicateKeepLastRowFunctionThis function is used to get the last row for every key partition in miniBatch mode.classRowTimeMiniBatchDeduplicateFunctionThis function is used to get the first or last row for every key partition in miniBatch mode.classRowTimeMiniBatchLatestChangeDeduplicateFunctionThis function is used to get the first or last row for every key partition in miniBatch mode.
-