Click or drag to resize

IAlgebraOptimiserOptimise Method

Optimises the given Algebra.

Namespace:  VDS.RDF.Query.Optimisation
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
ISparqlAlgebra Optimise(
	ISparqlAlgebra algebra
)

Parameters

algebra
Type: VDS.RDF.Query.AlgebraISparqlAlgebra
Algebra to optimise.

Return Value

Type: ISparqlAlgebra

[Missing <returns> documentation for "M:VDS.RDF.Query.Optimisation.IAlgebraOptimiser.Optimise(VDS.RDF.Query.Algebra.ISparqlAlgebra)"]

Remarks
Important: An Algebra Optimiser must guarantee to return an equivalent algebra to the given algebra. In the event of any error the optimiser should still return a valid algebra (or at least the original algebra).
See Also