Searched refs:python_udf (Results 1 – 2 of 2) sorted by relevance
198 def _run_function(python_udf): argument207 if isinstance(python_udf, AttributeError):208 raise python_udf209 result = python_udf.func(*python_udf.args, **python_udf.kwargs)
157 python_udf = _internal_rpc_pickler.deserialize(obj[0], obj[1])158 result = python_udf.func(python_udf.args[0], python_udf.args[1])