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

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

Required methods

pub fn lit(self) -> Expr[src]

Literal expression.

Loading content...

Implementations on Foreign Types

impl Literal for i32[src]

impl Literal for String[src]

impl Literal for i8[src]

impl Literal for u16[src]

impl Literal for u8[src]

impl Literal for u64[src]

impl<'a> Literal for &'a str[src]

impl Literal for i64[src]

impl Literal for u32[src]

impl Literal for i16[src]

impl Literal for f64[src]

impl Literal for f32[src]

impl Literal for bool[src]

Loading content...

Implementors

Loading content...