VirtualAlgebraOptimiserTNodeID, TGraphID Class |
Namespace: VDS.RDF.Query.Optimisation
public abstract class VirtualAlgebraOptimiser<TNodeID, TGraphID> : IAlgebraOptimiser, IExpressionTransformer
The VirtualAlgebraOptimiserTNodeID, TGraphID type exposes the following members.
Name | Description | |
---|---|---|
VirtualAlgebraOptimiserTNodeID, TGraphID |
Creates a new Virtual Algebra Optimiser.
|
Name | Description | |
---|---|---|
CreateVirtualNode |
Creates a virtual Node based on a given Value.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsApplicable(SparqlQuery) |
Returns that the optimiser is applicable to all queries.
| |
IsApplicable(SparqlUpdateCommandSet) |
Returns that the optimiser is applicable to all updates.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Optimise |
Optimises the algebra so that all Node terms are virtualised.
| |
SubstitutePrimaryExpression |
Substitutes a primary expression which is a Node term for a virtual Node term.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Transform |
Transforms an expression so Node terms are virtualised.
|