Function datafusion_expr::type_coercion::is_signed_numeric
source · pub fn is_signed_numeric(dt: &DataType) -> bool
Expand description
Determine whether the given data type dt
represents signed numeric values.
pub fn is_signed_numeric(dt: &DataType) -> bool
Determine whether the given data type dt
represents signed numeric values.