Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JS] Add more interop with BigInt/BigInt64Array/BigUint64Array #21123

Closed
asfimport opened this issue Feb 14, 2019 · 1 comment
Closed

[JS] Add more interop with BigInt/BigInt64Array/BigUint64Array #21123

asfimport opened this issue Feb 14, 2019 · 1 comment

Comments

@asfimport
Copy link

We should use or return the new native BigInt types 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

Reporter: Paul Taylor / @trxcllnt
Assignee: Paul Taylor / @trxcllnt

Note: This issue was originally created as ARROW-4579. Please see the migration documentation for further details.

@asfimport
Copy link
Author

Brian Hulette / @TheNeuralBit:
Closed in #3653

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants