java.lang.Object
com.espertech.esper.common.internal.epl.join.queryplanouter.LookupInstructionPlan

public class LookupInstructionPlan extends Object
Plan for lookup using a from-stream event looking up one or more to-streams using a specified lookup plan for each to-stream.
  • Field Details

  • Constructor Details

    • LookupInstructionPlan

      public LookupInstructionPlan(int fromStream, String fromStreamName, int[] toStreams, TableLookupPlan[] lookupPlans, HistoricalDataPlanNode[] historicalPlans, boolean[] requiredPerStream)
      Ctor.
      Parameters:
      fromStream - - the stream supplying the lookup event
      fromStreamName - - the stream name supplying the lookup event
      toStreams - - the set of streams to look up in
      lookupPlans - - the plan to use for each stream to look up in
      requiredPerStream - - indicates which of the lookup streams are required to build a result and which are not
      historicalPlans - - plans for use with historical streams
  • Method Details