BaseAlgebraOptimiser Class |
Namespace: VDS.RDF.Query.Optimisation
The BaseAlgebraOptimiser type exposes the following members.
Name | Description | |
---|---|---|
![]() | BaseAlgebraOptimiser | Initializes a new instance of the BaseAlgebraOptimiser class |
Name | Description | |
---|---|---|
![]() | 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) |
Determines whether the Optimiser can be applied to a given Query.
|
![]() | IsApplicable(SparqlUpdateCommandSet) |
Determines whether the Optimiser can be applied to a given Update Command Set.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Optimise |
Attempts to optimise an Algebra to another more optimal form.
|
![]() | OptimiseInternal |
Transforms the Algebra to another form tracking the depth in the Algebra tree.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |