alamb commented on issue #6063: URL: https://github.com/apache/arrow-rs/issues/6063#issuecomment-2239997089
>> Just out of curiosity, how do you go the other way? > Currently, the idea is to go from of &[u8] to an iterator of Row via RowParser::parse and then feed that to convert_rows. Makes sense. I think the piece I missed is that RowParser is currently not a pub struct. https://docs.rs/arrow/latest/arrow/index.html?search=RowParser https://github.com/apache/arrow-rs/blob/8a5be1330e30e6dd7760dba910737550d760e612/arrow-row/src/lib.rs#L780 Making it pub is effectively the public API I was wondering about. Make sense. THank you FYI @tustvold in case you have thoughts -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
