Details
-
New Feature
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
Description
The current api for a parquet::record::Row doesn't provide a way to get a string representation of individual column within a Row.
All Field s in a row already implement fmt::Display but there is now way to format individual fields since the Row#fields is not exposed by the api.
Formatting individual fields seems like a common problem,
I belie having this as part of the parquet::record::Row api would would be helpful to anyone peking into values within a row..
Attachments
Issue Links
- links to