snowflake.snowpark.functions.asc_nulls_first¶ snowflake.snowpark.functions.asc_nulls_first(c: ColumnOrName) → Column[source]¶ Returns a Column expression with values sorted in ascending order (null values sorted before non-null values).