IAggregateBuilder Interface |
Namespace: VDS.RDF.Query.Builder
The IAggregateBuilder type exposes the following members.
Name | Description | |
---|---|---|
Avg(String) |
Creates a AVG aggregate.
(Inherited from IDistinctAggregateBuilder.) | |
Avg(SparqlExpression) |
Creates a AVG aggregate.
(Inherited from IDistinctAggregateBuilder.) | |
Avg(SparqlVariable) |
Creates a AVG aggregate.
(Inherited from IDistinctAggregateBuilder.) | |
Avg(VariableTerm) |
Creates a AVG aggregate.
(Inherited from IDistinctAggregateBuilder.) | |
Count |
Creates a COUNT(*) aggregate.
(Inherited from IDistinctAggregateBuilder.) | |
Count(String) |
Creates a COUNT aggregate.
(Inherited from IDistinctAggregateBuilder.) | |
Count(SparqlExpression) |
Creates a COUNT aggregate.
(Inherited from IDistinctAggregateBuilder.) | |
Count(SparqlVariable) |
Creates a COUNT aggregate.
(Inherited from IDistinctAggregateBuilder.) | |
Count(VariableTerm) |
Creates a COUNT aggregate.
(Inherited from IDistinctAggregateBuilder.) | |
GroupConcat(String, String) |
Creates a GROUP_CONCAT aggregate.
(Inherited from IDistinctAggregateBuilder.) | |
GroupConcat(SparqlExpression, String) |
Creates a GROUP_CONCAT aggregate.
(Inherited from IDistinctAggregateBuilder.) | |
GroupConcat(VariableTerm, String) |
Creates a GROUP_CONCAT aggregate.
(Inherited from IDistinctAggregateBuilder.) | |
Max(String) |
Creates a MAX aggregate.
(Inherited from IDistinctAggregateBuilder.) | |
Max(SparqlExpression) |
Creates a MAX aggregate.
(Inherited from IDistinctAggregateBuilder.) | |
Max(SparqlVariable) |
Creates a MAX aggregate.
(Inherited from IDistinctAggregateBuilder.) | |
Max(VariableTerm) |
Creates a MAX aggregate.
(Inherited from IDistinctAggregateBuilder.) | |
Min(String) |
Creates a MIN aggregate.
(Inherited from IDistinctAggregateBuilder.) | |
Min(SparqlExpression) |
Creates a MIN aggregate.
(Inherited from IDistinctAggregateBuilder.) | |
Min(SparqlVariable) |
Creates a MIN aggregate.
(Inherited from IDistinctAggregateBuilder.) | |
Min(VariableTerm) |
Creates a MIN aggregate.
(Inherited from IDistinctAggregateBuilder.) | |
Sample(String) |
Creates a SAMPLE aggregate.
| |
Sample(SparqlExpression) |
Creates a SAMPLE aggregate.
| |
Sample(VariableTerm) |
Creates a SAMPLE aggregate.
| |
Sum(String) |
Creates a SUM aggregate.
(Inherited from IDistinctAggregateBuilder.) | |
Sum(SparqlExpression) |
Creates a SUM aggregate.
(Inherited from IDistinctAggregateBuilder.) | |
Sum(SparqlVariable) |
Creates a SUM aggregate.
(Inherited from IDistinctAggregateBuilder.) | |
Sum(VariableTerm) |
Creates a SUM aggregate.
(Inherited from IDistinctAggregateBuilder.) |