GitHub user eitsupi closed a discussion: Arrow Array Stream import/export?
I wanted to create a MemTable from an Array Stream, but realized that MemTable does not expose the internal Arrow data and I can only access the original data by executing a query. https://github.com/apache/datafusion/blob/f80794779ef251528ee983e22ec03c158deb42a6/datafusion-examples/examples/memtable.rs#L30-L52 Which Struct that DataFusion has would be ideal if I want to input/output data? (I mean I was able to input data into MemTable and was hoping to be able to output the same, but apparently not, so I'm stumped) GitHub link: https://github.com/apache/datafusion/discussions/10598 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
