Ecto.Queryable protocol
The Queryable protocol is responsible for converting a structure to an
Ecto.Query struct. The only function required to implement is
to_query which does the conversion.
Summary
| to_query(expr) |
The Queryable protocol is responsible for converting a structure to an
Ecto.Query struct. The only function required to implement is
to_query which does the conversion.
| to_query(expr) |