phoenix / latest / ecto / ecto.subquery.html

Ecto.SubQuery

A struct representing subqueries.

See Ecto.Query.subquery/2 for more information.

Summary

Types

t()

Types

t()Source

@type t() :: %Ecto.SubQuery{
  cache: term(),
  params: term(),
  query: term(),
  select: term()
}

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