We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d29acf6 commit 46097d1Copy full SHA for 46097d1
python/datafusion/udf.py
@@ -632,7 +632,7 @@ def __call__(self, *args: Expr) -> Expr:
632
def udwf(
633
input_type: pa.DataType | list[pa.DataType],
634
return_type: pa.DataType,
635
- volatility: str,
+ volatility: Volatility | str,
636
name: Optional[str] = None,
637
) -> Callable[..., WindowUDF]: ...
638
@@ -642,7 +642,7 @@ def udwf(
642
func: Callable[[], WindowEvaluator],
643
644
645
646
647
) -> WindowUDF: ...
648
0 commit comments