ibis.expr.api.TimeValue.between¶
-
TimeValue.
between
(lower, upper, timezone=None)¶ Check if the input expr falls between the lower/upper bounds passed. Bounds are inclusive. All arguments must be comparable.
- Parameters
lower (str, datetime.time) –
upper (str, datetime.time) –
timezone (str, timezone, default None) –
- Returns
- Return type
BooleanValue