Skip to main content

rechunk_version_sequences

Function rechunk_version_sequences 

Source
pub fn rechunk_version_sequences(
    sequences: impl IntoIterator<Item = RowDatasetVersionSequence>,
    chunk_sizes: impl IntoIterator<Item = u64>,
    allow_incomplete: bool,
) -> Result<Vec<RowDatasetVersionSequence>>
Expand description

Re-chunk a sequence of dataset version runs into new chunk sizes (aligned with RowIdSequence rechunking)