You are viewing documentation about an older version (1.3.0). View latest version

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.