risingwave_
expr_
impl
2.7.0-alpha
In risingwave_
expr_
impl::
scalar::
arithmetic_
op
risingwave_expr_impl
::
scalar
::
arithmetic_op
Function
interval_float_div
Copy item path
Source
pub fn interval_float_div<T2>(l:
Interval
, r: T2) -> Result<
Interval
>
where T2:
TryInto
<
F64
> +
Debug
,