Function datafusion::logical_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.