Class AbstractDataStream<T>

    • Field Detail

      • requestedSideOutputs

        protected final Map<OutputTag<?>,​TypeInformation<?>> requestedSideOutputs
        We keep track of the side outputs that were already requested and their types. With this, we can catch the case when a side output with a matching id is requested for a different type because this would lead to problems at runtime.