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 641eac2 commit 2286110Copy full SHA for 2286110
arrow-select/src/merge.rs
@@ -24,9 +24,9 @@ use arrow_data::ArrayData;
24
use arrow_data::transform::MutableArrayData;
25
use arrow_schema::ArrowError;
26
27
-/// An index for the [merge] function.
+/// An index for the [merge_n] function.
28
///
29
-/// This trait allows the indices argument for [merge] to be stored using a more
+/// This trait allows the indices argument for [merge_n] to be stored using a more
30
/// compact representation than `usize` when the input arrays are small.
31
/// If the number of input arrays is less than 256 for instance, the indices can be stored as `u8`.
32
0 commit comments