Click or drag to resize

BaseAlgebraOptimiserOptimiseInternal Method

Transforms the Algebra to another form tracking the depth in the Algebra tree.

Namespace:  VDS.RDF.Query.Optimisation
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected abstract ISparqlAlgebra OptimiseInternal(
	ISparqlAlgebra algebra,
	int depth
)

Parameters

algebra
Type: VDS.RDF.Query.AlgebraISparqlAlgebra
Algebra.
depth
Type: SystemInt32
Depth.

Return Value

Type: ISparqlAlgebra

[Missing <returns> documentation for "M:VDS.RDF.Query.Optimisation.BaseAlgebraOptimiser.OptimiseInternal(VDS.RDF.Query.Algebra.ISparqlAlgebra,System.Int32)"]

See Also