Keys.ExpressionKeys<T>, Keys.FieldPositionKeys<T>, Keys.SelectorFunctionKeys<T,K>| Constructor and Description |
|---|
Keys.SelectorFunctionKeys(KeySelector<T,K> keyExtractor,
TypeInformation<T> type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
areCompatibale(Keys<?> other) |
int[] |
computeLogicalKeyPositions() |
KeySelector<T,K> |
getKeyExtractor() |
TypeInformation<K> |
getKeyType() |
int |
getNumberOfKeyFields() |
String |
toString() |
public Keys.SelectorFunctionKeys(KeySelector<T,K> keyExtractor, TypeInformation<T> type)
public TypeInformation<K> getKeyType()
public KeySelector<T,K> getKeyExtractor()
public int getNumberOfKeyFields()
getNumberOfKeyFields in class Keys<T>public boolean areCompatibale(Keys<?> other)
areCompatibale in class Keys<T>public int[] computeLogicalKeyPositions()
computeLogicalKeyPositions in class Keys<T>Copyright © 2014 The Apache Software Foundation. All rights reserved.