We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8d3546 commit 399ede4Copy full SHA for 399ede4
_duckdb-stubs/_func.pyi
@@ -21,7 +21,7 @@ class FunctionNullHandling:
21
@property
22
def value(self) -> int: ...
23
24
-class PythonUDFType:
+class PythonUDFType(CppEnum):
25
ARROW: ClassVar[PythonUDFType] # value = <PythonUDFType.ARROW: 1>
26
NATIVE: ClassVar[PythonUDFType] # value = <PythonUDFType.NATIVE: 0>
27
__members__: ClassVar[
0 commit comments