Uses of Class
org.eclipse.rdf4j.query.algebra.AggregateFunctionCall
-
Packages that use AggregateFunctionCall Package Description org.eclipse.rdf4j.query.algebra Abstract Query Algebra model.org.eclipse.rdf4j.query.algebra.helpers org.eclipse.rdf4j.queryrender.sparql -
-
Uses of AggregateFunctionCall in org.eclipse.rdf4j.query.algebra
Methods in org.eclipse.rdf4j.query.algebra that return AggregateFunctionCall Modifier and Type Method Description AggregateFunctionCall
AggregateFunctionCall. clone()
Methods in org.eclipse.rdf4j.query.algebra with parameters of type AggregateFunctionCall Modifier and Type Method Description void
QueryModelVisitor. meet(AggregateFunctionCall node)
-
Uses of AggregateFunctionCall in org.eclipse.rdf4j.query.algebra.helpers
Methods in org.eclipse.rdf4j.query.algebra.helpers with parameters of type AggregateFunctionCall Modifier and Type Method Description void
AbstractQueryModelVisitor. meet(AggregateFunctionCall node)
void
AbstractSimpleQueryModelVisitor. meet(AggregateFunctionCall node)
void
StatementPatternVisitor. meet(AggregateFunctionCall node)
-
Uses of AggregateFunctionCall in org.eclipse.rdf4j.queryrender.sparql
Methods in org.eclipse.rdf4j.queryrender.sparql with parameters of type AggregateFunctionCall Modifier and Type Method Description void
SparqlTupleExprRenderer. meet(AggregateFunctionCall node)
-