You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2021/11/23 17:23:00 UTC

[jira] [Commented] (ARROW-7964) [C++] Add short representation string to common classes

    [ https://issues.apache.org/jira/browse/ARROW-7964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17448136#comment-17448136 ] 

Antoine Pitrou commented on ARROW-7964:
---------------------------------------

[~jorisvandenbossche]

> [C++] Add short representation string to common classes
> -------------------------------------------------------
>
>                 Key: ARROW-7964
>                 URL: https://issues.apache.org/jira/browse/ARROW-7964
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>            Reporter: Francois Saint-Jacques
>            Priority: Major
>
> This should apply primarly to DataType, Field, and Schema. It should not try to print things like metadata and nullability. This is not meant for serialization but quick glance.
>  
> {code:java}
> i32
> list<i32>
> dict<utf8,i8>
> struct<<a,i32>,<b,struct<<n,utf8>>>>
> schema<<a,i32>>{code}
> Once we have that, we can have a small print diagnostic to array/tables like R.
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)