Class AttributeBasedJoinKeyExtractor.ConditionAttributeRef
- java.lang.Object
-
- org.apache.flink.table.runtime.operators.join.stream.keyselector.AttributeBasedJoinKeyExtractor.ConditionAttributeRef
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AttributeBasedJoinKeyExtractor
public static final class AttributeBasedJoinKeyExtractor.ConditionAttributeRef 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 intleftFieldIndexintleftInputIdintrightFieldIndexintrightInputId
-
Constructor Summary
Constructors Constructor Description ConditionAttributeRef()ConditionAttributeRef(int leftInputId, int leftFieldIndex, int rightInputId, int rightFieldIndex)
-