Struct datafusion::physical_plan::expressions::Column [−][src]
pub struct Column { /* fields omitted */ }
Expand description
Represents the column at a given index in a RecordBatch
Implementations
Create a new column expression based on column name and schema
Trait Implementations
Get the data type of this expression, given the schema of the input
Decide whehter this expression is nullable, given the schema of the input
Evaluate the expression
Auto Trait Implementations
impl RefUnwindSafe for Column
impl UnwindSafe for Column
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.
type Output = T
type Output = T
Should always be Self