Function datafusion_expr::type_coercion::is_datetime
source ยท pub fn is_datetime(dt: &DataType) -> boolExpand description
Determine whether the given data type dt is a Date or Timestamp.
pub fn is_datetime(dt: &DataType) -> boolDetermine whether the given data type dt is a Date or Timestamp.