(a: pw.PyObjectWrapper, x: int)
| 95 | |
| 96 | @pw.udf |
| 97 | def use_python_object(a: pw.PyObjectWrapper, x: int) -> int: |
| 98 | return a.value.add(x) |
| 99 | |
| 100 | res = t.join( |
| 101 | z, left_instance=pw.left.instance, right_instance=pw.right.instance |
no test coverage detected