fn get_interval_dt_array_slice(
array: &IntervalDayTimeArray,
indices: &[usize],
) -> Vec<FixedLenByteArray>
Expand description
Returns 12-byte values representing 3 values of months, days and milliseconds (4-bytes each). An Arrow DayTime interval only stores days and millis, thus the first 4 bytes are not populated.