Docs.rs
polars-plan-0.24.4
polars-plan 0.24.4
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
ritchie46
Dependencies
ahash ^0.8
normal
polars-arrow ^0.24.4
normal
polars-core ^0.24.4
normal
polars-io ^0.24.4
normal
polars-ops ^0.24.4
normal
polars-time ^0.24.4
normal
polars-utils ^0.24.4
normal
pyo3 ^0.16
normal
rayon ^1.5
normal
regex ^1.6
normal
serde ^1
normal
Versions
42.5%
of the crate is documented
Go to latest version
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
☰
Literal
Required Methods
lit
Implementations on Foreign Types
&'a [u8]
&'a str
ChronoDuration
NaiveDate
NaiveDateTime
Series
String
Vec<u8>
bool
f32
f64
i16
i32
i64
i8
u16
u32
u64
u8
Implementors
In polars_plan::logical_plan
?
Trait
polars_plan
::
logical_plan
::
Literal
source
·
[
−
]
pub trait Literal { fn
lit
(self) ->
Expr
; }
Required Methods
source
fn
lit
(self) ->
Expr
Literal
expression.
Implementations on Foreign Types
source
impl
Literal
for
String
source
fn
lit
(self) ->
Expr
source
impl<'a>
Literal
for &'a
str
source
fn
lit
(self) ->
Expr
source
impl
Literal
for
Vec
<
u8
>
source
fn
lit
(self) ->
Expr
source
impl<'a>
Literal
for &'a [
u8
]
source
fn
lit
(self) ->
Expr
source
impl
Literal
for
bool
source
fn
lit
(self) ->
Expr
source
impl
Literal
for
f32
source
fn
lit
(self) ->
Expr
source
impl
Literal
for
f64
source
fn
lit
(self) ->
Expr
source
impl
Literal
for
i8
source
fn
lit
(self) ->
Expr
source
impl
Literal
for
i16
source
fn
lit
(self) ->
Expr
source
impl
Literal
for
i32
source
fn
lit
(self) ->
Expr
source
impl
Literal
for
i64
source
fn
lit
(self) ->
Expr
source
impl
Literal
for
u8
source
fn
lit
(self) ->
Expr
source
impl
Literal
for
u16
source
fn
lit
(self) ->
Expr
source
impl
Literal
for
u32
source
fn
lit
(self) ->
Expr
source
impl
Literal
for
u64
source
fn
lit
(self) ->
Expr
source
impl
Literal
for
NaiveDateTime
source
fn
lit
(self) ->
Expr
source
impl
Literal
for
ChronoDuration
source
fn
lit
(self) ->
Expr
source
impl
Literal
for
NaiveDate
source
fn
lit
(self) ->
Expr
source
impl
Literal
for
Series
source
fn
lit
(self) ->
Expr
Implementors
source
impl
Literal
for
Null