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

snowflake.snowpark.Column.between

Column.between(lower_bound: ColumnOrLiteral | Expression, upper_bound: ColumnOrLiteral | Expression) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.3.0/src/snowflake/snowpark/column.py#L419-L427)

Between lower bound and upper bound.

Language: English