Class AbstractJoinNode<LeftTuple_ extends Tuple,​Right_,​OutTuple_ extends Tuple,​MutableOutTuple_ extends OutTuple_>

    • Field Detail

      • inputStoreIndexLeftOutTupleList

        protected final int inputStoreIndexLeftOutTupleList
      • inputStoreIndexRightOutTupleList

        protected final int inputStoreIndexRightOutTupleList
      • isFiltering

        protected final boolean isFiltering
      • outputStoreIndexLeftOutEntry

        protected final int outputStoreIndexLeftOutEntry
      • outputStoreIndexRightOutEntry

        protected final int outputStoreIndexRightOutEntry
    • Constructor Detail

      • AbstractJoinNode

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