Click or drag to resize

ISparqlAggregate Interface

Interface for SPARQL Aggregates which can be used to calculate aggregates over Results.

Namespace:  VDS.RDF.Query.Aggregates
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public interface ISparqlAggregate

The ISparqlAggregate type exposes the following members.

Properties
  NameDescription
Public propertyArguments
Gets the Arguments of the Aggregate.
Public propertyExpression
Gets the Expression that the Aggregate is applied to.
Public propertyFunctor
Gets the URI/Keyword of the Aggregate.
Public propertyType
Gets the Type of the Aggregate.
Top
Methods
  NameDescription
Public methodApply(SparqlEvaluationContext)
Applies the Aggregate to the Result Binder and returns a single Node as a Result.
Public methodApply(SparqlEvaluationContext, IEnumerableInt32)
Applies the Aggregate to the Result Binder and returns a single Node as a Result.
Top
See Also