Package org.openrdf.sail.rdbms.optimizers

Class Summary
RdbmsQueryOptimizer Facade to the underlying RDBMS optimizations.
SelectQueryOptimizer Rewrites the core algebra model with a relation optimised model, using SQL.
SelectQueryOptimizerFactory Initialises the SelectQueryOptimizer with the SQL expression factories.
SqlConstantOptimizer Optimises SQL constants, include operations with static values and null operations.
ValueIdLookupOptimizer Iterates through the query and converting the values into RDBMS values.
ValueJoinOptimizer Adds LEFT JOINs to the query for value tables.
VarColumnLookupOptimizer Localises variables to use an available column in the current variable scope.
 



Copyright © 2001-2008 Aduna. All Rights Reserved.