pyspark.sql.functions。
desc_nulls_first
返回一個類表達式基於給定的列名稱的降序排列,和null值出現在非空值。
以前的
pyspark.sql.functions.desc
下一個
pyspark.sql.functions.desc_nulls_last