Ecto.Adapter.Queryable.plan_query
You're seeing just the function
plan_query
, go back to Ecto.Adapter.Queryable module for more information.
Plans a query using the given adapter.
This does not expect the repository and therefore does not leverage the cache.