pub fn read_row(
row: &RowReader<'_>,
batch: &mut MutableRecordBatch,
schema: &Schema,
)
Expand description
Read the row currently pointed by RowWriter to the output columnar batch buffer
pub fn read_row(
row: &RowReader<'_>,
batch: &mut MutableRecordBatch,
schema: &Schema,
)
Read the row currently pointed by RowWriter to the output columnar batch buffer