File tree Expand file tree Collapse file tree 2 files changed +24
-9
lines changed
Expand file tree Collapse file tree 2 files changed +24
-9
lines changed Original file line number Diff line number Diff line change @@ -1412,13 +1412,13 @@ def write_csv(
14121412 write_partition_columns : bool | None = None ,
14131413) -> None : ...
14141414
1415- __formatted_python_version__ : str = "3.11"
1416- __git_revision__ : str = "b8a06e4a22"
1417- __interactive__ : bool = False
1418- __jupyter__ : bool = False
1419- __standard_vector_size__ : int = 2048
1420- __version__ : str = "1.4.0"
1415+ __formatted_python_version__ : str
1416+ __git_revision__ : str
1417+ __interactive__ : bool
1418+ __jupyter__ : bool
1419+ __standard_vector_size__ : int
1420+ __version__ : str
14211421_clean_default_connection : pytyping .Any # value = <capsule object>
1422- apilevel : str = "2.0"
1423- paramstyle : str = "qmark"
1424- threadsafety : int = 1
1422+ apilevel : str
1423+ paramstyle : str
1424+ threadsafety : int
Original file line number Diff line number Diff line change 6161 TransactionException ,
6262 TypeMismatchException ,
6363 Warning ,
64+ __formatted_python_version__ ,
65+ __git_revision__ ,
66+ __interactive__ ,
67+ __jupyter__ ,
68+ __standard_vector_size__ ,
69+ _clean_default_connection ,
6470 aggregate ,
6571 alias ,
6672 apilevel ,
280286 "UnsignedShortValue" ,
281287 "Value" ,
282288 "Warning" ,
289+ "__formatted_python_version__" ,
290+ "__git_revision__" ,
291+ "__interactive__" ,
292+ "__jupyter__" ,
293+ "__standard_vector_size__" ,
294+ "__version__" ,
295+ "_clean_default_connection" ,
283296 "aggregate" ,
284297 "alias" ,
285298 "apilevel" ,
330343 "map_type" ,
331344 "order" ,
332345 "paramstyle" ,
346+ "paramstyle" ,
333347 "pl" ,
334348 "project" ,
335349 "query" ,
353367 "table_function" ,
354368 "tf" ,
355369 "threadsafety" ,
370+ "threadsafety" ,
356371 "token_type" ,
357372 "tokenize" ,
358373 "torch" ,
You can’t perform that action at this time.
0 commit comments