Uses of Class
com.espertech.esper.common.internal.epl.join.hint.IndexHint
Package
Description
Hints related to joins.
-
Uses of IndexHint in com.espertech.esper.common.internal.epl.join.hint
Modifier and TypeMethodDescriptionstatic IndexHint
IndexHint.getIndexHint
(Annotation[] annotations) -
Uses of IndexHint 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) static SubordinateQueryPlan
SubordinateQueryPlanner.planSubquery
(EventType[] outerStreams, SubordPropPlan joinDesc, boolean isNWOnTrigger, boolean forceTableScan, IndexHint optionalIndexHint, boolean indexShare, int subqueryNumber, boolean isVirtualDataWindow, EventTableIndexMetadata indexMetadata, Set<String> optionalUniqueKeyProps, boolean onlyUseExistingIndexes, EventType eventTypeIndexed, StatementRawInfo statementRawInfo, StatementCompileTimeServices services) ModifierConstructorDescriptionIndexHintPair
(IndexHint indexHint, ExcludePlanHint excludePlanHint) -
Uses of IndexHint in com.espertech.esper.common.internal.epl.subselect
ModifierConstructorDescriptionSubSelectStrategyFactoryIndexShareForge
(int subqueryNumber, SubSelectActivationPlan subselectActivation, EventType[] outerEventTypesSelect, NamedWindowMetaData namedWindow, TableMetaData table, boolean fullTableScan, IndexHint indexHint, SubordPropPlan joinedPropPlan, ExprForge filterExprEval, ExprNode[] groupKeys, AggregationServiceForgeDesc aggregationServiceForgeDesc, StatementBaseInfo statement, StatementCompileTimeServices services)