pub fn select_row_ids<'a>(
sequence: &'a RowIdSequence,
offsets: &'a ReadBatchParams,
) -> Result<Vec<u64>>
Expand description
Selects the row ids from a sequence based on the provided offsets.
pub fn select_row_ids<'a>(
sequence: &'a RowIdSequence,
offsets: &'a ReadBatchParams,
) -> Result<Vec<u64>>
Selects the row ids from a sequence based on the provided offsets.