dotNetRDF API Documentation

LeviathanQueryProcessor Class

Default SPARQL Query Processor provided by the library's Leviathan SPARQL Engine

For a list of all members of this type, see LeviathanQueryProcessor Members .

System.Object
   LeviathanQueryProcessor
      ExplainQueryProcessor

public class LeviathanQueryProcessor : ISparqlQueryProcessor, ISparqlQueryAlgebraProcessor<TResult, TContext>

Remarks

The Leviathan Query Processor simply invokes the Evaluate method of the SPARQL Algebra it is asked to process

In future releases much of the Leviathan Query engine logic will be moved into this class to make it possible for implementors to override specific bits of the algebra processing but this is not possible at this time

Requirements

Namespace: VDS.RDF.Query

Assembly: dotNetRDF (in dotNetRDF.dll)

See Also

LeviathanQueryProcessor Members | VDS.RDF.Query Namespace