Executes a query and fetches the results
(self, sql_stmt, user=None, fetch_profile_after_close=False, # noqa: U100
fetch_exec_summary=False, # noqa: U100
profile_format=TRuntimeProfileFormat.STRING)
| 268 | pass |
| 269 | |
| 270 | def execute(self, sql_stmt, user=None, fetch_profile_after_close=False, # noqa: U100 |
| 271 | fetch_exec_summary=False, # noqa: U100 |
| 272 | profile_format=TRuntimeProfileFormat.STRING): # noqa: U100 |
| 273 | """Executes a query and fetches the results""" |
| 274 | pass |
| 275 | |
| 276 | @abc.abstractmethod |
| 277 | def execute_async(self, sql_stmt): |
no outgoing calls