[
https://issues.apache.org/jira/browse/ARROW-4235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16757884#comment-16757884
]
Kouhei Sutou commented on ARROW-4235:
-------------------------------------
OK. Let's use "column" instead of "array".
{{GArrowColumn}} is consists of a field and chunked arrays. {{GArrowTable}}
represents a logical table from different size physical arrays
({{GArrowChunkedArray}} s). A record batch represents a physical table from the
same size physical arrays ({{GArrowArray}} s).
> [GLib] Use "column_builder" in GArrowRecordBatchBuilder
> -------------------------------------------------------
>
> Key: ARROW-4235
> URL: https://issues.apache.org/jira/browse/ARROW-4235
> Project: Apache Arrow
> Issue Type: Improvement
> Components: GLib
> Reporter: Kouhei Sutou
> Assignee: Yosuke Shiro
> Priority: Major
> Fix For: 0.13.0
>
>
> https://github.com/apache/arrow/pull/3360#discussion_r246668833
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)