Docs.rs
polars-io-0.44.2
polars-io 0.44.2
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
ritchie46
jorgecarleitao
Dependencies
ahash >=0.8.5
normal
polars-arrow ^0.44.2
normal
async-trait ^0.1.59
normal
optional
atoi_simd ^0.15.5
normal
optional
blake3 ^1.5.1
normal
optional
bytes ^1.7
normal
chrono ^0.4.31
normal
optional
chrono-tz ^0.8.1
normal
optional
fast-float ^0.2
normal
optional
flate2 ^1
normal
optional
futures ^0.3.25
normal
optional
glob ^0.3
normal
hashbrown ^0.15.0
normal
itoa ^1.0.6
normal
optional
memchr ^2.6
normal
memmap2 ^0.7
normal
num-traits ^0.2
normal
object_store ^0.10
normal
optional
once_cell ^1
normal
percent-encoding ^2.3
normal
polars-core ^0.44.2
normal
polars-error ^0.44.2
normal
polars-json ^0.44.2
normal
optional
polars-parquet ^0.44.2
normal
optional
polars-schema ^0.44.2
normal
polars-time ^0.44.2
normal
optional
polars-utils ^0.44.2
normal
pyo3 ^0.21
normal
optional
rayon ^1.9
normal
regex ^1.9
normal
reqwest ^0.12
normal
optional
ryu ^1.0.13
normal
optional
serde ^1.0.188
normal
optional
serde_json ^1
normal
optional
simd-json ^0.14
normal
optional
simdutf8 ^0.1.4
normal
optional
tokio ^1.26
normal
optional
tokio-util ^0.7.8
normal
optional
url ^2.4
normal
optional
zstd ^0.13
normal
optional
tempfile ^3
dev
fs4 ^0.9
normal
optional
home ^0.5.4
normal
Versions
37.56%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
polars_
io
0.44.2
GetSize
Required Methods
size
Implementations on Foreign Types
Bytes
Result<T, E>
Vec<T>
Implementors
In polars_
io::
pl_
async
polars_io
::
pl_async
Trait
GetSize
Copy item path
Source
pub trait GetSize { // Required method fn
size
(&self) ->
u64
; }
Available on
crate feature
async
only.
Required Methods
§
Source
fn
size
(&self) ->
u64
Implementations on Foreign Types
§
Source
§
impl
GetSize
for
Bytes
Source
§
fn
size
(&self) ->
u64
Source
§
impl<T:
GetSize
>
GetSize
for
Vec
<T>
Source
§
fn
size
(&self) ->
u64
Source
§
impl<T:
GetSize
, E:
Error
>
GetSize
for
Result
<T, E>
Source
§
fn
size
(&self) ->
u64
Implementors
§