View Source Ecto.SubQuery (Ecto v3.9.0)

A struct representing subqueries.

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

Link to this section Summary

Link to this section Types

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