Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
datafusion::logical_plan::Literal - Rust
[go: Go Back, main page]

[][src]Trait datafusion::logical_plan::Literal

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

Whether it can be represented as a literal expression

Required methods

fn lit(&self) -> Expr

convert the value to a Literal expression

Loading content...

Implementations on Foreign Types

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

impl Literal for String[src]

impl Literal for bool[src]

impl Literal for f32[src]

impl Literal for f64[src]

impl Literal for i8[src]

impl Literal for i16[src]

impl Literal for i32[src]

impl Literal for i64[src]

impl Literal for u8[src]

impl Literal for u16[src]

impl Literal for u32[src]

impl Literal for u64[src]

Loading content...

Implementors

Loading content...