Namespace VDS.RDF.Query.Aggregates.Sparql
Classes
AverageAggregate
Class representing AVG Aggregate Functions.
CountAggregate
Class representing COUNT Aggregate Function.
CountAllAggregate
Class representing COUNT(*) Aggregate Function.
CountAllDistinctAggregate
Class representing COUNT(DISTINCT *) Aggregate Function.
CountDistinctAggregate
Class representing COUNT(DISTINCT ?x) Aggregate Function.
GroupConcatAggregate
Class representing GROUP_CONCAT Aggregate.
MaxAggregate
Class representing MAX Aggregate Functions.
MinAggregate
Class representing MIN Aggregate Functions.
SampleAggregate
Class representing the SAMPLE aggregate.
SumAggregate
Class representing SUM Aggregate Functions.