Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
parquet::record::Row.get_column_iter returns an iterator of (&String, &Field) tuples. The documentation for get_column_iter shows an example of consuming and printing the tuple from the iterator. Beyond printing the first thing one might attempt is to match on Field to handle the various types differently, but as Field is not re-exported from the private API module it is inaccessible.
The solution may be as straight forward as adding Field to mod.rs for parquet::record and seemed sufficient in my local testing.
Attachments
Issue Links
- links to