| Name | Description | Type | Package | Framework |
| AVERAGE | Operator computes the running sum over the presented binding sets for the given variable. | Class | com.bigdata.bop.rdf.aggregate | BlazeGraph |
| COUNT | Operator computes the number of non-null values over the presented binding sets for the given variable. | Class | com.bigdata.bop.rdf.aggregate | BlazeGraph |
| GROUP_CONCAT | Operator combines the string values over the presented binding sets for the given variable. | Class | com.bigdata.bop.rdf.aggregate | BlazeGraph |
| GROUP_CONCAT .Annotations | Interface | com.bigdata.bop.rdf.aggregate | BlazeGraph | |
| MAX | Operator reports the minimum observed value over the presented binding sets for the given variable using SPARQL ORDER_BY semantics. | Class | com.bigdata.bop.rdf.aggregate | BlazeGraph |
| MIN | Operator reports the minimum observed value over the presented binding sets for the given variable using SPARQL ORDER_BY semantics. | Class | com.bigdata.bop.rdf.aggregate | BlazeGraph |
| SAMPLE | Operator reports an arbitrary value from presented binding sets for the given variable. | Class | com.bigdata.bop.rdf.aggregate | BlazeGraph |
| SUM | Operator computes the running sum over the presented binding sets for the given variable. | Class | com.bigdata.bop.rdf.aggregate | BlazeGraph |
| TestAll | Aggregates test suites into increasing dependency order. | Class | com.bigdata.bop.rdf.aggregate | BlazeGraph |
| TestAVERAGE | Unit tests for AVERAGE. | Class | com.bigdata.bop.rdf.aggregate | BlazeGraph |
| TestCOUNT | Unit tests for COUNT. | Class | com.bigdata.bop.rdf.aggregate | BlazeGraph |
| TestGROUP_CONCAT | Unit tests for GROUP_CONCAT Note: Several of the tests exercise the | Class | com.bigdata.bop.rdf.aggregate | BlazeGraph |
| TestMAX | Class | com.bigdata.bop.rdf.aggregate | BlazeGraph | |
| TestMIN | Class | com.bigdata.bop.rdf.aggregate | BlazeGraph | |
| TestSAMPLE | Unit tests for SAMPLE. | Class | com.bigdata.bop.rdf.aggregate | BlazeGraph |
| TestSUM | Class | com.bigdata.bop.rdf.aggregate | BlazeGraph | |