Trait polars::prelude::Literal[][src]

pub trait Literal {
    fn lit(self) -> Expr;
}

Required methods

Literal expression.

Implementations on Foreign Types

Implementors