Ecto.Adapters.SQL.Connection.table_exists_query

You're seeing just the callback table_exists_query, go back to Ecto.Adapters.SQL.Connection module for more information.
Link to this callback

table_exists_query(table)

View Source

Specs

table_exists_query(table :: String.t()) :: {iodata(), [term()]}

Returns a queryable to check if the given table exists.