Click or drag to resize

BaseAggregate Class

Abstract Base Class for Aggregate Functions.
Inheritance Hierarchy
SystemObject
  VDS.RDF.Query.AggregatesBaseAggregate
    More...

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

The BaseAggregate type exposes the following members.

Constructors
  NameDescription
Public methodBaseAggregate(ISparqlExpression)
Base Constructor for Aggregates.
Public methodBaseAggregate(ISparqlExpression, Boolean)
Base Constructor for Aggregates.
Top
Properties
  NameDescription
Public propertyArguments
Gets the Arguments of the Expression.
Public propertyExpression
Expression that the Aggregate executes over.
Public propertyFunctor
Gets the Functor of the Aggregate.
Public propertyType
Gets the Type of the Expression.
Top
Methods
  NameDescription
Public methodApply(SparqlEvaluationContext)
Applies the Aggregate to the Result Binder.
Public methodApply(SparqlEvaluationContext, IEnumerableInt32)
Applies the Aggregate to the Result Binder.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Gets the String representation of the Aggregate.
(Overrides ObjectToString.)
Top
Fields
  NameDescription
Protected field_distinct
Whether a DISTINCT modifer is applied.
Protected field_expr
Expression that the aggregate operates over.
Top
See Also
Inheritance Hierarchy
SystemObject
  VDS.RDF.Query.AggregatesBaseAggregate
    VDS.RDF.Query.Aggregates.LeviathanAllAggregate
    VDS.RDF.Query.Aggregates.LeviathanAnyAggregate
    VDS.RDF.Query.Aggregates.LeviathanMedianAggregate
    VDS.RDF.Query.Aggregates.LeviathanModeAggregate
    VDS.RDF.Query.Aggregates.LeviathanNoneAggregate
    VDS.RDF.Query.Aggregates.LeviathanNumericMaxAggregate
    VDS.RDF.Query.Aggregates.LeviathanNumericMinAggregate
    VDS.RDF.Query.Aggregates.SparqlAverageAggregate
    VDS.RDF.Query.Aggregates.SparqlCountAggregate
    VDS.RDF.Query.Aggregates.SparqlCountAllAggregate
    VDS.RDF.Query.Aggregates.SparqlCountAllDistinctAggregate
    VDS.RDF.Query.Aggregates.SparqlCountDistinctAggregate
    VDS.RDF.Query.Aggregates.SparqlMaxAggregate
    VDS.RDF.Query.Aggregates.SparqlMinAggregate
    VDS.RDF.Query.Aggregates.SparqlSampleAggregate
    VDS.RDF.Query.Aggregates.SparqlSumAggregate
    VDS.RDF.Query.Aggregates.XPathStringJoinAggregate