pub fn data_type_of<R: Record + ColAt<I>, const I: usize>() -> DataTypewhere <R as ColAt<I>>::Native: ArrowBinding,
Returns the Arrow DataType for column I of record R.
DataType
I
R