Class VirtualDWQueryPlanUtil
java.lang.Object
com.espertech.esper.common.internal.epl.virtualdw.VirtualDWQueryPlanUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Pair<IndexMultiKey,
EventTable> static EventTable
getJoinIndexTable
(QueryPlanIndexItem queryPlanIndexItem) static Pair<IndexMultiKey,
VirtualDWEventTable> getSubordinateQueryDesc
(boolean unique, IndexedPropDesc[] hashedProps, IndexedPropDesc[] btreeProps)
-
Constructor Details
-
VirtualDWQueryPlanUtil
public VirtualDWQueryPlanUtil()
-
-
Method Details
-
getSubordinateQueryDesc
public static Pair<IndexMultiKey,VirtualDWEventTable> getSubordinateQueryDesc(boolean unique, IndexedPropDesc[] hashedProps, IndexedPropDesc[] btreeProps) -
getJoinIndexTable
-
getFireAndForgetDesc
public static Pair<IndexMultiKey,EventTable> getFireAndForgetDesc(EventType eventType, Set<String> keysAvailable, Set<String> rangesAvailable)
-