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