Package com.hp.hpl.jena.sparql.algebra.optimize

Interface Summary
Optimize.RewriterFactory  
Rewrite  
 

Class Summary
ExprTransformApplyTransform A copying transform that applies a Transform to the algebra operator of E_Exist and E_NoExists
Optimize  
OpVisitorExprPrepare  
TransformApplyInsideExprFunctionOp Take transform and apply it to the algebra operator of E_Exist and E_NoExists in an OpFilter.
TransformDistinctToReduced  
TransformExpandOneOf  
TransformFilterConjunction Redo FILTER (A&&B) as FILTER(A) FILTER(B) (as an expr list).
TransformFilterDisjunction Filter disjunction.
TransformFilterEquality  
TransformFilterPlacement Rewrite an algebra expression to put filters as close to their bound variables in a BGP.
TransformJoinStrategy Choose join strategy
TransformPathFlattern  
TransformPattern2Join  
TransformPropertyFunction Rewrite to replace a property function property with the call to the property function implementation
TransformRemoveLabels  
TransformScopeRename Rename variables so that names can be treated globally.
TransformSimplify  
TransformTopN  
 



Licenced under the Apache License, Version 2.0