Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
akurmustafa committed Sep 28, 2024
1 parent f54df86 commit 0d8eec6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arrow-select/src/take.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ pub fn take(
}
}

/// Take elements by index from [Vec<ArrayRef>], creating a new [Vec<ArrayRef>] from those indexes.
/// For each [ArrayRef] in the [Vec<ArrayRef>], take elements by index and create a new
/// [Vec<ArrayRef>] from those indices.
///
/// ```text
/// ┌────────┬────────┐
Expand Down

0 comments on commit 0d8eec6

Please sign in to comment.