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