Click or drag to resize

SimpleVirtualAlgebraOptimiser Class

A concrete implementation of a Virtual Algebra Optimiser where the virtual IDs are simply integers.
Inheritance Hierarchy
SystemObject
  VDS.RDF.Query.OptimisationVirtualAlgebraOptimiserInt32, Int32
    VDS.RDF.Query.OptimisationSimpleVirtualAlgebraOptimiser

Namespace:  VDS.RDF.Query.Optimisation
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public class SimpleVirtualAlgebraOptimiser : VirtualAlgebraOptimiser<int, int>

The SimpleVirtualAlgebraOptimiser type exposes the following members.

Constructors
  NameDescription
Public methodSimpleVirtualAlgebraOptimiser
Creates a new Simple Virtual Algebra Optimiser.
Top
Methods
  NameDescription
Protected methodCreateVirtualNode
Creates a new Virtual Node using the virtual RDF provider this optimiser was instantiated with.
(Overrides VirtualAlgebraOptimiserTNodeID, TGraphIDCreateVirtualNode(TNodeID, INode).)
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)
Returns that the optimiser is applicable to all queries.
(Inherited from VirtualAlgebraOptimiserTNodeID, TGraphID.)
Public methodIsApplicable(SparqlUpdateCommandSet)
Returns that the optimiser is applicable to all updates.
(Inherited from VirtualAlgebraOptimiserTNodeID, TGraphID.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOptimise
Optimises the algebra so that all Node terms are virtualised.
(Inherited from VirtualAlgebraOptimiserTNodeID, TGraphID.)
Protected methodSubstitutePrimaryExpression
Substitutes a primary expression which is a Node term for a virtual Node term.
(Inherited from VirtualAlgebraOptimiserTNodeID, TGraphID.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTransform
Transforms an expression so Node terms are virtualised.
(Inherited from VirtualAlgebraOptimiserTNodeID, TGraphID.)
Top
Fields
See Also