You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@arrow.apache.org by Max Burke <ma...@urbanlogiq.com> on 2020/03/11 21:04:28 UTC

[rust] Field/column ordering

This may be an obvious question but are the Fields in the Schema type
ordered the same as the RecordBatch columns?

-- 
-Max

Re: [rust] Field/column ordering

Posted by Max Burke <ma...@urbanlogiq.com>.
Great, thanks!

On Wed, Mar 11, 2020 at 2:19 PM Wes McKinney <we...@gmail.com> wrote:

> Yes, they should be
>
> On Wed, Mar 11, 2020 at 4:04 PM Max Burke <ma...@urbanlogiq.com> wrote:
> >
> > This may be an obvious question but are the Fields in the Schema type
> ordered the same as the RecordBatch columns?
> >
> > --
> > -Max
>


-- 
-Max

Re: [rust] Field/column ordering

Posted by Wes McKinney <we...@gmail.com>.
Yes, they should be

On Wed, Mar 11, 2020 at 4:04 PM Max Burke <ma...@urbanlogiq.com> wrote:
>
> This may be an obvious question but are the Fields in the Schema type ordered the same as the RecordBatch columns?
>
> --
> -Max