pub fn asc_nulls_first(col: impl Into<Column>) -> Column
Returns a sort expression based on the ascending order of the given column name, and null values return before non-null values.