Class ExplainOptions

java.lang.Object
com.complexible.stardog.api.ExplainOptions

public class ExplainOptions extends Object
Options supported for Query.explain() command.
Since:
7.7.1
Author:
Pavel Klinov
  • Field Details

    • VERBOSE

      public static final Option<Boolean> VERBOSE
    • PROFILE

      public static final Option<Boolean> PROFILE
    • SHOW_STEPS

      public static final Option<Boolean> 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. The plan.explain.steps preamble hint takes precedence over this option.
  • Constructor Details

    • ExplainOptions

      public ExplainOptions()