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.

Source

Summary

to_query(expr)

Types

t :: term

Functions

to_query(expr)
Source