Skip to content

Is there any analogue of Apache.Arrow.BinaryArray.GetBytes() in Microsoft.Data.Analysis.DataFrame ? #5835

Description

@novikov-alexander

Hello

I use the RecordBatch format of UDFs in Spark.NET.
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 APIs.
ByteColumn allows only take binaries one by one.

Is there any analogue of GetBytes() ?

Thank you

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions