Trait polars_plan::logical_plan::Literal
source · pub trait Literal {
// Required method
fn lit(self) -> Expr;
}
Required Methods§
Implementations on Foreign Types§
source§impl Literal for NaiveDateTime
Available on crate features temporal
and dtype-datetime
only.
impl Literal for NaiveDateTime
Available on crate features
temporal
and dtype-datetime
only.