Class CountAllAggregate
Class representing COUNT(*) Aggregate Function.
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: VDS.RDF.Query.Aggregates.Sparql
Assembly: dotNetRdf.dll
Syntax
public class CountAllAggregate : BaseAggregate, ISparqlAggregate
Remarks
Differs from a COUNT in that it justs counts rows in the results.
Constructors
| Improve this Doc View SourceCountAllAggregate()
Creates a new COUNT(*) Aggregate.
Declaration
public CountAllAggregate()
Remarks
Differs from a COUNT in that it justs counts rows in the results.
Properties
| Improve this Doc View SourceArguments
Gets the Arguments of the Aggregate.
Declaration
public override IEnumerable<ISparqlExpression> Arguments { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<T><ISparqlExpression> |
Overrides
Remarks
Differs from a COUNT in that it justs counts rows in the results.
Functor
Gets the Functor of the Aggregate.
Declaration
public override string Functor { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Remarks
Differs from a COUNT in that it justs counts rows in the results.
Methods
| Improve this Doc View SourceAccept<TResult, TContext, TBinding>(ISparqlAggregateProcessor<TResult, TContext, TBinding>, TContext, IEnumerable<TBinding>)
Declaration
public override TResult Accept<TResult, TContext, TBinding>(ISparqlAggregateProcessor<TResult, TContext, TBinding> processor, TContext context, IEnumerable<TBinding> bindings)
Parameters
| Type | Name | Description |
|---|---|---|
| ISparqlAggregateProcessor<TResult, TContext, TBinding> | processor | |
| TContext | context | |
| System.Collections.Generic.IEnumerable<T><TBinding> | bindings |
Returns
| Type | Description |
|---|---|
| TResult |
Type Parameters
| Name | Description |
|---|---|
| TResult | |
| TContext | |
| TBinding |
Overrides
VDS.RDF.Query.Aggregates.BaseAggregate.Accept<TResult, TContext, TBinding>(VDS.RDF.Query.ISparqlAggregateProcessor<TResult, TContext, TBinding>, TContext, System.Collections.Generic.IEnumerable<TBinding>)
Remarks
Differs from a COUNT in that it justs counts rows in the results.
ToString()
Gets the String representation of the Aggregate.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string |
Overrides
Remarks
Differs from a COUNT in that it justs counts rows in the results.