apache / datafusion

Apache DataFusion SQL Query Engine
https://datafusion.apache.org/
Apache License 2.0
6.33k stars 1.2k forks source link

Add docs on TableProvider::statistics() #13454

Closed avantgardnerio closed 3 days ago

avantgardnerio commented 5 days ago

Which issue does this PR close?

Closes #13439

Rationale for this change

We don't want to lose this method in a refactor, and it has no tests.

What changes are included in this PR?

Docs indicating that it is being used.

Are these changes tested?

No, its just docs.

Are there any user-facing changes?

They will see the docs.