Trait polars_plan::plans::TypedLiteral
source · pub trait TypedLiteral: Literal {
// Provided method
fn typed_lit(self) -> Expr
where Self: Sized { ... }
}
pub trait TypedLiteral: Literal {
// Provided method
fn typed_lit(self) -> Expr
where Self: Sized { ... }
}