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 25b09ee commit ec6c0f3Copy full SHA for ec6c0f3
vortex-file/src/writer.rs
@@ -29,7 +29,8 @@ use crate::footer::FileStatistics;
29
use crate::segments::writer::BufferedSegmentSink;
30
use crate::{Footer, MAGIC_BYTES, WriteStrategyBuilder};
31
32
-/// Configure a new writer, which can eventually be used to write an [`ArrayStream`] into a sink that implements [`VortexWrite`].
+/// Configure a new writer, which can eventually be used to write an [`ArrayStream`] into a sink
33
+/// that implements [`VortexWrite`].
34
///
35
/// Unless overridden, the default [write strategy][crate::WriteStrategyBuilder] will be used with no
36
/// additional configuration.
0 commit comments