ModeAggregate Class |
Namespace: VDS.RDF.Query.Aggregates.Leviathan
The ModeAggregate type exposes the following members.
| Name | Description | |
|---|---|---|
| ModeAggregate(ISparqlExpression) |
Creates a new MODE Aggregate.
| |
| ModeAggregate(VariableTerm) |
Creates a new MODE Aggregate.
| |
| ModeAggregate(ISparqlExpression, Boolean) |
Creates a new MODE Aggregate.
| |
| ModeAggregate(VariableTerm, Boolean) |
Creates a new MODE 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 Mode 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.) |