polars_
arrow
0.46.0
Array
Ref
Aliased Type
Trait Implementations
ValueSize
In polars_
arrow::
array
polars_arrow
::
array
Type Alias
ArrayRef
Copy item path
Source
pub type ArrayRef =
Box
<dyn
Array
>;
Aliased Type
§
pub struct ArrayRef(
/* private fields */
);
Trait Implementations
§
Source
§
impl
ValueSize
for
ArrayRef
Source
§
fn
get_values_size
(&self) ->
usize
Get the values size that is still “visible” to the underlying array. E.g. take the offsets into account.