Struct datafusion::physical_plan::expressions::Literal [−][src]
pub struct Literal { /* fields omitted */ }
Represents a literal value
Implementations
impl Literal
[src]
impl Literal
[src]pub fn new(value: ScalarValue) -> Self
[src]
Create a literal value expression
pub fn value(&self) -> &ScalarValue
[src]
Get the scalar value
Trait Implementations
impl PhysicalExpr for Literal
[src]
impl PhysicalExpr for Literal
[src]Auto Trait Implementations
impl RefUnwindSafe for Literal
impl RefUnwindSafe for Literal
impl UnwindSafe for Literal
impl UnwindSafe for Literal