We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99a9287 commit 20436f7Copy full SHA for 20436f7
sqlalchemy-stubs/sql/functions.pyi
@@ -59,7 +59,7 @@ class FunctionElement( # type: ignore[misc]
59
) -> ScalarFunctionColumn[_TE]: ...
60
def table_valued(self, *expr: Any, **kw: Any) -> TableValuedAlias: ... # type: ignore[override]
61
def column_valued(
62
- self, name: Optional[Any] = ...
+ self, name: Optional[Any], joins_implicitly: bool = False
63
) -> TableValuedColumn[Any]: ...
64
@property
65
def columns(self) -> ColumnCollection[ColumnElement[Any]]: ... # type: ignore[override]
0 commit comments