Click or drag to resize

IAlgebraOptimiser Interface

An Algebra Optimiser is a class that can transform a SPARQL algebra from one form to another typically for optimisation purposes.

Namespace:  VDS.RDF.Query.Optimisation
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public interface IAlgebraOptimiser

The IAlgebraOptimiser type exposes the following members.

Methods
  NameDescription
Public methodIsApplicable(SparqlQuery)
Determines whether an Optimiser is applicable based on the Query whose Algebra is being optimised.
Public methodIsApplicable(SparqlUpdateCommandSet)
Determines whether an Optimiser is applicable based on the Update Command Set being optimised.
Public methodOptimise
Optimises the given Algebra.
Top
See Also