feat: Allow fresh rechunking of image

This commit is contained in:
Gerald Pinder 2024-12-14 16:25:06 -05:00
parent 1157ac7d74
commit 50ed183cde
7 changed files with 33 additions and 8 deletions

View file

@ -45,4 +45,7 @@ pub struct RechunkOpts<'scope> {
#[builder(default)]
pub compression: CompressionType,
pub tempdir: Option<&'scope Path>,
#[builder(default)]
pub clear_plan: bool,
}