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