| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.runtime.operators.bundle |
| 限定符和类型 | 类和说明 |
|---|---|
class |
KeyedMapBundleOperator<K,V,IN,OUT>
The
KeyedMapBundleOperator uses framework's key as bundle map key, thus can only be
used on KeyedStream. |
class |
MapBundleOperator<K,V,IN,OUT>
The
MapBundleOperator uses a KeySelector to extract bundle key, thus can be
used with non-keyed-stream. |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.