Class HistoricalDataPlanNodeForge

java.lang.Object
com.espertech.esper.common.internal.epl.join.queryplan.QueryPlanNodeForge
com.espertech.esper.common.internal.epl.join.queryplan.HistoricalDataPlanNodeForge
All Implemented Interfaces:
CodegenMakeable<SAIFFInitializeSymbol>

public class HistoricalDataPlanNodeForge extends QueryPlanNodeForge
Query plan for performing a historical data lookup.

Translates into a particular execution for use in regular and outer joins.

  • Constructor Details

    • HistoricalDataPlanNodeForge

      public HistoricalDataPlanNodeForge(int streamNum, int rootStreamNum, int lookupStreamNum, int numStreams, ExprForge outerJoinExprEval)
      Ctor.
      Parameters:
      streamNum - the historical stream num
      rootStreamNum - the stream number of the query plan providing incoming events
      lookupStreamNum - the stream that provides polling/lookup events
      numStreams - number of streams in join
      outerJoinExprEval - outer join expression node or null if none defined
  • Method Details