mojo-data / arrow.mojo

Apache Arrow in Mojo🔥
Apache License 2.0
42 stars 2 forks source link

Migrate from Pointer to UnsafePointer #17

Closed martinvuyk closed 5 months ago

martinvuyk commented 5 months ago

Pointer is getting deprecated

sa- commented 5 months ago

Depends on https://github.com/modularml/mojo/pull/3007

sa- commented 5 months ago

Closing because we're using the SIMD friendly DTypePointer instead: https://github.com/mojo-data/arrow.mojo/pull/22