korlov42 commented on code in PR #2202:
URL: https://github.com/apache/ignite-3/pull/2202#discussion_r1234092338


##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/rule/logical/ExposeIndexRule.java:
##########
@@ -79,6 +83,14 @@ public void onMatch(RelOptRuleCall call) {
         call.transformTo(indexes.get(0), equivMap);
     }
 
+    /** Filter pre known not applicable variants. Significant shrink search 
space in some cases. */
+    private static boolean filter(IgniteTable table, String idxName, 
List<SearchBounds> searchBounds) {

Review Comment:
   seems I was wrong about pk index would not being chosen for CNLJ... Please 
ignore message above...



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to