Skip to content

Commit 06101a1

Browse files
committed
comment
1 parent ab2878e commit 06101a1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

arrow-array/src/builder/generic_bytes_view_builder.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,9 @@ impl<T: ByteViewType + ?Sized> GenericByteViewBuilder<T> {
205205
self.null_buffer_builder.append_non_null();
206206
}
207207

208-
/// Appends an array
208+
/// Appends an array to the builder.
209+
/// This will flush any in-progress block and append the data buffers
210+
/// and add the (adapted) views.
209211
pub fn append_array(&mut self, array: &GenericByteViewArray<T>) {
210212
self.flush_in_progress();
211213
self.completed.extend(array.data_buffers().iter().cloned());

0 commit comments

Comments
 (0)