feat: Allow fresh rechunking of image
This commit is contained in:
parent
1157ac7d74
commit
50ed183cde
7 changed files with 33 additions and 8 deletions
|
|
@ -45,4 +45,7 @@ pub struct RechunkOpts<'scope> {
|
|||
#[builder(default)]
|
||||
pub compression: CompressionType,
|
||||
pub tempdir: Option<&'scope Path>,
|
||||
|
||||
#[builder(default)]
|
||||
pub clear_plan: bool,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue