polars
0.48.1
Literal
Required Methods
lit
Implementations on Foreign Types
&[u8]
&str
NaiveDate
NaiveDateTime
String
TimeDelta
Vec<u8>
bool
f32
f64
i8
i16
i32
i64
i128
u8
u16
u32
u64
Implementors
In polars::
prelude
polars
::
prelude
Trait
Literal
Copy item path
pub trait Literal { // Required method fn
lit
(self) ->
Expr
; }
Available on
crate feature
lazy
only.
Required Methods
§
fn
lit
(self) ->
Expr
Literal
expression.
Implementations on Foreign Types
§
§
impl
Literal
for &
str
§
fn
lit
(self) ->
Expr
§
impl
Literal
for &[
u8
]
§
fn
lit
(self) ->
Expr
§
impl
Literal
for
bool
§
fn
lit
(self) ->
Expr
§
impl
Literal
for
f32
§
fn
lit
(self) ->
Expr
§
impl
Literal
for
f64
§
fn
lit
(self) ->
Expr
§
impl
Literal
for
i8
§
fn
lit
(self) ->
Expr
§
impl
Literal
for
i16
§
fn
lit
(self) ->
Expr
§
impl
Literal
for
i32
§
fn
lit
(self) ->
Expr
§
impl
Literal
for
i64
§
fn
lit
(self) ->
Expr
§
impl
Literal
for
i128
§
fn
lit
(self) ->
Expr
§
impl
Literal
for
u8
§
fn
lit
(self) ->
Expr
§
impl
Literal
for
u16
§
fn
lit
(self) ->
Expr
§
impl
Literal
for
u32
§
fn
lit
(self) ->
Expr
§
impl
Literal
for
u64
§
fn
lit
(self) ->
Expr
§
impl
Literal
for
String
§
fn
lit
(self) ->
Expr
§
impl
Literal
for
Vec
<
u8
>
§
fn
lit
(self) ->
Expr
§
impl
Literal
for
NaiveDate
§
fn
lit
(self) ->
Expr
§
impl
Literal
for
NaiveDateTime
§
fn
lit
(self) ->
Expr
§
impl
Literal
for
TimeDelta
§
fn
lit
(self) ->
Expr
Implementors
§
§
impl
Literal
for
LiteralValue
§
impl
Literal
for
Duration
§
impl
Literal
for
Null
§
impl
Literal
for
PlSmallStr
§
impl
Literal
for
Scalar
§
impl
Literal
for
Series