Show / Hide Table of Contents

Class NoReorderOptimiser

SPARQL Query Optimiser which does no reordering.

Inheritance
System.Object
BaseQueryOptimiser
NoReorderOptimiser
Implements
IQueryOptimiser
Inherited Members
BaseQueryOptimiser.Optimise(GraphPattern, IEnumerable<string>)
BaseQueryOptimiser.ShouldSplitFilters
BaseQueryOptimiser.ShouldPlaceFilters
BaseQueryOptimiser.ShouldPlaceAssignments
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF.Query.Optimisation
Assembly: dotNetRdf.dll
Syntax
public class NoReorderOptimiser : BaseQueryOptimiser, IQueryOptimiser

Properties

| Improve this Doc View Source

ShouldReorder

Gets that Triple Patterns should not be reordered.

Declaration
protected override bool ShouldReorder { get; }
Property Value
Type Description
System.Boolean
Overrides
BaseQueryOptimiser.ShouldReorder

Methods

| Improve this Doc View Source

GetRankingComparer()

Gets a comparer which does not change the order of Triple Patterns.

Declaration
protected override IComparer<ITriplePattern> GetRankingComparer()
Returns
Type Description
System.Collections.Generic.IComparer<T><ITriplePattern>
Overrides
BaseQueryOptimiser.GetRankingComparer()

Implements

IQueryOptimiser

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Properties
    • ShouldReorder
  • Methods
    • GetRankingComparer()
  • Implements
  • Extension Methods
Back to top Generated by DocFX