enso/distribution/lib/Standard
Hubert Plociniczak 4b9c91626e
Use Vector.from_polyglot_array to make Vectors backed by polyglot arrays (#3628)
Use Proxy_Polyglot_Array as a proxy for polyglot arrays, thus unifying
the way the underlying array is accessed in Vector.

Used the opportunity to cleanup builtin lookup, which now actually
respects what is defined in the body of @Builtin_Method annotation.

Also discovered that polyglot null values (in JS, Python and R) were leaking to Enso.
Fixed that by doing explicit translation to `Nothing`.

https://www.pivotaltracker.com/story/show/181123986
2022-08-23 21:13:16 +00:00
..
Base/0.0.0-dev Use Vector.from_polyglot_array to make Vectors backed by polyglot arrays (#3628) 2022-08-23 21:13:16 +00:00
Database/0.0.0-dev Use Vector.from_polyglot_array to make Vectors backed by polyglot arrays (#3628) 2022-08-23 21:13:16 +00:00
Examples/0.0.0-dev Tidy up the default imports for Standard.Table (#3660) 2022-08-22 19:21:54 +00:00
Geo/0.0.0-dev Tidy up the default imports for Standard.Table (#3660) 2022-08-22 19:21:54 +00:00
Google_Api/0.0.0-dev Explicit self (#3569) 2022-07-27 17:45:36 +00:00
Image/0.0.0-dev Use Vector.from_polyglot_array to make Vectors backed by polyglot arrays (#3628) 2022-08-23 21:13:16 +00:00
Searcher/0.0.0-dev Tidy up the default imports for Standard.Table (#3660) 2022-08-22 19:21:54 +00:00
Table/0.0.0-dev Use Vector.from_polyglot_array to make Vectors backed by polyglot arrays (#3628) 2022-08-23 21:13:16 +00:00
Test/0.0.0-dev Add key functions to Table to make it act as [Column] (#3644) 2022-08-18 12:33:02 +00:00
Visualization/0.0.0-dev Lazy scatterplot for Vector & Table (#3655) 2022-08-23 12:12:22 +00:00