public class QueryPlanIndexUniqueHelper
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
QueryPlanIndexUniqueHelper.ReducedHashKeys |
Constructor and Description |
---|
QueryPlanIndexUniqueHelper() |
Modifier and Type | Method and Description |
---|---|
static int[] |
checkSufficientGetAssignment(java.lang.String[] hashPropsRequired,
java.lang.String[] hashPropsProvided) |
static QueryPlanIndexUniqueHelper.ReducedHashKeys |
reduceToUniqueIfPossible(java.lang.String[] hashPropsProvided,
java.lang.Class[] hashCoercionTypes,
java.util.List<QueryGraphValueEntryHashKeyed> hashFunctions,
java.lang.String[][] hashPropsRequiredPerIndex) |
public static QueryPlanIndexUniqueHelper.ReducedHashKeys reduceToUniqueIfPossible(java.lang.String[] hashPropsProvided, java.lang.Class[] hashCoercionTypes, java.util.List<QueryGraphValueEntryHashKeyed> hashFunctions, java.lang.String[][] hashPropsRequiredPerIndex)
public static int[] checkSufficientGetAssignment(java.lang.String[] hashPropsRequired, java.lang.String[] hashPropsProvided)