Workbench.Repo.explain
You're seeing just the function
explain
, go back to Workbench.Repo module for more information.
Link to this function
explain(operation, queryable, opts \\ [])
A convenience function for SQL-based repositories that executes an EXPLAIN statement or similar depending on the adapter to obtain statistics for the given query.
See Ecto.Adapters.SQL.explain/4
for more information.