Ecto.Query.API.date_add

You're seeing just the function date_add, go back to Ecto.Query.API module for more information.
Link to this function

date_add(date, count, interval)

View Source

Adds a given interval to a date.

See datetime_add/3 for more information.

See Intervals for supported interval values.