Abstract Query Algebra model.
-
class
Base class for shared functionality of aggregate operators (e.g.
class
Custom
AggregateOperator
function call that can be defined to take an argument and can apply distinct
filtering on it.
class
class
The AVG operator as defined in http://www.w3.org/TR/sparql11-query/#aggregates.
class
class
The GROUP_CONCAT operator as defined in http://www.w3.org/TR/sparql11-query/#aggregates
class
class
class
The SAMPLE operator as defined in http://www.w3.org/TR/sparql11-query/#aggregates
class
The SUM operator as defined in http://www.w3.org/TR/sparql11-query/#aggregates
AggregateOperator.clone()
AbstractAggregateOperator
instead.