Python 複製. from pyspark.sql.types import LongType def squared_typed(s): return s * s spark.udf.register("squaredWithPython", squared_typed ...
確定! 回上一頁