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