We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 58776e3 + bc443ac commit 0726cb5Copy full SHA for 0726cb5
1 file changed
vortex-file/src/strategy.rs
@@ -120,8 +120,7 @@ impl WriteStrategyBuilder {
120
/// Override the allowed array encodings for file writing.
121
///
122
/// The configured flat leaf strategy is wrapped in a [`LayoutStrategyEncodingValidator`]
123
- /// that recursively checks every chunk before passing it to the leaf writer. A configured
124
- /// BtrBlocks builder is restricted to schemes whose output encodings are all in this set.
+ /// that recursively checks every chunk before passing it to the leaf writer.
125
pub fn with_allow_encodings(mut self, allow_encodings: HashSet<ArrayId>) -> Self {
126
self.compressor = match self.compressor {
127
CompressorConfig::BtrBlocks(builder) => {
0 commit comments