Package com.espertech.esper.common.internal.epl.join.rep


package com.espertech.esper.common.internal.epl.join.rep

Outer join result set handling

  • Class
    Description
    This class supplies position information for LookupInstructionExec to use for iterating over events for lookup.
    Node is the structure to hold results of event lookups in joined streams.
    Iterator over a set of nodes supplying node and event-within-node position information in a Cursor.
    An interface for a repository of events in a lookup/join scheme that supplies events for event stream table lookups and receives results of lookups.
    Implements a repository for join events and lookup results.
    A utility class for an iterator that has one element.