Package com.complexible.stardog.api
Class ExplainOptions
java.lang.Object
com.complexible.stardog.api.ExplainOptions
Options supported for
Query.explain() command.- Since:
- 7.7.1
- Author:
- Pavel Klinov
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
VERBOSE
-
PROFILE
-
SHOW_STEPS
If true, the explain output will include the intermediate plans produced by each optimizer that changed the plan, in addition to the final plan. Each intermediate plan is annotated with the name of the optimizer that produced it. Theplan.explain.stepspreamble hint takes precedence over this option.
-
-
Constructor Details
-
ExplainOptions
public ExplainOptions()
-