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

snowflake.snowpark.Column.between

Column.between(lower_bound: Union[Column, None, bool, int, float, str, bytearray, Decimal, date, datetime, time, bytes, NaTType, float64, list, tuple, dict, Expression], upper_bound: Union[Column, None, bool, int, float, str, bytearray, Decimal, date, datetime, time, bytes, NaTType, float64, list, tuple, dict, Expression]) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.27.0/snowpark-python/src/snowflake/snowpark/column.py#L751-L771)

Between lower bound and upper bound.

Language: English