Commits

Andrew Lamb authored 0de0de792c7
ARROW-12210: [Rust][DataFusion] Document SHOW TABLES / SHOW COLUMNS / Information Schema # Rationale As suggested by @jorgecarleitao and @returnString on https://github.com/apache/arrow/pull/9866#pullrequestreview-627824431 this PR adds documentation about the information schema and `SHOW TABLES` and `SHOW COLUMNS` Note this does not document the catalog system more generally. Perhaps @returnString can comment on that. Closes #9895 from alamb/alamb/schema_docs Authored-by: Andrew Lamb <andrew@nerdnetworks.org> Signed-off-by: Andrew Lamb <andrew@nerdnetworks.org>