You are viewing documentation about an older version (1.12.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, list, tuple, dict, Expression], upper_bound: Union[Column, None, bool, int, float, str, bytearray, Decimal, date, datetime, time, bytes, list, tuple, dict, Expression]) Column[source]

Between lower bound and upper bound.