ibis.backends.base.sql.BaseSQLConnection.raw_sql

BaseSQLConnection.raw_sql(query: str)Optional[Any]

Execute a given query string.

Could have unexpected results if the query modifies the behavior of the session in a way unknown to Ibis; be careful.

Parameters

query (string) – DML or DDL statement

Returns

Return type

Backend cursor