Constructor and Description |
---|
KeyFunctions() |
Modifier and Type | Method and Description |
---|---|
static <T,K> Operator<Tuple2<K,T>> |
appendKeyExtractor(Operator<T> input,
Keys.SelectorFunctionKeys<T,K> key) |
static <T,K1,K2> Operator<Tuple3<K1,K2,T>> |
appendKeyExtractor(Operator<T> input,
Keys.SelectorFunctionKeys<T,K1> key1,
Keys.SelectorFunctionKeys<T,K2> key2) |
static <T,K> SingleInputOperator<?,T,?> |
appendKeyRemover(Operator<Tuple2<K,T>> inputWithKey,
Keys.SelectorFunctionKeys<T,K> key) |
static <T,K> TypeInformation<Tuple2<K,T>> |
createTypeWithKey(Keys.SelectorFunctionKeys<T,K> key) |
static <T,K1,K2> TypeInformation<Tuple3<K1,K2,T>> |
createTypeWithKey(Keys.SelectorFunctionKeys<T,K1> key1,
Keys.SelectorFunctionKeys<T,K2> key2) |
public static <T,K> Operator<Tuple2<K,T>> appendKeyExtractor(Operator<T> input, Keys.SelectorFunctionKeys<T,K> key)
public static <T,K1,K2> Operator<Tuple3<K1,K2,T>> appendKeyExtractor(Operator<T> input, Keys.SelectorFunctionKeys<T,K1> key1, Keys.SelectorFunctionKeys<T,K2> key2)
public static <T,K> SingleInputOperator<?,T,?> appendKeyRemover(Operator<Tuple2<K,T>> inputWithKey, Keys.SelectorFunctionKeys<T,K> key)
public static <T,K> TypeInformation<Tuple2<K,T>> createTypeWithKey(Keys.SelectorFunctionKeys<T,K> key)
public static <T,K1,K2> TypeInformation<Tuple3<K1,K2,T>> createTypeWithKey(Keys.SelectorFunctionKeys<T,K1> key1, Keys.SelectorFunctionKeys<T,K2> key2)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.