spark icon indicating copy to clipboard operation
spark copied to clipboard

Analog of BinaryArray.GetBytes() in Microsoft.Data.Analysis.DataFrame

Open novikov-alexander opened this issue 4 years ago • 1 comments

Hello

I use the RecordBatch format of UDFs. I use Apache.Arrow.BinaryArray to store serialized objects. When I call BinaryArray(i) I get i-th object in the array. (i-th binary set) I would like to simplify my UDFs by using Microsoft.Data.Analysis.DataFrame however I don't see any corresponding API. ByteColumn allows only take binaries one by one.

Is there any analogue of GetBytes() ?

Thank you

novikov-alexander avatar Jun 03 '21 15:06 novikov-alexander

cc @pgovind

imback82 avatar Jun 05 '21 05:06 imback82