Namespace VDS.RDF.Query.Aggregates.Leviathan
Classes
AllAggregate
A Custom aggregate which requires the Expression to evaluate to true for all Sets in the Group.
AnyAggregate
A Custom aggregate which requires the Expression to evaluate to true for at least one of the Sets in the Group.
MedianAggregate
Class representing MEDIAN Aggregate Functions.
ModeAggregate
Class representing MODE Aggregate Functions.
NoneAggregate
A Custom aggregate which requires the Expression to evaluate to false/error for all Sets in the Group.
NumericMaxAggregate
Class representing NMAX Aggregate Functions.
NumericMinAggregate
Class representing NMIN Aggregate Functions.