Uses of Class
com.espertech.esper.common.internal.epl.join.querygraph.QueryGraphValueEntryRange
Packages that use 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
Methods in com.espertech.esper.common.internal.epl.historical.lookupstrategy with parameters of type QueryGraphValueEntryRangeModifier and TypeMethodDescriptionvoid
HistoricalIndexLookupStrategySorted.setEvalRange
(QueryGraphValueEntryRange evalRange) void
HistoricalIndexLookupStrategyComposite.setRangeProps
(QueryGraphValueEntryRange[] rangeProps) -
Uses of QueryGraphValueEntryRange 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 QueryGraphValueEntryRangeModifier 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) Constructors in com.espertech.esper.common.internal.epl.join.exec.composite with parameters of type QueryGraphValueEntryRangeModifierConstructorDescriptionCompositeIndexQueryRange
(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
Methods in com.espertech.esper.common.internal.epl.join.exec.sorted with parameters of type QueryGraphValueEntryRangeModifier and TypeMethodDescriptionstatic SortedAccessStrategy
SortedAccessStrategyFactory.make
(boolean isNWOnTrigger, int lookupStream, int numStreams, QueryGraphValueEntryRange rangeKeyPair) Constructors in com.espertech.esper.common.internal.epl.join.exec.sorted with parameters of type QueryGraphValueEntryRangeModifierConstructorDescriptionSortedTableLookupStrategy
(int lookupStream, int numStreams, QueryGraphValueEntryRange rangeKeyPair, PropertySortedEventTable index) -
Uses of QueryGraphValueEntryRange in com.espertech.esper.common.internal.epl.join.indexlookupplan
Fields in com.espertech.esper.common.internal.epl.join.indexlookupplan declared as QueryGraphValueEntryRangeModifier and TypeFieldDescriptionprotected final QueryGraphValueEntryRange
SortedTableLookupPlanFactory.rangeKeyPair
Constructors in com.espertech.esper.common.internal.epl.join.indexlookupplan with parameters of type QueryGraphValueEntryRangeModifierConstructorDescriptionCompositeTableLookupPlanFactory
(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
Methods in com.espertech.esper.common.internal.epl.join.querygraph that return types with arguments of type QueryGraphValueEntryRangeConstructor parameters in com.espertech.esper.common.internal.epl.join.querygraph with type arguments of type QueryGraphValueEntryRangeModifierConstructorDescriptionQueryGraphValuePairRangeIndex
(String[] indexed, List<QueryGraphValueEntryRange> key) -
Uses of QueryGraphValueEntryRange in com.espertech.esper.common.internal.epl.join.queryplan
Methods in com.espertech.esper.common.internal.epl.join.queryplan that return QueryGraphValueEntryRangeMethods in com.espertech.esper.common.internal.epl.join.queryplan with parameters of type QueryGraphValueEntryRangeModifier and TypeMethodDescriptionvoid
TableLookupPlan.setVirtualDWRangeEvals
(QueryGraphValueEntryRange[] virtualDWRangeEvals) -
Uses of QueryGraphValueEntryRange in com.espertech.esper.common.internal.epl.lookup
Constructors in com.espertech.esper.common.internal.epl.lookup with parameters of type QueryGraphValueEntryRangeModifierConstructorDescriptionSubordCompositeTableLookupStrategyFactory
(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
Methods in com.espertech.esper.common.internal.epl.virtualdw that return QueryGraphValueEntryRangeMethods in com.espertech.esper.common.internal.epl.virtualdw with parameters of type QueryGraphValueEntryRangeModifier and TypeMethodDescriptionvoid
SubordTableLookupStrategyFactoryVDW.setRangeEvals
(QueryGraphValueEntryRange[] rangeEvals)