snowflake.snowpark.functions.expr¶ snowflake.snowpark.functions.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.