Uses of Class
org.apache.flink.streaming.util.keys.KeySelectorUtil.ArrayKeySelector
-
Packages that use KeySelectorUtil.ArrayKeySelector Package Description org.apache.flink.streaming.util.keys -
-
Uses of KeySelectorUtil.ArrayKeySelector in org.apache.flink.streaming.util.keys
Methods in org.apache.flink.streaming.util.keys that return KeySelectorUtil.ArrayKeySelector Modifier and Type Method Description static <X> KeySelectorUtil.ArrayKeySelector<X>KeySelectorUtil. getSelectorForArray(int[] positions, org.apache.flink.api.common.typeinfo.TypeInformation<X> typeInfo)
-