ExplainQueryProcessor Constructor |
| Name | Description | |
|---|---|---|
| ExplainQueryProcessor(IInMemoryQueryableStore) |
Creates a new Explain Query Processor that will use the Default Explanation Level.
| |
| ExplainQueryProcessor(ISparqlDataset) |
Creates a new Explain Query Processor that will use the Default Explanation Level.
| |
| ExplainQueryProcessor(IInMemoryQueryableStore, ExplanationLevel) |
Creates a new Explain Query Processor with the desired Explanation Level.
| |
| ExplainQueryProcessor(ISparqlDataset, ExplanationLevel) |
Creates a new Explain Query Processor with the desired Explanation Level.
|