Hi, I'm looking for an example on how to store/retrieve a an arrow::Table in plasma. The examples I see in the documentation site are for basic types.
My end goal is to create data (Table) in C++, store it in plasma and read if from Python. >From reading around, I need to allocate buffer in plasma, but how can I find the size of the Table to allocate the table? And how can I serialize it into the created Buffer? Thanks, Miki
