Method
execution_options
(
self,
*,
compiled_cache: Optional[CompiledCacheType] = ...,
logging_token: str = ...,
isolation_level: IsolationLevel = ...,
insertmanyvalues_page_size: int = ...,
schema_translate_map: Optional[SchemaTranslateMapType] = ...,
**opt: Any,
)
Source from the content-addressed store, hash-verified
| 1117 | |
| 1118 | @overload |
| 1119 | def execution_options( |
| 1120 | self, |
| 1121 | *, |
| 1122 | compiled_cache: Optional[CompiledCacheType] = ..., |
| 1123 | logging_token: str = ..., |
| 1124 | isolation_level: IsolationLevel = ..., |
| 1125 | insertmanyvalues_page_size: int = ..., |
| 1126 | schema_translate_map: Optional[SchemaTranslateMapType] = ..., |
| 1127 | **opt: Any, |
| 1128 | ) -> AsyncEngine: ... |
| 1129 | |
| 1130 | @overload |
| 1131 | def execution_options(self, **opt: Any) -> AsyncEngine: ... |
Tested by
no test coverage detected