Class QueryPlanIndexUniqueHelper
java.lang.Object
com.espertech.esper.common.internal.epl.join.queryplan.QueryPlanIndexUniqueHelper
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic int[]
checkSufficientGetAssignment
(String[] hashPropsRequired, String[] hashPropsProvided) reduceToUniqueIfPossible
(String[] hashPropsProvided, EPTypeClass[] hashCoercionTypes, List<QueryGraphValueEntryHashKeyedForge> hashFunctions, String[][] hashPropsRequiredPerIndex)
-
Constructor Details
-
QueryPlanIndexUniqueHelper
public QueryPlanIndexUniqueHelper()
-
-
Method Details
-
reduceToUniqueIfPossible
public static QueryPlanIndexUniqueHelper.ReducedHashKeys reduceToUniqueIfPossible(String[] hashPropsProvided, EPTypeClass[] hashCoercionTypes, List<QueryGraphValueEntryHashKeyedForge> hashFunctions, String[][] hashPropsRequiredPerIndex) -
checkSufficientGetAssignment
-