Skip to content

Commit

Permalink
Add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
avantgardnerio committed Nov 16, 2024
1 parent 73507c3 commit c750c74
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions datafusion/catalog/src/table.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
fn statistics(&self) -> Option<Statistics> {
None
}
Expand Down

0 comments on commit c750c74

Please sign in to comment.