Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
negative in datafusion::physical_expr::expressions - Rust
[go: Go Back, main page]

Function negative

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

Creates a unary expression NEGATIVE

§Errors

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