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