Uses of Interface
org.apache.jena.sparql.engine.optimizer.reorder.ReorderTransformation
Packages that use ReorderTransformation
Package
Description
-
Uses of ReorderTransformation in org.apache.jena.sparql.algebra.optimize
Constructors in org.apache.jena.sparql.algebra.optimize with parameters of type ReorderTransformationModifierConstructorDescriptionTransformReorder
(ReorderTransformation reorder) Creates a Transformer that uses the given reordering -
Uses of ReorderTransformation in org.apache.jena.sparql.engine.optimizer.reorder
Classes in org.apache.jena.sparql.engine.optimizer.reorder that implement ReorderTransformationModifier and TypeClassDescriptionclass
Fixed scheme for choosing based on the triple patterns, without looking at the data.class
Alternative fixed reorder function.class
Machinery.final class
Methods in org.apache.jena.sparql.engine.optimizer.reorder that return ReorderTransformationModifier and TypeMethodDescriptionstatic ReorderTransformation
ReorderLib.fixed()
Return a ReorderTransformation that performs some basic reordering based on most grounded triples first, but otherwise leaves things in query-written order.Reorderable.getReorderTransform()
Reorder processor - may be null, for "not applicable"static ReorderTransformation
ReorderLib.identity()
Return a ReorderTransformation that maps directly to the original (leaving the query writer in-control)static ReorderTransformation
Return a ReorderTransformation that uses statistics.