Class FullTableScanUniquePerKeyLookupPlan

java.lang.Object
com.espertech.esper.common.internal.epl.join.queryplan.TableLookupPlan
com.espertech.esper.common.internal.epl.join.indexlookupplan.FullTableScanUniquePerKeyLookupPlan

public class FullTableScanUniquePerKeyLookupPlan extends TableLookupPlan
Plan for a full table scan.
  • Field Details

  • Constructor Details

    • FullTableScanUniquePerKeyLookupPlan

      public FullTableScanUniquePerKeyLookupPlan(int lookupStream, int indexedStream, TableLookupIndexReqKey[] indexNum)
      Ctor.
      Parameters:
      lookupStream - - stream that generates event to look up for
      indexedStream - - stream to full table scan
      indexNum - - index number for the table containing the full unindexed contents
  • Method Details