You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (Jira)" <ji...@apache.org> on 2020/04/10 14:30: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=17080523#comment-17080523 ] 

Wes McKinney commented on ARROW-7964:
-------------------------------------

Is the recent work on pretty-printing relevant to this?

> [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.3.4#803005)