You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Brian Hulette (JIRA)" <ji...@apache.org> on 2019/02/23 02:26:00 UTC

[jira] [Resolved] (ARROW-4579) [JS] Add more interop with BigInt/BigInt64Array/BigUint64Array

     [ https://issues.apache.org/jira/browse/ARROW-4579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Hulette resolved ARROW-4579.
----------------------------------
    Resolution: Fixed

Closed in https://github.com/apache/arrow/pull/3653

> [JS] Add more interop with BigInt/BigInt64Array/BigUint64Array
> --------------------------------------------------------------
>
>                 Key: ARROW-4579
>                 URL: https://issues.apache.org/jira/browse/ARROW-4579
>             Project: Apache Arrow
>          Issue Type: New Feature
>          Components: JavaScript
>    Affects Versions: JS-0.4.0
>            Reporter: Paul Taylor
>            Assignee: Paul Taylor
>            Priority: Major
>             Fix For: JS-0.4.1
>
>
> We should use or return the new native [BigInt types|https://developers.google.com/web/updates/2018/05/bigint] whenever it's available.
> * Use the native {{BigInt}} to convert/stringify i64s/u64s
> * Support the {{BigInt}} type in element comparator and {{indexOf()}}
> * Add zero-copy {{toBigInt64Array()}} and {{toBigUint64Array()}} methods to {{Int64Vector}} and {{Uint64Vector}}, respectively



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)