comphead commented on code in PR #7759:
URL: https://github.com/apache/arrow-datafusion/pull/7759#discussion_r1349344404
##########
datafusion/core/src/datasource/provider.rs:
##########
@@ -54,24 +54,87 @@ pub trait TableProvider: Sync + Send {
None
}
- /// Get the Logical Plan of this table, if available.
+ /// Get the [`LogicalPlan`] of this table, if available
fn get_logical_plan(&self) -> Option<&LogicalPlan> {
None
}
- /// Create an ExecutionPlan that will scan the table.
- /// The table provider will be usually responsible of grouping
- /// the source data into partitions that can be efficiently
- /// parallelized or distributed.
+ /// Create an [`ExecutionPlan`] for scanning the table with optionally
Review Comment:
Awesome
--
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]