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?
On Wed, 9 Oct 2024 at 16:59, Andrew Bell <andrew.bell...@gmail.com> wrote: > On Wed, Oct 9, 2024 at 11:41 AM Yi Cao <cao.yi.s...@gmail.com> wrote: > > > > > > Hi, > > > I want to store pointers to avoid copy of large amount of data. And then > I can pass such table and extract pointers from the column and access > object it points to. > > > > Is there some reason not to place your shared_ptr's in a C++ container > > (vector/deque/whatever)? > > > > -- > > Andrew Bell > > andrew.bell...@gmail.com > >