Skip to main content

data_type_of

Function data_type_of 

Source
pub fn data_type_of<R: Record + ColAt<I>, const I: usize>() -> DataType
where <R as ColAt<I>>::Native: ArrowBinding,
Expand description

Returns the Arrow DataType for column I of record R.