Hi Guys, Quick question. Is there such a thing in the rust library as there is in the pyarrow lib to convert from Arrow types to rust internal types? For instance, to convert to JSON down the line?
Or will I have to just go through the colums / rows and match on the schema type to cast the buffers to a certain type? Thanks! Roland