phoenix / latest / ecto / ecto.queryable.html

Ecto.Queryable protocol

Converts a data structure into an Ecto.Query.

Summary

Types

t()

Functions

to_query(data)

Converts the given data into an Ecto.Query.

Types

t()Source

@type t() :: term()

Functions

to_query(data)Source

Converts the given data into an Ecto.Query.

© 2013 Plataformatec
© 2020 Dashbit
Licensed under the Apache License, Version 2.0.
https://hexdocs.pm/ecto/Ecto.Queryable.html