Uses of Interface
org.eclipse.rdf4j.query.algebra.AggregateOperator
-
Packages that use AggregateOperator Package Description org.eclipse.rdf4j.query.algebra Abstract Query Algebra model.org.eclipse.rdf4j.query.algebra.evaluation.iterator Implementations ofIterationrelevant to query evaluation.org.eclipse.rdf4j.query.parser.sparql The rdf4j SPARQL 1.1 parser.org.eclipse.rdf4j.spin See discussion at https://github.com/eclipse/rdf4j/issues/1262 -
-
Uses of AggregateOperator in org.eclipse.rdf4j.query.algebra
Classes in org.eclipse.rdf4j.query.algebra that implement AggregateOperator Modifier and Type Class Description classAbstractAggregateOperatorBase class for shared functionality of aggregate operators (e.g.classAggregateFunctionCallCustomAggregateOperatorfunction call that can be defined to take an argument and can apply distinct filtering on it.classAggregateOperatorBaseDeprecated.UseAbstractAggregateOperatorinstead.classAvgThe AVG operator as defined in http://www.w3.org/TR/sparql11-query/#aggregates.classCountclassGroupConcatThe GROUP_CONCAT operator as defined in http://www.w3.org/TR/sparql11-query/#aggregatesclassMaxclassMinclassSampleThe SAMPLE operator as defined in http://www.w3.org/TR/sparql11-query/#aggregatesclassSumThe SUM operator as defined in http://www.w3.org/TR/sparql11-query/#aggregatesFields in org.eclipse.rdf4j.query.algebra declared as AggregateOperator Modifier and Type Field Description private AggregateOperatorGroupElem. operatorMethods in org.eclipse.rdf4j.query.algebra that return AggregateOperator Modifier and Type Method Description AggregateOperatorAggregateOperator. clone()AggregateOperatorGroupElem. getOperator()Methods in org.eclipse.rdf4j.query.algebra with parameters of type AggregateOperator Modifier and Type Method Description voidGroupElem. setOperator(AggregateOperator operator)Constructors in org.eclipse.rdf4j.query.algebra with parameters of type AggregateOperator Constructor Description GroupElem(java.lang.String name, AggregateOperator operator) -
Uses of AggregateOperator in org.eclipse.rdf4j.query.algebra.evaluation.iterator
Methods in org.eclipse.rdf4j.query.algebra.evaluation.iterator with parameters of type AggregateOperator Modifier and Type Method Description private GroupIterator.QueryStepEvaluatorGroupIterator. precompileArg(AggregateOperator operator) -
Uses of AggregateOperator in org.eclipse.rdf4j.query.parser.sparql
Fields in org.eclipse.rdf4j.query.parser.sparql declared as AggregateOperator Modifier and Type Field Description private AggregateOperatorTupleExprBuilder.AggregateOperatorReplacer. operatorFields in org.eclipse.rdf4j.query.parser.sparql with type parameters of type AggregateOperator Modifier and Type Field Description private java.util.Collection<AggregateOperator>TupleExprBuilder.AggregateCollector. operatorsMethods in org.eclipse.rdf4j.query.parser.sparql that return types with arguments of type AggregateOperator Modifier and Type Method Description java.util.Collection<AggregateOperator>TupleExprBuilder.AggregateCollector. getOperators()Methods in org.eclipse.rdf4j.query.parser.sparql with parameters of type AggregateOperator Modifier and Type Method Description private voidTupleExprBuilder.AggregateCollector. meetAggregate(AggregateOperator node)private voidTupleExprBuilder.AggregateOperatorReplacer. meetAggregate(AggregateOperator node)Constructors in org.eclipse.rdf4j.query.parser.sparql with parameters of type AggregateOperator Constructor Description AggregateOperatorReplacer(AggregateOperator operator, Var replacement) -
Uses of AggregateOperator in org.eclipse.rdf4j.spin
Fields in org.eclipse.rdf4j.spin with type parameters of type AggregateOperator Modifier and Type Field Description (package private) java.util.Collection<AggregateOperator>SpinParser.SpinVisitor. aggregates
-