polars_plan::plans

Trait TypedLiteral

Source
pub trait TypedLiteral: Literal {
    // Provided method
    fn typed_lit(self) -> Expr
       where Self: Sized { ... }
}

Provided Methods§

Source

fn typed_lit(self) -> Expr
where Self: Sized,

Literal expression.

Implementations on Foreign Types§

Source§

impl TypedLiteral for &str

Source§

impl TypedLiteral for f32

Source§

impl TypedLiteral for f64

Source§

impl TypedLiteral for i8

Source§

impl TypedLiteral for i16

Source§

impl TypedLiteral for i32

Source§

impl TypedLiteral for i64

Source§

impl TypedLiteral for u8

Source§

impl TypedLiteral for u16

Source§

impl TypedLiteral for u32

Source§

impl TypedLiteral for u64

Source§

impl TypedLiteral for String

Implementors§