Ecto.Queryable protocol

Converts a data structure into 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