Click or drag to resize

BaseAggregate Class

Abstract Base Class for Aggregate Functions.
Inheritance Hierarchy
System.Object
  VDS.RDF.Query.Aggregates.BaseAggregate
    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, IEnumerable<Int32>)
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 Object.ToString().)
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
System.Object
  VDS.RDF.Query.Aggregates.BaseAggregate
    VDS.RDF.Query.Aggregates.Leviathan.AllAggregate
    VDS.RDF.Query.Aggregates.Leviathan.AnyAggregate
    VDS.RDF.Query.Aggregates.Leviathan.MedianAggregate
    VDS.RDF.Query.Aggregates.Leviathan.ModeAggregate
    VDS.RDF.Query.Aggregates.Leviathan.NoneAggregate
    VDS.RDF.Query.Aggregates.Leviathan.NumericMaxAggregate
    VDS.RDF.Query.Aggregates.Leviathan.NumericMinAggregate
    VDS.RDF.Query.Aggregates.Sparql.AverageAggregate
    VDS.RDF.Query.Aggregates.Sparql.CountAggregate
    VDS.RDF.Query.Aggregates.Sparql.CountAllAggregate
    VDS.RDF.Query.Aggregates.Sparql.CountAllDistinctAggregate
    VDS.RDF.Query.Aggregates.Sparql.CountDistinctAggregate
    VDS.RDF.Query.Aggregates.Sparql.MaxAggregate
    VDS.RDF.Query.Aggregates.Sparql.MinAggregate
    VDS.RDF.Query.Aggregates.Sparql.SampleAggregate
    VDS.RDF.Query.Aggregates.Sparql.SumAggregate
    VDS.RDF.Query.Aggregates.XPath.StringJoinAggregate