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 TypeClassDescriptionclassFixed scheme for choosing based on the triple patterns, without looking at the data.classAlternative fixed reorder function.classMachinery.final classMethods in org.apache.jena.sparql.engine.optimizer.reorder that return ReorderTransformationModifier and TypeMethodDescriptionstatic ReorderTransformationReorderLib.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 ReorderTransformationReorderLib.identity()Return a ReorderTransformation that maps directly to the original (leaving the query writer in-control)static ReorderTransformationReturn a ReorderTransformation that uses statistics.