Click or drag to resize

LazyBgpOptimiser Class

An Algebra Optimiser that optimises Algebra to use LazyBgp's wherever possible.
Inheritance Hierarchy

Namespace:  VDS.RDF.Query.Optimisation
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public class LazyBgpOptimiser : BaseAlgebraOptimiser

The LazyBgpOptimiser type exposes the following members.

Constructors
  NameDescription
Public methodLazyBgpOptimiser
Initializes a new instance of the LazyBgpOptimiser class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsApplicable(SparqlQuery)
Determines whether the query can be optimised for lazy evaluation.
(Overrides BaseAlgebraOptimiserIsApplicable(SparqlQuery).)
Public methodIsApplicable(SparqlUpdateCommandSet)
Returns that the optimiser does not apply to SPARQL Updates.
(Overrides BaseAlgebraOptimiserIsApplicable(SparqlUpdateCommandSet).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOptimise
Attempts to optimise an Algebra to another more optimal form.
(Inherited from BaseAlgebraOptimiser.)
Protected methodOptimiseInternal
Optimises an Algebra to a form that uses LazyBgp where possible.
(Overrides BaseAlgebraOptimiserOptimiseInternal(ISparqlAlgebra, Int32).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also