From: <tho...@us...> - 2011-01-19 16:13:31
|
Revision: 4128 http://bigdata.svn.sourceforge.net/bigdata/?rev=4128&view=rev Author: thompsonbry Date: 2011-01-19 16:13:24 +0000 (Wed, 19 Jan 2011) Log Message: ----------- Added comment that the CONDITION for the ConditionalRoutingOp should be lifted into the SubqueryOp. This way we can issue fewer subqueries. Modified Paths: -------------- branches/QUADS_QUERY_BRANCH/bigdata-sails/src/java/com/bigdata/rdf/sail/Rule2BOpUtility.java Modified: branches/QUADS_QUERY_BRANCH/bigdata-sails/src/java/com/bigdata/rdf/sail/Rule2BOpUtility.java =================================================================== --- branches/QUADS_QUERY_BRANCH/bigdata-sails/src/java/com/bigdata/rdf/sail/Rule2BOpUtility.java 2011-01-19 02:03:23 UTC (rev 4127) +++ branches/QUADS_QUERY_BRANCH/bigdata-sails/src/java/com/bigdata/rdf/sail/Rule2BOpUtility.java 2011-01-19 16:13:24 UTC (rev 4128) @@ -550,7 +550,7 @@ PipelineOp left = startOp; - if (conditionals != null) { + if (conditionals != null) { // @todo lift into CONDITION on SubqueryOp for (IConstraint c : conditionals) { final int condId = idFactory.incrementAndGet(); final PipelineOp condOp = applyQueryHints( This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |