Struct datafusion::physical_plan::expressions::NotExpr [−][src]
pub struct NotExpr { /* fields omitted */ }
Expand description
Not 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