Struct datafusion::physical_plan::expressions::Literal [−][src]
pub struct Literal { /* fields omitted */ }
Expand description
Represents a literal value
Implementations
Create a literal value expression
Get the scalar value
Trait Implementations
Get the data type of this expression, given the schema of the input
Determine whether this expression is nullable, given the schema of the input
Evaluate an expression against a RecordBatch