Click or drag to resize

VDS.RDF.Query.Aggregates.Sparql Namespace

Namespace for the built-in SPARQL aggregates.
Classes
  ClassDescription
Public classAverageAggregate
Class representing AVG Aggregate Functions.
Public classCountAggregate
Class representing COUNT Aggregate Function.
Public classCountAllAggregate
Class representing COUNT(*) Aggregate Function.
Public classCountAllDistinctAggregate
Class representing COUNT(DISTINCT *) Aggregate Function.
Public classCountDistinctAggregate
Class representing COUNT(DISTINCT ?x) Aggregate Function.
Public classGroupConcatAggregate
Class representing GROUP_CONCAT Aggregate.
Public classMaxAggregate
Class representing MAX Aggregate Functions.
Public classMinAggregate
Class representing MIN Aggregate Functions.
Public classSampleAggregate
Class representing the SAMPLE aggregate.
Public classSumAggregate
Class representing SUM Aggregate Functions.