java.lang.Object
org.apache.jena.sparql.expr.ExprList
org.apache.jena.sparql.expr.aggregate.Args
An Args is an ExprList with a flag for DISTINCT.
Only used for rule ArgList in the SPARQL grammar.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.jena.sparql.expr.ExprList
add, addAll, applyNodeTransform, copy, copySubstitute, create, equals, equals, get, getList, getListRaw, getVarsMentioned, hashCode, isEmpty, isSatisfied, iterator, prepareExprs, size, splitConjunction, subList, tail, toString
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
distinct
public boolean distinct
-
-
Constructor Details
-
Args
public Args()
-