I have following part of a query:
|> select_merge([c], %{expired_at: calculate_date(c.date, c.duration)})
And I have following macro
macro