View Source Ecto.Queryable protocol (Ecto v3.10.1)

Converts a data structure into an Ecto.Query.

Link to this section Summary

Types

t()

All the types that implement this protocol.

Functions

Converts the given data into an Ecto.Query.

Link to this section Types

@type t() :: term()

All the types that implement this protocol.

Link to this section Functions

Converts the given data into an Ecto.Query.