|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableLookupIndexReqKey | |
---|---|
com.espertech.esper.epl.join.plan | Inner join and outer join query planning |
Uses of TableLookupIndexReqKey in com.espertech.esper.epl.join.plan |
---|
Methods in com.espertech.esper.epl.join.plan that return TableLookupIndexReqKey | |
---|---|
protected TableLookupIndexReqKey |
QueryPlanIndex.getFirstIndexNum()
|
TableLookupIndexReqKey[] |
TableLookupPlan.getIndexNum()
Returns index number to use for looking up in. |
Methods in com.espertech.esper.epl.join.plan that return types with arguments of type TableLookupIndexReqKey | |
---|---|
protected Pair<TableLookupIndexReqKey,int[]> |
QueryPlanIndex.getIndexNum(java.lang.String[] indexProps,
java.lang.String[] rangeProps)
Find a matching index for the property names supplied. |
java.util.Map<TableLookupIndexReqKey,QueryPlanIndexItem> |
QueryPlanIndex.getItems()
|
Methods in com.espertech.esper.epl.join.plan with parameters of type TableLookupIndexReqKey | |
---|---|
static QueryPlanIndex |
QueryPlanIndex.makeIndexTableAccess(TableLookupIndexReqKey indexName)
|
Method parameters in com.espertech.esper.epl.join.plan with type arguments of type TableLookupIndexReqKey | |
---|---|
void |
TableOuterLookupNode.addIndexes(java.util.HashSet<TableLookupIndexReqKey> usedIndexes)
|
void |
TableLookupNode.addIndexes(java.util.HashSet<TableLookupIndexReqKey> usedIndexes)
|
void |
QueryPlanNodeNoOp.addIndexes(java.util.HashSet<TableLookupIndexReqKey> usedIndexes)
|
abstract void |
QueryPlanNode.addIndexes(java.util.HashSet<TableLookupIndexReqKey> usedIndexes)
|
void |
NestedIterationNode.addIndexes(java.util.HashSet<TableLookupIndexReqKey> usedIndexes)
|
void |
LookupInstructionQueryPlanNode.addIndexes(java.util.HashSet<TableLookupIndexReqKey> usedIndexes)
|
void |
LookupInstructionPlan.addIndexes(java.util.HashSet<TableLookupIndexReqKey> usedIndexes)
|
void |
HistoricalDataPlanNode.addIndexes(java.util.HashSet<TableLookupIndexReqKey> usedIndexes)
|
Constructors in com.espertech.esper.epl.join.plan with parameters of type TableLookupIndexReqKey | |
---|---|
CompositeTableLookupPlan(int lookupStream,
int indexedStream,
TableLookupIndexReqKey indexNum,
java.util.List<QueryGraphValueEntryHashKeyed> hashKeys,
java.util.List<QueryGraphValueEntryRange> rangeKeyPairs)
Ctor. |
|
FullTableScanLookupPlan(int lookupStream,
int indexedStream,
TableLookupIndexReqKey indexNum)
Ctor. |
|
FullTableScanUniquePerKeyLookupPlan(int lookupStream,
int indexedStream,
TableLookupIndexReqKey indexNum)
Ctor. |
|
IndexedTableLookupPlanMulti(int lookupStream,
int indexedStream,
TableLookupIndexReqKey indexNum,
java.util.List<QueryGraphValueEntryHashKeyed> keyProperties)
Ctor. |
|
IndexedTableLookupPlanSingle(int lookupStream,
int indexedStream,
TableLookupIndexReqKey indexNum,
QueryGraphValueEntryHashKeyed hashKey)
Ctor. |
|
InKeywordTableLookupPlanMultiIdx(int lookupStream,
int indexedStream,
TableLookupIndexReqKey[] indexNum,
ExprNode keyExpr)
Ctor. |
|
InKeywordTableLookupPlanSingleIdx(int lookupStream,
int indexedStream,
TableLookupIndexReqKey indexNum,
ExprNode[] expressions)
Ctor. |
|
SortedTableLookupPlan(int lookupStream,
int indexedStream,
TableLookupIndexReqKey indexNum,
QueryGraphValueEntryRange rangeKeyPair)
Ctor. |
|
TableLookupPlan(int lookupStream,
int indexedStream,
TableLookupIndexReqKey[] indexNum)
Ctor. |
Constructor parameters in com.espertech.esper.epl.join.plan with type arguments of type TableLookupIndexReqKey | |
---|---|
QueryPlanIndex(java.util.Map<TableLookupIndexReqKey,QueryPlanIndexItem> items)
|
|
© 2006-2016 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |