Class LookupInstructionPlanForge

java.lang.Object
com.espertech.esper.common.internal.epl.join.queryplanouter.LookupInstructionPlanForge
All Implemented Interfaces:
CodegenMakeable<SAIFFInitializeSymbol>

public class LookupInstructionPlanForge extends Object implements CodegenMakeable<SAIFFInitializeSymbol>
Plan for lookup using a from-stream event looking up one or more to-streams using a specified lookup plan for each to-stream.
  • Constructor Details

    • LookupInstructionPlanForge

      public LookupInstructionPlanForge(int fromStream, String fromStreamName, int[] toStreams, TableLookupPlanForge[] lookupPlans, HistoricalDataPlanNodeForge[] 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