thinkharderdev commented on code in PR #13454:
URL: https://github.com/apache/datafusion/pull/13454#discussion_r1846687526


##########
datafusion/catalog/src/table.rs:
##########
@@ -247,6 +247,9 @@ pub trait TableProvider: Debug + Sync + Send {
     }
 
     /// Get statistics for this table, if available
+    /// Although not presently used in mainline DataFusion, this allows 
implementation specific
+    /// behavior for downstream repositories, in conjunction with specialized 
optimizer rules to
+    /// perform operations such as re-ordering of joins.

Review Comment:
   > Not sure why we have this method then, if it cannot be used directly in DF.
   
   It can still be used in logical optimizer rules. 



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