[
https://issues.apache.org/jira/browse/ARROW-7964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wes McKinney updated ARROW-7964:
--------------------------------
Fix Version/s: 1.0.0
> [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
> Fix For: 1.0.0
>
>
> 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)