Package org.apache.flink.table.runtime.operators.bundle
package org.apache.flink.table.runtime.operators.bundle
-
ClassesClassDescriptionAbstractMapBundleOperator<K,
V, IN, OUT> TheAbstractMapBundleOperatorsimply used a java Map to store the input elements in key-value form.KeyedMapBundleOperator<K,V, IN, OUT> TheKeyedMapBundleOperatoruses framework's key as bundle map key, thus can only be used onKeyedStream.MapBundleFunction<K,V, IN, OUT> Basic interface for map bundle processing.MapBundleOperator<K,V, IN, OUT> TheMapBundleOperatoruses aKeySelectorto extract bundle key, thus can be used with non-keyed-stream.