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

Packages that use CoercionDesc
com.espertech.esper.epl.join.plan Inner join and outer join query planning 
com.espertech.esper.epl.lookup Subquery execution strategies and lookup indexes 
com.espertech.esper.epl.named Named window classes are in this package 
com.espertech.esper.epl.virtualdw Virtual data window. 
 

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

Methods in com.espertech.esper.epl.join.plan that return CoercionDesc
static CoercionDesc CoercionUtil.getCoercionTypesHash(EventType[] typesPerStream, int lookupStream, int indexedStream, java.util.List<QueryGraphValueEntryHashKeyed> keyProps, java.lang.String[] indexProps)
          Returns null if no coercion is required, or an array of classes for use in coercing the lookup keys and index keys into a common type.
static CoercionDesc CoercionUtil.getCoercionTypesHash(EventType viewableEventType, java.lang.String[] indexProps, java.util.List<SubordPropHashKey> hashKeys)
           
static CoercionDesc CoercionUtil.getCoercionTypesRange(EventType[] typesPerStream, int indexedStream, java.lang.String[] indexedProp, java.util.List<QueryGraphValueEntryRange> rangeEntries)
           
static CoercionDesc CoercionUtil.getCoercionTypesRange(EventType viewableEventType, java.util.Map<java.lang.String,SubordPropRangeKey> rangeProps, EventType[] typesPerStream)
           
 

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

Methods in com.espertech.esper.epl.lookup with parameters of type CoercionDesc
static SubordTableLookupStrategyFactory SubordinateTableLookupStrategyUtil.getLookupStrategy(EventType[] outerStreamTypesZeroIndexed, java.util.List<SubordPropHashKey> hashKeys, CoercionDesc hashKeyCoercionTypes, java.util.List<SubordPropRangeKey> rangeKeys, CoercionDesc rangeKeyCoercionTypes, ExprNode[] inKeywordSingleIdxKeys, ExprNode inKeywordMultiIdxKey, boolean isNWOnTrigger)
           
 

Uses of CoercionDesc in com.espertech.esper.epl.named
 

Methods in com.espertech.esper.epl.named that return CoercionDesc
 CoercionDesc IndexKeyInfo.getOrderedKeyCoercionTypes()
           
 CoercionDesc IndexKeyInfo.getOrderedRangeCoercionTypes()
           
 

Constructors in com.espertech.esper.epl.named with parameters of type CoercionDesc
IndexKeyInfo(java.util.List<SubordPropHashKey> orderedKeyProperties, CoercionDesc orderedKeyCoercionTypes, java.util.List<SubordPropRangeKey> orderedRangeDesc, CoercionDesc orderedRangeCoercionTypes)
           
 

Uses of CoercionDesc in com.espertech.esper.epl.virtualdw
 

Methods in com.espertech.esper.epl.virtualdw with parameters of type CoercionDesc
 SubordTableLookupStrategy VirtualDWViewImpl.getSubordinateLookupStrategy(java.lang.String accessedByStatementName, java.lang.String accessedByStatementId, java.lang.annotation.Annotation[] accessedByStmtAnnotations, EventType[] outerStreamTypes, java.util.List<SubordPropHashKey> hashKeys, CoercionDesc hashKeyCoercionTypes, java.util.List<SubordPropRangeKey> rangeKeys, CoercionDesc rangeKeyCoercionTypes, boolean nwOnTrigger, EventTable eventTable, SubordPropPlan joinDesc, boolean forceTableScan)
           
 SubordTableLookupStrategy VirtualDWView.getSubordinateLookupStrategy(java.lang.String accessedByStatementName, java.lang.String accessedByStatementId, java.lang.annotation.Annotation[] accessedByStmtAnnotations, EventType[] outerStreamTypes, java.util.List<SubordPropHashKey> hashKeys, CoercionDesc hashKeyCoercionTypes, java.util.List<SubordPropRangeKey> rangeKeys, CoercionDesc rangeKeyCoercionTypes, boolean nwOnTrigger, EventTable eventTable, SubordPropPlan joinDesc, boolean forceTableScan)
           
 

Constructors in com.espertech.esper.epl.virtualdw with parameters of type CoercionDesc
SubordTableLookupStrategyVirtualDW(java.lang.String namedWindowName, VirtualDataWindowLookup externalIndex, java.util.List<SubordPropHashKey> hashKeys, CoercionDesc hashKeyCoercionTypes, java.util.List<SubordPropRangeKey> rangeKeys, CoercionDesc rangeKeyCoercionTypes, boolean nwOnTrigger, int numOuterStreams)
           
 


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