Analog of BinaryArray.GetBytes() in Microsoft.Data.Analysis.DataFrame
Open
- Dominant language
- C#
- Stars
- 2.1k
- Forks
- 332
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 9
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.