Skip to main content

Module sparql_aggregates

Module sparql_aggregates 

Source
Expand description

SPARQL Aggregate Functions

Implements COUNT, SUM, AVG, MIN, MAX aggregate functions using zero-allocation patterns.

Structs§

AggregateAccumulator
Aggregate accumulator
AggregationContext
Aggregation context
GroupKey
Aggregate group key (for GROUP BY)

Enums§

AggregateFunction
Aggregate function types