Class QueryPlanExplanation
java.lang.Object
org.eclipse.rdf4j.benchmark.common.plan.QueryPlanExplanation
Captured data for one query explanation level.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLevel()voidsetDebugMetrics(Map<String, String> debugMetrics) voidsetExplanationJson(String explanationJson) voidsetExplanationText(String explanationText) voidsetIrRenderedQuery(String irRenderedQuery) voidsetIrRenderingError(String irRenderingError) voidvoidsetTupleExprJson(String tupleExprJson) voidsetTupleExprTree(String tupleExprTree)
-
Constructor Details
-
QueryPlanExplanation
public QueryPlanExplanation()
-
-
Method Details
-
getLevel
-
setLevel
-
getExplanationText
-
setExplanationText
-
getExplanationJson
-
setExplanationJson
-
getTupleExprTree
-
setTupleExprTree
-
getTupleExprJson
-
setTupleExprJson
-
getIrRenderedQuery
-
setIrRenderedQuery
-
getIrRenderingError
-
setIrRenderingError
-
getDebugMetrics
-
setDebugMetrics
-