☰
Literal
Required Methods
lit
Implementations on Foreign Types
&'a str
ChronoDuration
NaiveDate
NaiveDateTime
Series
String
bool
f32
f64
i16
i32
i64
i8
u16
u32
u64
u8
Implementors
In polars_lazy::logical_plan
?
Trait
polars_lazy
::
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
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