Class ExplainPlanUtil
java.lang.Object
com.gigaspaces.internal.query.explainplan.ExplainPlanUtil
- Since:
- 12.0.1
- Author:
- yael nahon
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic QueryOperationNodeBuildMatchCodes(QueryTemplatePacket packet) static QueryOperationNodebuildQueryTree(ICustomQuery customQuery) static List<ICustomQuery>compoundConvertList(List<IContainsItemsCustomQuery> subQueries) static IndexInfocreateIndexInfo(AbstractQueryIndex abstractIndexScanner, TypeDataIndex index, TypeData typeData, int size, boolean usable) static QueryOperatorgetQueryOperator(short extendedMatchCode) static StringgetQueryOperatorDescription(QueryOperator queryOperator) static List<ICustomQuery>getSubQueries(ICustomQuery customQuery) static ObjectgetValueDesc(Object value) static booleanstatic List<ICustomQuery>rangeConvertList(LinkedList<Range> ranges)
-
Field Details
-
REPORT_START
- See Also:
-
REPORT_END
- See Also:
-
-
Constructor Details
-
ExplainPlanUtil
public ExplainPlanUtil()
-
-
Method Details
-
createIndexInfo
public static IndexInfo createIndexInfo(AbstractQueryIndex abstractIndexScanner, TypeDataIndex index, TypeData typeData, int size, boolean usable) -
BuildMatchCodes
-
getQueryOperator
-
buildQueryTree
-
getSubQueries
-
rangeConvertList
-
compoundConvertList
-
notEmpty
-
getValueDesc
-
getQueryOperatorDescription
-