Click or drag to resize

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

The IQueryOptimiser type exposes the following members.

Methods
  NameDescription
Public methodOptimise
Attempts to optimise the given Graph Pattern.
Top
See Also