Uses of Class
com.espertech.esper.epl.join.plan.QueryGraphValueEntryRange

Packages that use QueryGraphValueEntryRange
com.espertech.esper.epl.join.base Join process interfaces and glue code 
com.espertech.esper.epl.join.exec.base Inner join execution 
com.espertech.esper.epl.join.exec.composite Composite query execution for hash+btree combined lookup. 
com.espertech.esper.epl.join.exec.sorted Btree lookup for query execution. 
com.espertech.esper.epl.join.plan Inner join and outer join query planning 
com.espertech.esper.epl.lookup Subquery execution strategies and lookup indexes 
 

Uses of QueryGraphValueEntryRange in com.espertech.esper.epl.join.base
 

Constructors in com.espertech.esper.epl.join.base with parameters of type QueryGraphValueEntryRange
HistoricalIndexLookupStrategySorted(int lookupStream, QueryGraphValueEntryRange property)
          Ctor.
 

Constructor parameters in com.espertech.esper.epl.join.base with type arguments of type QueryGraphValueEntryRange
HistoricalIndexLookupStrategyComposite(int lookupStream, java.util.List<QueryGraphValueEntryHashKeyed> hashKeys, java.lang.Class[] keyCoercionTypes, java.util.List<QueryGraphValueEntryRange> rangeKeyPairs, java.lang.Class[] rangeCoercionTypes)
           
 

Uses of QueryGraphValueEntryRange in com.espertech.esper.epl.join.exec.base
 

Constructors in com.espertech.esper.epl.join.exec.base with parameters of type QueryGraphValueEntryRange
SortedTableLookupStrategy(int lookupStream, int numStreams, QueryGraphValueEntryRange rangeKeyPair, java.lang.Class coercionType, PropertySortedEventTable index)
          Ctor.
 

Constructor parameters in com.espertech.esper.epl.join.exec.base with type arguments of type QueryGraphValueEntryRange
CompositeTableLookupStrategy(EventType eventType, int lookupStream, java.util.List<QueryGraphValueEntryHashKeyed> hashKeys, java.util.List<QueryGraphValueEntryRange> rangeKeyPairs, PropertyCompositeEventTable index)
          Ctor.
 

Uses of QueryGraphValueEntryRange in com.espertech.esper.epl.join.exec.composite
 

Method parameters in com.espertech.esper.epl.join.exec.composite with type arguments of type QueryGraphValueEntryRange
static CompositeIndexQuery CompositeIndexQueryFactory.makeJoinSingleLookupStream(boolean isNWOnTrigger, int lookupStream, java.util.List<QueryGraphValueEntryHashKeyed> hashKeys, java.lang.Class[] keyCoercionTypes, java.util.List<QueryGraphValueEntryRange> rangeProps, java.lang.Class[] rangeCoercionTypes)
           
 

Uses of QueryGraphValueEntryRange in com.espertech.esper.epl.join.exec.sorted
 

Methods in com.espertech.esper.epl.join.exec.sorted with parameters of type QueryGraphValueEntryRange
static SortedAccessStrategy SortedAccessStrategyFactory.make(boolean isNWOnTrigger, int lookupStream, int numStreams, QueryGraphValueEntryRange rangeKeyPair, java.lang.Class coercionType)
           
 

Uses of QueryGraphValueEntryRange in com.espertech.esper.epl.join.plan
 

Subclasses of QueryGraphValueEntryRange in com.espertech.esper.epl.join.plan
 class QueryGraphValueEntryRangeIn
           
 class QueryGraphValueEntryRangeRelOp
           
 

Methods in com.espertech.esper.epl.join.plan that return QueryGraphValueEntryRange
 QueryGraphValueEntryRange SortedTableLookupPlan.getRangeKeyPair()
           
 

Methods in com.espertech.esper.epl.join.plan that return types with arguments of type QueryGraphValueEntryRange
 java.util.List<QueryGraphValueEntryRange> QueryGraphValuePairRangeIndex.getKeys()
           
 java.util.List<QueryGraphValueEntryRange> TableLookupKeyDesc.getRanges()
           
 

Method parameters in com.espertech.esper.epl.join.plan with type arguments of type QueryGraphValueEntryRange
static CoercionDesc CoercionUtil.getCoercionTypesRange(EventType[] typesPerStream, int indexedStream, java.lang.String[] indexedProp, java.util.List<QueryGraphValueEntryRange> rangeEntries)
           
static java.lang.String QueryGraphValueEntryRange.toQueryPlan(java.util.List<QueryGraphValueEntryRange> rangeKeyPairs)
           
 

Constructors in com.espertech.esper.epl.join.plan with parameters of type QueryGraphValueEntryRange
SortedTableLookupPlan(int lookupStream, int indexedStream, TableLookupIndexReqKey indexNum, QueryGraphValueEntryRange rangeKeyPair)
          Ctor.
 

Constructor parameters in com.espertech.esper.epl.join.plan with type arguments of type QueryGraphValueEntryRange
CompositeTableLookupPlan(int lookupStream, int indexedStream, TableLookupIndexReqKey indexNum, java.util.List<QueryGraphValueEntryHashKeyed> hashKeys, java.util.List<QueryGraphValueEntryRange> rangeKeyPairs)
          Ctor.
QueryGraphValuePairRangeIndex(java.lang.String[] indexed, java.util.List<QueryGraphValueEntryRange> key)
           
TableLookupKeyDesc(java.util.List<QueryGraphValueEntryHashKeyed> hashes, java.util.List<QueryGraphValueEntryRange> ranges)
           
 

Uses of QueryGraphValueEntryRange in com.espertech.esper.epl.lookup
 

Methods in com.espertech.esper.epl.lookup that return QueryGraphValueEntryRange
 QueryGraphValueEntryRange SubordPropRangeKey.getRangeInfo()
           
 

Constructors in com.espertech.esper.epl.lookup with parameters of type QueryGraphValueEntryRange
SubordPropRangeKey(QueryGraphValueEntryRange rangeInfo, java.lang.Class coercionType)
           
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com