snowflake.snowpark.functions.sql_expr¶ snowflake.snowpark.functions.sql_expr(sql: str) → Column[source]¶ Creates a Column expression from raw SQL text. Note that the function does not interpret or check the SQL text.