dotNetRDF API Documentation

GroupBy Members

GroupBy overview

Public Instance Constructors

GroupBy Constructor Creates a new Group By

Public Instance Properties

Aggregates Gets the Aggregates that will be applied
Grouping Gets the Grouping that is used
InnerAlgebra Gets the Inner Algebra
Variables Gets the Variables used in the Algebra

Public Instance Methods

Equals (inherited from Object)
Evaluate Evaluates a Group By by generating a GroupMultiset from the Input Multiset
GetHashCode (inherited from Object)
GetType (inherited from Object)
ToGraphPattern Throws an exception since GroupBy() cannot be converted to a Graph Pattern
ToQuery Converts the Algebra back to a SPARQL Query
ToString Gets the String representation of the
Transform Transforms the Inner Algebra using the given Optimiser

Protected Instance Methods

Finalize (inherited from Object)
MemberwiseClone (inherited from Object)

See Also

GroupBy Class | VDS.RDF.Query.Algebra Namespace