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.
1 parent 4f0c43a commit db44ca6Copy full SHA for db44ca6
encodings/fsst/src/array.rs
@@ -329,8 +329,6 @@ impl FSSTArray {
329
330
/// Build a [`Decompressor`][fsst::Decompressor] that can be used to decompress values from
331
/// this array.
332
- ///
333
- /// This is private to the crate to avoid leaking `fsst-rs` types as part of the public API.
334
pub fn decompressor(&self) -> Decompressor<'_> {
335
Decompressor::new(self.symbols().as_slice(), self.symbol_lengths().as_slice())
336
}
0 commit comments