Uses of Class
org.apache.flink.api.common.operators.Keys.IncompatibleKeysException
-
Packages that use Keys.IncompatibleKeysException Package Description org.apache.flink.api.common.operators -
-
Uses of Keys.IncompatibleKeysException in org.apache.flink.api.common.operators
Methods in org.apache.flink.api.common.operators that throw Keys.IncompatibleKeysException Modifier and Type Method Description booleanKeys. areCompatible(Keys<?> other)Check if two sets of keys are compatible to each other (matching types, key counts)
-