Uses of Interface
com.espertech.esper.common.internal.epl.join.exec.composite.CompositeIndexLookup
Package
Description
Composite query execution for hash+btree combined lookup.
-
Uses of CompositeIndexLookup in com.espertech.esper.common.internal.epl.join.exec.composite
Modifier and TypeMethodDescriptionstatic CompositeIndexLookup
CompositeIndexLookupFactory.make
(Object[] keyValues, MultiKeyFromObjectArray multiKeyTransform, RangeIndexLookupValue[] rangeValues, EPTypeClass[] rangeCoercion) Modifier and TypeMethodDescriptionvoid
CompositeIndexLookup.setNext
(CompositeIndexLookup action) void
CompositeIndexLookupKeyed.setNext
(CompositeIndexLookup next) void
CompositeIndexLookupRange.setNext
(CompositeIndexLookup next)