mirror of
https://github.com/enso-org/enso.git
synced 2024-12-23 21:12:44 +03:00
3c29a58829
Initial implementation of the Arrow language. Closes #7755. Currently supported logical types are - Date (days and milliseconds) - Int (8, 16, 32, 64) One can currently - allocate a new fixed-length, nullable Arrow vector - `new[<name-of-the-type>]` - cast an already existing fixed-length Arrow vector from a memory address - `cast[<name-of-the-type>]` Closes #7755. |
||
---|---|---|
.. | ||
main/java | ||
test/java/org/enso/interpreter/arrow |