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 76552ca commit f0616caCopy full SHA for f0616ca
vortex-vector/src/binaryview/vector_mut.rs
@@ -147,8 +147,9 @@ impl<T: BinaryViewType> BinaryViewVectorMut<T> {
147
/// Append a repeated sequence of binary data to a vector.
148
///
149
/// ```
150
- /// # use crate::binaryview::StringVectorMut;
151
- /// # use crate::VectorMutOps;
+ /// use vortex_vector::binaryview::StringVectorMut;
+ /// use vortex_vector::VectorMutOps;
152
+ ///
153
/// let mut strings = StringVectorMut::with_capacity(4);
154
/// strings.append_values("inlined", 2);
155
/// strings.append_nulls(1);
0 commit comments