pub fn sub_timestamps_scalar(
    lhs: &PrimitiveArray<i64>,
    rhs: &PrimitiveScalar<i64>
) -> Result<PrimitiveArray<i64>>
Available on crate feature compute_arithmetics only.
Expand description

Calculates the difference between two timestamps as DataType::Duration with the same time scale.