BaseAlgebraOptimiser.OptimiseInternal 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:
Syntaxprotected abstract ISparqlAlgebra OptimiseInternal(
ISparqlAlgebra algebra,
int depth
)
Protected MustOverride Function OptimiseInternal (
algebra As ISparqlAlgebra,
depth As Integer
) As ISparqlAlgebra
Parameters
- algebra
- Type: VDS.RDF.Query.Algebra.ISparqlAlgebra
Algebra. - depth
- Type: System.Int32
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