Uses of Interface
org.apache.jena.sparql.engine.optimizer.reorder.ReorderTransformation
-
Packages that use ReorderTransformation Package Description org.apache.jena.sparql.algebra.optimize org.apache.jena.sparql.engine.optimizer.reorder -
-
Uses of ReorderTransformation in org.apache.jena.sparql.algebra.optimize
Constructors in org.apache.jena.sparql.algebra.optimize with parameters of type ReorderTransformation Constructor Description TransformReorder(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 ReorderTransformation Modifier and Type Class Description classReorderFixedFixed scheme for choosing based on the triple patterns, without looking at the data.classReorderFixedAltAlternative fixed reorder function.classReorderTransformationSubstitutionMachinery.classReorderWeightedMethods in org.apache.jena.sparql.engine.optimizer.reorder that return ReorderTransformation Modifier and Type Method Description static ReorderTransformationReorderLib. fixed()Return a ReorderTransformation that performs some basic reordering based on most grounded triples first, but otherwise leaves things in query-written order.ReorderTransformationReorderable. 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 ReorderTransformationReorderLib. weighted(java.lang.String filename)Return a ReorderTransformation that uses statistics.
-