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/02/17 15:58:00 UTC

[jira] [Commented] (ARROW-1790) [Format] Define logical data type that represents a "packed C struct" composed from other fixed-size primitive types

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

Antoine Pitrou commented on ARROW-1790:
---------------------------------------

Given that users don't seem to actively ask for such a datatype, should we keep this open?

> [Format] Define logical data type that represents a "packed C struct" composed from other fixed-size primitive types
> --------------------------------------------------------------------------------------------------------------------
>
>                 Key: ARROW-1790
>                 URL: https://issues.apache.org/jira/browse/ARROW-1790
>             Project: Apache Arrow
>          Issue Type: New Feature
>          Components: Format
>            Reporter: Wes McKinney
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 4.0.0
>
>          Time Spent: 4h 50m
>  Remaining Estimate: 0h
>
> This would embed data like
> {code}
> struct Point {
>   double x;
>   double y;
>   double z;
> };
> {code}
> Here the struct could be embedded in a {{FixedSizeBinary}} with width 24. This is similar to structured data types in NumPy and other libraries



--
This message was sent by Atlassian Jira
(v8.3.4#803005)