Class AttributeBasedJoinKeyExtractor.AttributeRef
- java.lang.Object
-
- org.apache.flink.table.runtime.operators.join.stream.keyselector.AttributeBasedJoinKeyExtractor.AttributeRef
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AttributeBasedJoinKeyExtractor
public static final class AttributeBasedJoinKeyExtractor.AttributeRef extends Object implements Serializable
Reference to a specific field (fieldIndex) within a specific input stream (inputId).- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description intfieldIndexintinputId
-
Constructor Summary
Constructors Constructor Description AttributeRef()AttributeRef(int inputId, int fieldIndex)
-