avantgardnerio commented on PR #5362:
URL: 
https://github.com/apache/arrow-datafusion/pull/5362#issuecomment-1440675211

   > physical plan node called IndexScan (like TableScan), to have a more 
meaningful query plans with EXPLAIN, and to make it closer to how OLTP 
databases present that data.
   
   Though I agree that would make the plans read better, I think the index 
needs to live within the `TableProvider` / `TableScan` node because we don't 
want to return all of the filtered data any farther up the tree than we need 
to, much like predicate pushdown.


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