Uses of Class
org.apache.flink.api.common.operators.Keys
-
Packages that use Keys Package Description org.apache.flink.api.common.operators -
-
Uses of Keys in org.apache.flink.api.common.operators
Subclasses of Keys in org.apache.flink.api.common.operators Modifier and Type Class Description static classKeys.ExpressionKeys<T>Represents (nested) field access through string and integer-based keysstatic classKeys.SelectorFunctionKeys<T,K>Methods in org.apache.flink.api.common.operators with parameters of type Keys Modifier and Type Method Description booleanKeys. areCompatible(Keys<?> other)Check if two sets of keys are compatible to each other (matching types, key counts)
-