Uses of Class
com.espertech.esper.common.internal.epl.join.querygraph.QueryGraphValueEntryRange
Package
Description
Composite query execution for hash+btree combined lookup.
Btree lookup for query execution.
-
Uses of QueryGraphValueEntryRange in com.espertech.esper.common.internal.epl.historical.lookupstrategy
Modifier and TypeMethodDescriptionvoid
HistoricalIndexLookupStrategySorted.setEvalRange
(QueryGraphValueEntryRange evalRange) void
HistoricalIndexLookupStrategyComposite.setRangeProps
(QueryGraphValueEntryRange[] rangeProps) -
Uses of QueryGraphValueEntryRange in com.espertech.esper.common.internal.epl.join.exec.composite
Modifier and TypeMethodDescriptionstatic CompositeIndexQuery
CompositeIndexQueryFactory.makeJoinSingleLookupStream
(boolean isNWOnTrigger, int lookupStream, ExprEvaluator hashGetter, QueryGraphValueEntryRange[] rangeProps) static CompositeIndexQuery
CompositeIndexQueryFactory.makeSubordinate
(boolean isNWOnTrigger, int numOuterStreams, ExprEvaluator hashEval, QueryGraphValueEntryRange[] rangeEvals) ModifierConstructorDescriptionCompositeIndexQueryRange
(boolean isNWOnTrigger, int lookupStream, int numStreams, QueryGraphValueEntryRange rangeProp) CompositeTableLookupStrategy
(EventType eventType, int lookupStream, ExprEvaluator hashKeys, QueryGraphValueEntryRange[] rangeKeyPairs, PropertyCompositeEventTable index) -
Uses of QueryGraphValueEntryRange in com.espertech.esper.common.internal.epl.join.exec.sorted
Modifier and TypeMethodDescriptionstatic SortedAccessStrategy
SortedAccessStrategyFactory.make
(boolean isNWOnTrigger, int lookupStream, int numStreams, QueryGraphValueEntryRange rangeKeyPair) ModifierConstructorDescriptionSortedTableLookupStrategy
(int lookupStream, int numStreams, QueryGraphValueEntryRange rangeKeyPair, PropertySortedEventTable index) -
Uses of QueryGraphValueEntryRange in com.espertech.esper.common.internal.epl.join.indexlookupplan
Modifier and TypeFieldDescriptionprotected final QueryGraphValueEntryRange
SortedTableLookupPlanFactory.rangeKeyPair
ModifierConstructorDescriptionCompositeTableLookupPlanFactory
(int lookupStream, int indexedStream, TableLookupIndexReqKey[] indexNum, ExprEvaluator hashKeys, QueryGraphValueEntryRange[] rangeKeyPairs) SortedTableLookupPlanFactory
(int lookupStream, int indexedStream, TableLookupIndexReqKey[] indexNum, QueryGraphValueEntryRange rangeKeyPair) -
Uses of QueryGraphValueEntryRange in com.espertech.esper.common.internal.epl.join.querygraph
Modifier and TypeClassDescriptionclass
class
ModifierConstructorDescriptionQueryGraphValuePairRangeIndex
(String[] indexed, List<QueryGraphValueEntryRange> key) -
Uses of QueryGraphValueEntryRange in com.espertech.esper.common.internal.epl.join.queryplan
Modifier and TypeMethodDescriptionvoid
TableLookupPlan.setVirtualDWRangeEvals
(QueryGraphValueEntryRange[] virtualDWRangeEvals) -
Uses of QueryGraphValueEntryRange in com.espertech.esper.common.internal.epl.lookup
ModifierConstructorDescriptionSubordCompositeTableLookupStrategyFactory
(boolean isNWOnTrigger, int numStreams, String[] expressions, ExprEvaluator hashEval, QueryGraphValueEntryRange[] rangeEvals) SubordSortedTableLookupStrategyFactory
(boolean isNWOnTrigger, int numStreams, String expression, QueryGraphValueEntryRange range) -
Uses of QueryGraphValueEntryRange in com.espertech.esper.common.internal.epl.virtualdw
Modifier and TypeMethodDescriptionvoid
SubordTableLookupStrategyFactoryVDW.setRangeEvals
(QueryGraphValueEntryRange[] rangeEvals)