Class CompositeTableLookupStrategy

java.lang.Object
com.espertech.esper.common.internal.epl.join.exec.composite.CompositeTableLookupStrategy
All Implemented Interfaces:
JoinExecTableLookupStrategy

public class CompositeTableLookupStrategy extends Object implements JoinExecTableLookupStrategy
Lookup on an nested map structure that represents an index for use with at least one range and possibly multiple ranges and optionally keyed by one or more unique keys.

Use the sorted strategy instead if supporting a single range only and no other unique keys are part of the index.