| Package | Description | 
|---|---|
| org.eclipse.rdf4j.query.algebra | Abstract Query Algebra model. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractAggregateOperatorBase class for shared functionality of aggregate operators (e.g. | 
| class  | AggregateOperatorBaseDeprecated. 
 since 2.0. Use  AbstractAggregateOperatorinstead. | 
| class  | AvgThe AVG operator as defined in http://www.w3.org/TR/sparql11-query/#aggregates. | 
| class  | Count | 
| class  | GroupConcatThe GROUP_CONCAT operator as defined in http://www.w3.org/TR/sparql11-query/#aggregates | 
| class  | Max | 
| class  | Min | 
| class  | SampleThe SAMPLE operator as defined in http://www.w3.org/TR/sparql11-query/#aggregates | 
| class  | SumThe SUM operator as defined in http://www.w3.org/TR/sparql11-query/#aggregates | 
| Modifier and Type | Method and Description | 
|---|---|
| AggregateOperator | AggregateOperator. clone() | 
| AggregateOperator | GroupElem. getOperator() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | GroupElem. setOperator(AggregateOperator operator) | 
| Constructor and Description | 
|---|
| GroupElem(String name,
         AggregateOperator operator) | 
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.