Ecto.Adapter.Queryable.plan_query

You're seeing just the function plan_query, go back to Ecto.Adapter.Queryable module for more information.
Link to this function

plan_query(operation, adapter, queryable)

View Source

Plans a query using the given adapter.

This does not expect the repository and therefore does not leverage the cache.