Uses of Class
com.espertech.esper.common.internal.epl.join.querygraph.QueryGraphValueEntryRangeForge
Package
Description
-
Uses of QueryGraphValueEntryRangeForge in com.espertech.esper.common.internal.epl.historical.lookupstrategy
ModifierConstructorDescriptionHistoricalIndexLookupStrategyCompositeForge
(int lookupStream, ExprForge[] evaluators, MultiKeyClassRef multiKeyClasses, QueryGraphValueEntryRangeForge[] ranges) HistoricalIndexLookupStrategySortedForge
(int lookupStream, QueryGraphValueEntryRangeForge range, EPTypeClass coercionType) -
Uses of QueryGraphValueEntryRangeForge in com.espertech.esper.common.internal.epl.join.indexlookupplan
ModifierConstructorDescriptionSortedTableLookupPlanForge
(int lookupStream, int indexedStream, boolean indexedStreamIsVDW, EventType[] typesPerStream, TableLookupIndexReqKey indexNum, QueryGraphValueEntryRangeForge rangeKeyPair, EPTypeClass optionalCoercionType) -
Uses of QueryGraphValueEntryRangeForge in com.espertech.esper.common.internal.epl.join.querygraph
Modifier and TypeClassDescriptionclass
class
Modifier and TypeMethodDescriptionstatic EPType[]
QueryGraphValueEntryRangeForge.getRangeResultTypes
(QueryGraphValueEntryRangeForge[] ranges) static CodegenExpression
QueryGraphValueEntryRangeForge.makeArray
(QueryGraphValueEntryRangeForge[] ranges, CodegenMethod method, SAIFFInitializeSymbol symbols, CodegenClassScope classScope) Modifier and TypeMethodDescriptionstatic String
QueryGraphValueEntryRangeForge.toQueryPlan
(List<QueryGraphValueEntryRangeForge> rangeKeyPairs) ModifierConstructorDescriptionQueryGraphValuePairRangeIndexForge
(String[] indexed, List<QueryGraphValueEntryRangeForge> key) -
Uses of QueryGraphValueEntryRangeForge in com.espertech.esper.common.internal.epl.join.queryplan
Modifier and TypeMethodDescriptionstatic CoercionDesc
CoercionUtil.getCoercionTypesRange
(EventType[] typesPerStream, int indexedStream, String[] indexedProp, List<QueryGraphValueEntryRangeForge> rangeEntries) -
Uses of QueryGraphValueEntryRangeForge in com.espertech.esper.common.internal.epl.lookupplan
ModifierConstructorDescriptionSubordPropRangeKeyForge
(QueryGraphValueEntryRangeForge rangeInfo, EPTypeClass coercionType)