public class ExplainPlanUtil extends Object
Modifier and Type | Field and Description |
---|---|
static String |
REPORT_END |
static String |
REPORT_START |
Constructor and Description |
---|
ExplainPlanUtil() |
Modifier and Type | Method and Description |
---|---|
static QueryOperationNode |
BuildMatchCodes(QueryTemplatePacket packet) |
static QueryOperationNode |
buildQueryTree(ICustomQuery customQuery) |
static List<ICustomQuery> |
compoundConvertList(List<IContainsItemsCustomQuery> subQueries) |
static IndexInfo |
createIndexInfo(AbstractQueryIndex abstractIndexScanner,
TypeDataIndex index,
TypeData typeData,
int size,
boolean usable) |
static QueryOperator |
getQueryOperator(short extendedMatchCode) |
static String |
getQueryOperatorDescription(QueryOperator queryOperator) |
static List<ICustomQuery> |
getSubQueries(ICustomQuery customQuery) |
static Object |
getValueDesc(Object value) |
static boolean |
notEmpty(String str) |
static List<ICustomQuery> |
rangeConvertList(LinkedList<Range> ranges) |
public static final String REPORT_START
public static final String REPORT_END
public static IndexInfo createIndexInfo(AbstractQueryIndex abstractIndexScanner, TypeDataIndex index, TypeData typeData, int size, boolean usable)
public static QueryOperationNode BuildMatchCodes(QueryTemplatePacket packet)
public static QueryOperator getQueryOperator(short extendedMatchCode)
public static QueryOperationNode buildQueryTree(ICustomQuery customQuery)
public static List<ICustomQuery> getSubQueries(ICustomQuery customQuery)
public static List<ICustomQuery> rangeConvertList(LinkedList<Range> ranges)
public static List<ICustomQuery> compoundConvertList(List<IContainsItemsCustomQuery> subQueries)
public static boolean notEmpty(String str)
public static String getQueryOperatorDescription(QueryOperator queryOperator)
Copyright © GigaSpaces.