SNOW-1568022: Add optional parameters argument to Column.regexp and Column.rlike #2011
Labels
feature
New feature or request
status-triage_done
Initial triage done, will be further handled by the driver team
What is the current behavior?
snowflake.snowpark.Column.regexp and its alias snowflake.snowpark.Column.rlike both have a signature of
Column.regexp(pattern: Union[Column, str])
but the SQL REGEXP also accepts the optional argumentparameters: Union[Column, str]
.What is the desired behavior?
Optional argument
parameters
added to Python API.How would this improve
snowflake-snowpark-python
?Add easy access to case-sensitivity controls, multi-line mode and sub-match extraction
References, Other Background
https://docs.snowflake.com/en/sql-reference/functions/rlike
The text was updated successfully, but these errors were encountered: