1 2 3 4 5
#[derive(Debug, Clone, Copy, PartialEq, Eq)] pub(crate) struct TableRowLocation { pub(crate) chunk: usize, pub(crate) row: usize, }