[][src]Function datafusion::physical_plan::expressions::not

pub fn not(
    arg: Arc<dyn PhysicalExpr>,
    input_schema: &Schema
) -> Result<Arc<dyn PhysicalExpr>>

Creates a unary expression NOT

Errors

This function errors when the argument's type is not boolean