spark_connect_rs::expressions

Trait ToLiteral

Source
pub trait ToLiteral {
    // Required method
    fn to_literal(&self) -> Literal;
}
Expand description

Translate a rust value into a literal type

Required Methods§

Implementors§