| Package | Description | 
|---|---|
| org.eclipse.rdf4j.sparqlbuilder.constraint | 
| Modifier and Type | Method and Description | 
|---|---|
| static Aggregate | Expressions. avg(Operand operand)avg(...) | 
| static Aggregate | Expressions. count(Operand operand)count() | 
| Aggregate | Aggregate. countAll()If this is a  countaggregate expressions, specify that it should count all | 
| static Aggregate | Expressions. countAll() | 
| Aggregate | Aggregate. countAll(boolean countAll)If this is a  countaggregate expressions, specify if it should count all | 
| Aggregate | Aggregate. distinct()Specify this aggregate expression to be distinct | 
| Aggregate | Aggregate. distinct(boolean isDistinct)Specify if this aggregate expression should be distinct or not | 
| static Aggregate | Expressions. group_concat(Operand... operands) | 
| static Aggregate | Expressions. group_concat(String separator,
            Operand... operands) | 
| static Aggregate | Expressions. max(Operand operand) | 
| static Aggregate | Expressions. min(Operand operand) | 
| static Aggregate | Expressions. sample(Operand operand) | 
| Aggregate | Aggregate. separator(String separator)If this is a  group_concataggregate expression, specify the separator to use | 
| static Aggregate | Expressions. sum(Operand operand) | 
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.