Uses of Class
org.apache.flink.table.runtime.operators.bundle.MapBundleFunction
Packages that use MapBundleFunction
Package
Description
-
Uses of MapBundleFunction in org.apache.flink.table.runtime.operators.aggregate
Subclasses of MapBundleFunction in org.apache.flink.table.runtime.operators.aggregateModifier and TypeClassDescriptionclassAggregate Function used for the global groupby (without window) aggregate in miniBatch mode.classAggregate Function used for the groupby (without window) aggregate in miniBatch mode.classAggregate Function used for the incremental groupby (without window) aggregate in miniBatch mode.classAggregate 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 MapBundleFunctionModifierConstructorDescriptionKeyedMapBundleOperator(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.deduplicateModifier and TypeClassDescriptionclassThis function is used to get the first row for every key partition in miniBatch mode.classThis function is used to get the last row for every key partition in miniBatch mode.classThis function is used to get the first or last row for every key partition in miniBatch mode.classThis function is used to get the first or last row for every key partition in miniBatch mode.