pub fn to_record_batch<A>(input: Vec<A>) -> Result<RecordBatch>
Expand description
Generic function to convert vec of structs into a recordbatch
pub fn to_record_batch<A>(input: Vec<A>) -> Result<RecordBatch>
Generic function to convert vec of structs into a recordbatch