Function datafusion::logical_expr::iszero
source · pub fn iszero(num: Expr) -> Expr
Expand description
returns true if a given number is +0.0 or -0.0 otherwise returns false
pub fn iszero(num: Expr) -> Expr
returns true if a given number is +0.0 or -0.0 otherwise returns false