Struct datafusion::physical_plan::expressions::NegativeExpr [−][src]
pub struct NegativeExpr { /* fields omitted */ }
Expand description
Negative expression
Implementations
Create new not expression
Get the input expression
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