Package | Description |
---|---|
com.espertech.esper.common.internal.epl.join.exec.base | |
com.espertech.esper.common.internal.epl.join.exec.composite |
Composite query execution for hash+btree combined lookup.
|
com.espertech.esper.common.internal.epl.join.exec.hash | |
com.espertech.esper.common.internal.epl.join.exec.inkeyword | |
com.espertech.esper.common.internal.epl.join.exec.sorted |
Btree lookup for query execution.
|
com.espertech.esper.common.internal.epl.join.rep |
Outer join result set handling
|
com.espertech.esper.common.internal.epl.virtualdw |
Modifier and Type | Method and Description |
---|---|
Set<EventBean> |
JoinExecTableLookupStrategy.lookup(EventBean theEvent,
Cursor cursor,
ExprEvaluatorContext exprEvaluatorContext)
Returns matched events for a event to look up for.
|
Set<EventBean> |
HistoricalTableLookupStrategy.lookup(EventBean theEvent,
Cursor cursor,
ExprEvaluatorContext exprEvaluatorContext) |
Set<EventBean> |
FullTableScanUniqueValueLookupStrategy.lookup(EventBean theEvent,
Cursor cursor,
ExprEvaluatorContext exprEvaluatorContext) |
Set<EventBean> |
FullTableScanLookupStrategy.lookup(EventBean theEvent,
Cursor cursor,
ExprEvaluatorContext exprEvaluatorContext) |
Modifier and Type | Method and Description |
---|---|
Set<EventBean> |
CompositeTableLookupStrategy.lookup(EventBean theEvent,
Cursor cursor,
ExprEvaluatorContext context) |
Modifier and Type | Method and Description |
---|---|
Set<EventBean> |
IndexedTableLookupStrategyHashedProp.lookup(EventBean theEvent,
Cursor cursor,
ExprEvaluatorContext exprEvaluatorContext) |
Set<EventBean> |
IndexedTableLookupStrategyHashedExpr.lookup(EventBean theEvent,
Cursor cursor,
ExprEvaluatorContext exprEvaluatorContext) |
Modifier and Type | Method and Description |
---|---|
Set<EventBean> |
InKeywordSingleTableLookupStrategyExpr.lookup(EventBean theEvent,
Cursor cursor,
ExprEvaluatorContext exprEvaluatorContext) |
Set<EventBean> |
InKeywordMultiTableLookupStrategyExpr.lookup(EventBean theEvent,
Cursor cursor,
ExprEvaluatorContext exprEvaluatorContext) |
Modifier and Type | Method and Description |
---|---|
Set<EventBean> |
SortedTableLookupStrategy.lookup(EventBean theEvent,
Cursor cursor,
ExprEvaluatorContext exprEvaluatorContext) |
Modifier and Type | Method and Description |
---|---|
Cursor |
SingleCursorIterator.next() |
Cursor |
NodeCursorIterator.next() |
Modifier and Type | Method and Description |
---|---|
Iterator<Cursor> |
RepositoryImpl.getCursors(int lookupFromStream) |
Iterator<Cursor> |
Repository.getCursors(int lookupStream)
Supply events for performing look ups for a given stream.
|
Modifier and Type | Method and Description |
---|---|
void |
RepositoryImpl.addResult(Cursor cursor,
Set<EventBean> lookupResults,
int resultStream) |
void |
Repository.addResult(Cursor cursor,
Set<EventBean> lookupResults,
int resultStream)
Add a lookup result.
|
Constructor and Description |
---|
SingleCursorIterator(Cursor cursor)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
Set<EventBean> |
JoinExecTableLookupStrategyVirtualDW.lookup(EventBean theEvent,
Cursor cursor,
ExprEvaluatorContext context) |
Copyright © 2005–2018. All rights reserved.