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 d7f5f68 commit 79bb196Copy full SHA for 79bb196
python/datafusion/udf.py
@@ -15,6 +15,8 @@
15
# specific language governing permissions and limitations
16
# under the License.
17
18
+from __future__ import annotations
19
+
20
import datafusion._internal as df_internal
21
from datafusion.expr import Expr
22
from typing import Callable, TYPE_CHECKING
0 commit comments