(Light weigh topic this time) Are there any existing functions for deep copying Array,ArrayData or Table objects in the C++ API? Ultimately, I am trying to get a bunch of sparse row ranges from a ranges into a contiguous new Table - I can see how I can copy Buffer and I can implement it all myself, but I am trying to make sure I am not reinventing the wheel.
Thank you Radu