mojo-data / arrow.mojo

Apache Arrow in Mojo🔥
Apache License 2.0
31 stars 4 forks source link

Migrate from Pointer to UnsafePointer #17

Closed martinvuyk closed 2 weeks ago

martinvuyk commented 2 weeks ago

Pointer is getting deprecated

sa- commented 2 weeks ago

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

sa- commented 2 weeks ago

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