Uses of Class
org.apache.flink.table.runtime.operators.bundle.AbstractMapBundleOperator
Packages that use AbstractMapBundleOperator
-
Uses of AbstractMapBundleOperator in org.apache.flink.table.runtime.operators.bundle
Subclasses of AbstractMapBundleOperator in org.apache.flink.table.runtime.operators.bundleModifier and TypeClassDescriptionclassKeyedMapBundleOperator<K,V, IN, OUT> TheKeyedMapBundleOperatoruses framework's key as bundle map key, thus can only be used onKeyedStream.classMapBundleOperator<K,V, IN, OUT> TheMapBundleOperatoruses aKeySelectorto extract bundle key, thus can be used with non-keyed-stream.