Skip to content

Commit

Permalink
adding comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rluvaton committed Dec 12, 2024
1 parent e1b8dc9 commit dbd1fdd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion arrow-array/src/builder/generic_bytes_dictionary_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,9 @@ where

/// Extends builder with dictionary
///
/// This is the same as `extends` but avoid lookup for each item in the iterator
/// This is the same as `extends` but avoid lookup for each item in the iterator
///
/// when dictionary values are null (the actual mapped values) the keys are null
///
pub fn extend_dictionary(&mut self, dictionary: &TypedDictionaryArray<K, GenericByteArray<T>>) -> Result<(), ArrowError> {
let values = dictionary.values();
Expand Down

0 comments on commit dbd1fdd

Please sign in to comment.