pyspark.sql.functions。
asc_nulls_first
返回一個類表達式基於給定的列的升序的名字,之前和null值返回空值。
以前的
pyspark.sql.functions.asc
下一個
pyspark.sql.functions.asc_nulls_last