AntlUtilsEcto.Query.where_period_status

You're seeing just the function where_period_status, go back to AntlUtilsEcto.Query module for more information.
Link to this function

where_period_status(queryable, status, start_at_key, end_at_key, datetime)

View Source

Specs

where_period_status(
  Ecto.Queryable.t(),
  status() | [status()],
  atom(),
  atom(),
  DateTime.t()
) ::
  Ecto.Query.t()