Uses of Class
org.apache.jena.query.SortCondition
Packages that use SortCondition
Package
Description
ARQ - A query engine for Jena, implementing SPARQL.
-
Uses of SortCondition in org.apache.jena.query
Methods in org.apache.jena.query that return types with arguments of type SortConditionMethods in org.apache.jena.query with parameters of type SortCondition -
Uses of SortCondition in org.apache.jena.sparql.algebra.op
Methods in org.apache.jena.sparql.algebra.op that return types with arguments of type SortConditionConstructor parameters in org.apache.jena.sparql.algebra.op with type arguments of type SortConditionModifierConstructorDescriptionOpOrder
(Op subOp, List<SortCondition> conditions) OpTopN
(Op subOp, int N, List<SortCondition> conditions) -
Uses of SortCondition in org.apache.jena.sparql.algebra.walker
Method parameters in org.apache.jena.sparql.algebra.walker with type arguments of type SortConditionModifier and TypeMethodDescriptiondefault void
OpVisitorByTypeAndExpr.visitSortConditions
(List<SortCondition> list) -
Uses of SortCondition in org.apache.jena.sparql.engine.binding
Methods in org.apache.jena.sparql.engine.binding that return types with arguments of type SortConditionConstructor parameters in org.apache.jena.sparql.engine.binding with type arguments of type SortConditionModifierConstructorDescriptionBindingComparator
(List<SortCondition> _conditions) BindingComparator
(List<SortCondition> conditions, ExecutionContext execCxt) -
Uses of SortCondition in org.apache.jena.sparql.engine.iterator
Constructor parameters in org.apache.jena.sparql.engine.iterator with type arguments of type SortConditionModifierConstructorDescriptionQueryIterDistinct
(QueryIterator qIter, List<SortCondition> preserveOrder, ExecutionContext execCxt) QueryIterSort
(QueryIterator qIter, List<SortCondition> conditions, ExecutionContext context) QueryIterTopN
(QueryIterator qIter, List<SortCondition> conditions, long numItems, boolean distinct, ExecutionContext context) -
Uses of SortCondition in org.apache.jena.sparql.engine.ref
Method parameters in org.apache.jena.sparql.engine.ref with type arguments of type SortConditionModifier and TypeMethodDescriptionEvaluator.order
(Table table, List<SortCondition> conditions) EvaluatorSimple.order
(Table table, List<SortCondition> conditions) -
Uses of SortCondition in org.apache.jena.sparql.expr
Methods in org.apache.jena.sparql.expr with parameters of type SortConditionModifier and TypeMethodDescriptionExprVars.getVarsMentioned
(SortCondition sortCondition) static void
ExprVars.varsMentioned
(Collection<Var> acc, SortCondition sortCondition) Method parameters in org.apache.jena.sparql.expr with type arguments of type SortConditionModifier and TypeMethodDescriptionExprVars.getVarsMentioned
(Collection<SortCondition> sortConditions) -
Uses of SortCondition in org.apache.jena.sparql.expr.aggregate
Method parameters in org.apache.jena.sparql.expr.aggregate with type arguments of type SortConditionModifier and TypeMethodDescriptionstatic Aggregator
AggregatorFactory.createFold
(boolean distinct, Expr expr1, Expr expr2, List<SortCondition> orderBy) Constructor parameters in org.apache.jena.sparql.expr.aggregate with type arguments of type SortConditionModifierConstructorDescriptionAggFoldList
(boolean isDistinct, Expr expr1, List<SortCondition> orderBy) AggFoldMap
(Expr expr1, Expr expr2, List<SortCondition> orderBy) -
Uses of SortCondition in org.apache.jena.sparql.lang.arq
Methods in org.apache.jena.sparql.lang.arq that return SortConditionModifier and TypeMethodDescriptionfinal SortCondition
ARQParser.OrderConditionForAggregationFunction()