ISparqlAggregate Interface |
Namespace: VDS.RDF.Query.Aggregates
The ISparqlAggregate type exposes the following members.
Name | Description | |
---|---|---|
![]() | Arguments |
Gets the Arguments of the Aggregate.
|
![]() | Expression |
Gets the Expression that the Aggregate is applied to.
|
![]() | Functor |
Gets the URI/Keyword of the Aggregate.
|
![]() | Type |
Gets the Type of the Aggregate.
|
Name | Description | |
---|---|---|
![]() | Apply(SparqlEvaluationContext) |
Applies the Aggregate to the Result Binder and returns a single Node as a Result.
|
![]() | Apply(SparqlEvaluationContext, IEnumerable<Int32>) |
Applies the Aggregate to the Result Binder and returns a single Node as a Result.
|