Function datafusion_expr::type_coercion::is_decimal
source ยท pub fn is_decimal(dt: &DataType) -> bool
Expand description
Determine whether the given data type dt
is a Decimal
.
pub fn is_decimal(dt: &DataType) -> bool
Determine whether the given data type dt
is a Decimal
.