Ecto.Adapter.Queryable.prepare_query
You're seeing just the function
prepare_query
, go back to Ecto.Adapter.Queryable module for more information.
Plans and prepares a query for the given repo, leveraging its query cache.
This operation uses the query cache if one is available.