Struct datafusion_row::reader::RowReader
source · pub struct RowReader<'a> { /* private fields */ }
Expand description
Read the tuple data[base_offset..]
we are currently pointing to
Implementations§
source§impl<'a> RowReader<'a>
impl<'a> RowReader<'a>
sourcepub fn point_to(&mut self, offset: usize, data: &'a [u8])
pub fn point_to(&mut self, offset: usize, data: &'a [u8])
Update this row to point to position offset
in base