westonpace commented on issue #7955:
URL: https://github.com/apache/datafusion/issues/7955#issuecomment-2226370295

   > I wonder if TakeExec or something quite similar could also be used for 
dynamic join predicates?
   
   If there is a secondary index on `l_partkey` then I think a `TakeExec` could 
be useful.  Otherwise there is no way to know the row offsets and a filtered 
scan is probably the best you can do.


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to