Uses of Class
com.espertech.esper.common.internal.epl.join.hint.ExcludePlanHint
Package
Description
Hints related to joins.
-
Uses of ExcludePlanHint in com.espertech.esper.common.internal.epl.join.hint
Modifier and TypeMethodDescriptionstatic ExcludePlanHint
ExcludePlanHint.getHint
(String[] streamNames, StatementRawInfo rawInfo, StatementCompileTimeServices services) -
Uses of ExcludePlanHint in com.espertech.esper.common.internal.epl.join.querygraph
ModifierConstructorDescriptionQueryGraphForge
(int numStreams, ExcludePlanHint optionalHint, boolean nToZeroAnalysis) Ctor. -
Uses of ExcludePlanHint in com.espertech.esper.common.internal.epl.join.queryplanbuild
Modifier and TypeMethodDescriptionstatic SubordPropPlan
QueryPlanIndexBuilder.getJoinProps
(ExprNode filterExpr, int outsideStreamCount, EventType[] allStreamTypesZeroIndexed, ExcludePlanHint excludePlanHint) -
Uses of ExcludePlanHint in com.espertech.esper.common.internal.epl.lookupplansubord
Modifier and TypeMethodDescriptionSubordinateQueryPlanner.planOnExpression
(ExprNode joinExpr, EventType filterEventType, IndexHint optionalIndexHint, boolean isIndexShare, int subqueryNumber, ExcludePlanHint excludePlanHint, boolean isVirtualDataWindow, EventTableIndexMetadata indexMetadata, EventType eventTypeIndexed, Set<String> optionalUniqueKeyProps, boolean onlyUseExistingIndexes, StatementRawInfo statementRawInfo, StatementCompileTimeServices compileTimeServices) ModifierConstructorDescriptionIndexHintPair
(IndexHint indexHint, ExcludePlanHint excludePlanHint)