Class AttributeBasedJoinKeyExtractor.ConditionAttributeRef

    • Field Detail

      • leftInputId

        public int leftInputId
      • leftFieldIndex

        public int leftFieldIndex
      • rightInputId

        public int rightInputId
      • rightFieldIndex

        public int rightFieldIndex
    • Constructor Detail

      • ConditionAttributeRef

        public ConditionAttributeRef()
      • ConditionAttributeRef

        public ConditionAttributeRef​(int leftInputId,
                                     int leftFieldIndex,
                                     int rightInputId,
                                     int rightFieldIndex)