Uses of Class
com.espertech.esper.common.internal.epl.join.rep.Cursor
Packages that use Cursor
Package
Description
Composite query execution for hash+btree combined lookup.
Btree lookup for query execution.
Outer join result set handling
-
Uses of Cursor in com.espertech.esper.common.internal.epl.join.exec.base
Methods in com.espertech.esper.common.internal.epl.join.exec.base with parameters of type CursorModifier and TypeMethodDescriptionFullTableScanLookupStrategy.lookup
(EventBean theEvent, Cursor cursor, ExprEvaluatorContext exprEvaluatorContext) FullTableScanUniqueValueLookupStrategy.lookup
(EventBean theEvent, Cursor cursor, ExprEvaluatorContext exprEvaluatorContext) HistoricalTableLookupStrategy.lookup
(EventBean theEvent, Cursor cursor, ExprEvaluatorContext exprEvaluatorContext) JoinExecTableLookupStrategy.lookup
(EventBean theEvent, Cursor cursor, ExprEvaluatorContext exprEvaluatorContext) Returns matched events for a event to look up for. -
Uses of Cursor in com.espertech.esper.common.internal.epl.join.exec.composite
Methods in com.espertech.esper.common.internal.epl.join.exec.composite with parameters of type Cursor -
Uses of Cursor in com.espertech.esper.common.internal.epl.join.exec.hash
Methods in com.espertech.esper.common.internal.epl.join.exec.hash with parameters of type CursorModifier and TypeMethodDescriptionIndexedTableLookupStrategyHashedExpr.lookup
(EventBean theEvent, Cursor cursor, ExprEvaluatorContext exprEvaluatorContext) IndexedTableLookupStrategyHashedProp.lookup
(EventBean theEvent, Cursor cursor, ExprEvaluatorContext exprEvaluatorContext) -
Uses of Cursor in com.espertech.esper.common.internal.epl.join.exec.inkeyword
Methods in com.espertech.esper.common.internal.epl.join.exec.inkeyword with parameters of type CursorModifier and TypeMethodDescriptionInKeywordMultiTableLookupStrategyExpr.lookup
(EventBean theEvent, Cursor cursor, ExprEvaluatorContext exprEvaluatorContext) InKeywordSingleTableLookupStrategyExpr.lookup
(EventBean theEvent, Cursor cursor, ExprEvaluatorContext exprEvaluatorContext) -
Uses of Cursor in com.espertech.esper.common.internal.epl.join.exec.sorted
Methods in com.espertech.esper.common.internal.epl.join.exec.sorted with parameters of type Cursor -
Uses of Cursor in com.espertech.esper.common.internal.epl.join.rep
Methods in com.espertech.esper.common.internal.epl.join.rep that return CursorMethods in com.espertech.esper.common.internal.epl.join.rep that return types with arguments of type CursorModifier and TypeMethodDescriptionRepository.getCursors
(int lookupStream) Supply events for performing look ups for a given stream.RepositoryImpl.getCursors
(int lookupFromStream) Methods in com.espertech.esper.common.internal.epl.join.rep with parameters of type CursorModifier and TypeMethodDescriptionvoid
Add a lookup result.void
Constructors in com.espertech.esper.common.internal.epl.join.rep with parameters of type Cursor -
Uses of Cursor in com.espertech.esper.common.internal.epl.virtualdw
Methods in com.espertech.esper.common.internal.epl.virtualdw with parameters of type Cursor