fn convert_one_expr( expr: &Expr, column_name_and_type: &HashMap<&String, ConcreteDataType>, timezone: &Timezone, ) -> Result<PartitionExpr>