Click or drag to resize

VDS.RDF.Query.Aggregates.Leviathan Namespace

Namespace for aggregates provided by the Leviathan function library.
Classes
  ClassDescription
Public classAllAggregate
A Custom aggregate which requires the Expression to evaluate to true for all Sets in the Group.
Public classAnyAggregate
A Custom aggregate which requires the Expression to evaluate to true for at least one of the Sets in the Group.
Public classMedianAggregate
Class representing MEDIAN Aggregate Functions.
Public classModeAggregate
Class representing MODE Aggregate Functions.
Public classNoneAggregate
A Custom aggregate which requires the Expression to evaluate to false/error for all Sets in the Group.
Public classNumericMaxAggregate
Class representing NMAX Aggregate Functions.
Public classNumericMinAggregate
Class representing NMIN Aggregate Functions.