Class AbstractJoinNode<LeftTuple_ extends AbstractTuple,​Right_,​OutTuple_ extends AbstractTuple>

    • Field Detail

      • inputStoreIndexLeftOutTupleList

        protected final int inputStoreIndexLeftOutTupleList
      • inputStoreIndexRightOutTupleList

        protected final int inputStoreIndexRightOutTupleList
    • Constructor Detail

      • AbstractJoinNode

        protected AbstractJoinNode​(int inputStoreIndexLeftOutTupleList,
                                   int inputStoreIndexRightOutTupleList,
                                   TupleLifecycle<OutTuple_> nextNodesTupleLifecycle,
                                   boolean isFiltering,
                                   int outputStoreIndexLeftOutEntry,
                                   int outputStoreIndexRightOutEntry)