Method
execution_options
(
self,
*,
compiled_cache: Optional[CompiledCacheType] = ...,
logging_token: str = ...,
isolation_level: IsolationLevel = ...,
no_parameters: bool = False,
stream_results: bool = False,
max_row_buffer: int = ...,
yield_per: int = ...,
insertmanyvalues_page_size: int = ...,
schema_translate_map: Optional[SchemaTranslateMapType] = ...,
populate_existing: bool = False,
autoflush: bool = False,
preserve_rowcount: bool = False,
**opt: Any,
)
Source from the content-addressed store, hash-verified
| 1702 | |
| 1703 | @overload |
| 1704 | def execution_options( |
| 1705 | self, |
| 1706 | *, |
| 1707 | compiled_cache: Optional[CompiledCacheType] = ..., |
| 1708 | logging_token: str = ..., |
| 1709 | isolation_level: IsolationLevel = ..., |
| 1710 | no_parameters: bool = False, |
| 1711 | stream_results: bool = False, |
| 1712 | max_row_buffer: int = ..., |
| 1713 | yield_per: int = ..., |
| 1714 | insertmanyvalues_page_size: int = ..., |
| 1715 | schema_translate_map: Optional[SchemaTranslateMapType] = ..., |
| 1716 | populate_existing: bool = False, |
| 1717 | autoflush: bool = False, |
| 1718 | preserve_rowcount: bool = False, |
| 1719 | **opt: Any, |
| 1720 | ) -> Self: ... |
| 1721 | |
| 1722 | @overload |
| 1723 | def execution_options(self, **opt: Any) -> Self: ... |