Skip to content

Commit 286ddfe

Browse files
committed
Add small Comment
1 parent 8941959 commit 286ddfe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

arrow-select/src/take.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -689,6 +689,11 @@ fn take_fixed_size_list<IndexType: ArrowPrimitiveType>(
689689
Ok(FixedSizeListArray::from(list_data))
690690
}
691691

692+
/// The take kernel implementation for `FixedSizeBinaryArray`.
693+
///
694+
/// The computation is done in two steps:
695+
/// - Compute the values buffer
696+
/// - Compute the null buffer
692697
fn take_fixed_size_binary<IndexType: ArrowPrimitiveType>(
693698
values: &FixedSizeBinaryArray,
694699
indices: &PrimitiveArray<IndexType>,

0 commit comments

Comments
 (0)