interval_dt_to_duration_ms

Function interval_dt_to_duration_ms 

Source
fn interval_dt_to_duration_ms(dt: &IntervalDayTime) -> Result<i64>
Expand description

If the day field of the ScalarValue::IntervalDayTime is zero, this function returns the milliseconds part. Otherwise, it returns an error.