Ecto.SubQuery — Ecto v3.12.5 (original) (raw)

Ecto

Ecto

v3.12.5

Search documentation of Ecto

View Source

A struct representing subqueries.

Users of Ecto must consider this struct as opaque and not access its field. Authors of adapters may read its contents, but never modify them.

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

Summary

Types

t()

Types

t()

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