We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cecd35f commit 4a50b6fCopy full SHA for 4a50b6f
1 file changed
_duckdb-stubs/_typing.pyi
@@ -87,7 +87,7 @@ See Also:
87
https://duckdb.org/docs/stable/clients/python/conversion
88
"""
89
90
-IntoValues: TypeAlias = list[PythonLiteral] | tuple[Expression, ...] | Expression
+IntoValues: TypeAlias = list[PythonLiteral] | tuple[Expression, ...] | Expression | NPArrayLike[Any, Any]
91
"""Types that can be converted to a table of values."""
92
93
# PyType conversions
0 commit comments