java.lang.Object
org.apache.jena.sparql.engine.optimizer.reorder.ReorderLib
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ReorderTransformationfixed()Return a ReorderTransformation that performs some basic reordering based on most grounded triples first, but otherwise leaves things in query-written order.static ReorderTransformationidentity()Return a ReorderTransformation that maps directly to the original (leaving the query writer in-control)static ReorderProcReturn a ReorderProc that does no reordering (leaving the query writer in-control)static ReorderTransformationReturn a ReorderTransformation that uses statistics.
-
Constructor Details
-
ReorderLib
public ReorderLib()
-
-
Method Details
-
identityProc
Return a ReorderProc that does no reordering (leaving the query writer in-control) -
identity
Return a ReorderTransformation that maps directly to the original (leaving the query writer in-control) -
fixed
Return a ReorderTransformation that performs some basic reordering based on most grounded triples first, but otherwise leaves things in query-written order. -
weighted
Return a ReorderTransformation that uses statistics. As used in TDB.
-