Uses of Class
org.apache.flink.table.runtime.operators.bundle.AbstractMapBundleOperator
-
Packages that use AbstractMapBundleOperator Package Description org.apache.flink.table.runtime.operators.bundle -
-
Uses of AbstractMapBundleOperator in org.apache.flink.table.runtime.operators.bundle
Subclasses of AbstractMapBundleOperator in org.apache.flink.table.runtime.operators.bundle Modifier and Type Class Description classKeyedMapBundleOperator<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.
-