[
https://issues.apache.org/jira/browse/ARROW-3151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17660174#comment-17660174
]
Rok Mihevc commented on ARROW-3151:
-----------------------------------
This issue has been migrated to [issue
#19499|https://github.com/apache/arrow/issues/19499] on GitHub. Please see the
[migration documentation|https://github.com/apache/arrow/issues/14542] for
further details.
> [C++] Create Protocol Buffers interface for iterating over the semantic
> "rows" of a record batch, and accessing the rows using the protobuf API
> -----------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: ARROW-3151
> URL: https://issues.apache.org/jira/browse/ARROW-3151
> Project: Apache Arrow
> Issue Type: New Feature
> Components: C++
> Reporter: Wes McKinney
> Priority: Major
>
> 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
--
This message was sent by Atlassian Jira
(v8.20.10#820010)