ibis.backends.base.sql.BaseSQLConnection.explain

BaseSQLConnection.explain(expr: Union[str, ibis.expr.types.Expr], params=None)str

Explain expression.

Query for and return the query plan associated with the indicated expression or SQL query.

Returns

plan

Return type

string