On Wed, Oct 9, 2024, 12:27 PM Yi Cao <[email protected]> wrote:
> If I place these shared ptrs in a vector, how can I make this vector saved > in Arrow table as a column? Is it possible? > What do you mean by "saved"? I don't understand the point of placing shared pointers in an arrow array. It's essentially equivalent to storing the pointers in a vector. You can't write shared pointers to a data store or send them across a network connection.
