Function datafusion_physical_expr::expressions::negative

source ·
pub fn negative(
    arg: Arc<dyn PhysicalExpr>,
    input_schema: &Schema,
) -> Result<Arc<dyn PhysicalExpr>>
Expand description

Creates a unary expression NEGATIVE

§Errors

This function errors when the argument’s type is not signed numeric