dotnet / dotnet/spark

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

Open
#947 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.