Class AbstractIfExistsNode<LeftTuple_ extends Tuple,​Right_>

    • Field Detail

      • shouldExist

        protected final boolean shouldExist
      • inputStoreIndexLeftTrackerList

        protected final int inputStoreIndexLeftTrackerList
      • inputStoreIndexRightTrackerList

        protected final int inputStoreIndexRightTrackerList
      • isFiltering

        protected final boolean isFiltering
    • Constructor Detail

      • AbstractIfExistsNode

        protected AbstractIfExistsNode​(boolean shouldExist,
                                       int inputStoreIndexLeftTrackerList,
                                       int inputStoreIndexRightTrackerList,
                                       TupleLifecycle<LeftTuple_> nextNodesTupleLifecycle,
                                       boolean isFiltering)