Docs.rs
polars-0.44.2
polars 0.44.2
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
ritchie46
jorgecarleitao
Dependencies
polars-arrow ^0.44.2
normal
polars-core ^0.44.2
normal
polars-error ^0.44.2
normal
polars-io ^0.44.2
normal
optional
polars-lazy ^0.44.2
normal
optional
polars-ops ^0.44.2
normal
optional
polars-parquet ^0.44.2
normal
polars-plan ^0.44.2
normal
optional
polars-sql ^0.44.2
normal
optional
polars-time ^0.44.2
normal
optional
polars-utils ^0.44.2
normal
ahash >=0.8.5
dev
apache-avro ^0.17
dev
polars-arrow ^0.44.2
dev
avro-schema ^0.3
dev
either ^1.11
dev
ethnum ^1
dev
futures ^0.3.25
dev
proptest ^1
dev
rand ^0.8
dev
tokio ^1.26
dev
tokio-util ^0.7.8
dev
version_check ^0.9.4
build
getrandom ^0.2
normal
Versions
66.67%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
0.44.2
Into
Lazy
Required Methods
lazy
Implementors
In polars::
prelude
polars
::
prelude
Trait
IntoLazy
Copy item path
Source
pub trait IntoLazy { // Required method fn
lazy
(self) ->
LazyFrame
; }
Available on
crate feature
lazy
only.
Required Methods
§
Source
fn
lazy
(self) ->
LazyFrame
Implementors
§
Source
§
impl
IntoLazy
for
DataFrame
Source
§
impl
IntoLazy
for
LazyFrame