NumericMaxAggregate Class |
Namespace: VDS.RDF.Query.Aggregates.Leviathan
The NumericMaxAggregate type exposes the following members.
Name | Description | |
---|---|---|
NumericMaxAggregate(ISparqlExpression) |
Creates a new NMAX Aggregate.
| |
NumericMaxAggregate(VariableTerm) |
Creates a new NMAX Aggregate.
| |
NumericMaxAggregate(ISparqlExpression, Boolean) |
Creates a new NMAX Aggregate.
| |
NumericMaxAggregate(VariableTerm, Boolean) |
Creates a new NMAX Aggregate.
|
Name | Description | |
---|---|---|
Arguments |
Gets the Arguments of the Expression.
(Inherited from BaseAggregate.) | |
Expression |
Expression that the Aggregate executes over.
(Inherited from BaseAggregate.) | |
Functor |
Gets the Functor of the Aggregate.
(Overrides BaseAggregateFunctor.) | |
Type |
Gets the Type of the Expression.
(Inherited from BaseAggregate.) |
Name | Description | |
---|---|---|
Apply(SparqlEvaluationContext) |
Applies the Aggregate to the Result Binder.
(Inherited from BaseAggregate.) | |
Apply(SparqlEvaluationContext, IEnumerableInt32) |
Applies the Numeric Max Aggregate function to the results.
(Overrides BaseAggregateApply(SparqlEvaluationContext, IEnumerableInt32).) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Gets the String representation of the Aggregate.
(Overrides BaseAggregateToString.) |
Name | Description | |
---|---|---|
_distinct |
Whether a DISTINCT modifer is applied.
(Inherited from BaseAggregate.) | |
_expr |
Expression that the aggregate operates over.
(Inherited from BaseAggregate.) |