Skip to content

[C++] Create Protocol Buffers interface for iterating over the semantic "rows" of a record batch, and accessing the rows using the protobuf API #19499

@asfimport

Description

@asfimport

The desired workflow:

  • User writes a .proto file describing the structure of a "row" as a Message

  • Given the generated pb.h bindings, an Arrow users can iterate over an arrow::RecordBatch, each iteration populating an instance of the Row message

  • The values of the row can then be accessed via the standard Protobuf APIs

    A corresponding interface could be developed to write a RecordBatch using protobufs as input, but that could be its own project

Reporter: Wes McKinney / @wesm

Note: This issue was originally created as ARROW-3151. Please see the migration documentation for further details.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions