polars_core
0.40.0
ArrayRef
Aliased type
Trait Implementations
GetAnyValue
In polars_core::prelude
Type Alias
polars_core
::
prelude
::
ArrayRef
Copy item path
[
−
]
pub type ArrayRef =
Box
<dyn Array>;
Aliased Type
§
struct ArrayRef(
/* private fields */
);
Trait Implementations
§
source
§
impl
GetAnyValue
for
ArrayRef
source
§
unsafe fn
get_unchecked
(&self, index:
usize
) ->
AnyValue
<'_>
Safety
Read more