Docs.rs
polars-arrow-0.49.1
polars-arrow 0.49.1
Docs.rs crate page
MIT
AND
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
ritchie46
stijnherfst
Dependencies
polars-arrow-format ^0.2.0
normal
optional
async-stream ^0.3
normal
optional
atoi_simd ^0.16
normal
optional
avro-schema ^0.3
normal
optional
bitflags ^2
normal
bytemuck ^1.22
normal
chrono ^0.4.31
normal
chrono-tz ^0.10
normal
optional
dyn-clone ^1
normal
either ^1.14
normal
ethnum ^1.3.2
normal
futures ^0.3.25
normal
optional
hashbrown ^0.15.0
normal
itoa ^1.0.6
normal
optional
lz4 ^1.24
normal
optional
num-traits ^0.2
normal
polars-error ^0.49.1
normal
polars-schema ^0.49.1
normal
polars-utils ^0.49.1
normal
proptest ^1.6
normal
optional
schemars ^0.8.22
normal
optional
serde ^1.0.188
normal
optional
simdutf8 ^0.1.4
normal
streaming-iterator ^0.1.9
normal
strum_macros ^0.26
normal
tokio ^1.44
normal
optional
zstd ^0.13
normal
optional
proptest ^1.6
dev
rand ^0.8
dev
tokio ^1.44
dev
version_check ^0.9.4
build
getrandom ^0.2
normal
Versions
68.68%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
polars_
arrow
0.49.1
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.