Trait polars_plan::plans::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 feature dtype-datetime
only.
impl Literal for NaiveDateTime
Available on crate feature
dtype-datetime
only.