Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
Description
It's sometimes convenient to be able to view a datasource's schema without reading the first record batch. This is a proposal to create a `pub fn schema(&self) -> Arc<Schema>` on the various readers that we support.
I think this would also enable schema inference in datafusion
Attachments
Issue Links
- is related to
-
ARROW-5181 [Rust] Create Arrow File reader
- Resolved
- links to