Uses of Class
org.eclipse.rdf4j.sparqlbuilder.constraint.Aggregate
-
Uses of Aggregate in org.eclipse.rdf4j.sparqlbuilder.constraint
Modifier and TypeMethodDescriptionstatic Aggregate
avg(...)
static Aggregate
count()
Aggregate.countAll()
If this is acount
aggregate expressions, specify that it should count allAggregate.countAll
(boolean countAll) If this is acount
aggregate expressions, specify if it should count allstatic Aggregate
Expressions.countAll()
Aggregate.distinct()
Specify this aggregate expression to be distinctAggregate.distinct
(boolean isDistinct) Specify if this aggregate expression should be distinct or notstatic Aggregate
Expressions.group_concat
(String separator, Operand... operands) static Aggregate
Expressions.group_concat
(Operand... operands) static Aggregate
static Aggregate
static Aggregate
If this is agroup_concat
aggregate expression, specify the separator to usestatic Aggregate