IQueryOptimiser Interface |
A Query Optimiser is a class which optimises Graph Patterns in a Query by reordering Graph Patterns.
Namespace:
VDS.RDF.Query.Optimisation
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public interface IQueryOptimiser
Public Interface IQueryOptimiser
The IQueryOptimiser type exposes the following members.
Methods
| Name | Description |
---|
| Optimise |
Attempts to optimise the given Graph Pattern.
|
TopSee Also