Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mapleFU committed Nov 29, 2024
1 parent 7271e88 commit 63f5d68
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cpp/src/arrow/array/array_dict.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,8 @@ class ARROW_EXPORT DictionaryArray : public Array {
/// \param[in] dictionary the new dictionary
/// \param[in] transpose_map transposition array of this array's indices
/// into the target array's indices. The value of transpose_map should
/// be in the range [0, this->length()). And the dictionary array's
/// indices in the target array's indices should be in the range
/// of [0, dictionary->length()).
/// be in the range [0, dictionary->length()). And the dictionary indices
/// at transpose_map[i] should not be out of bounds.
///
/// \param[in] pool a pool to allocate the array data from
Result<std::shared_ptr<Array>> Transpose(
Expand Down

0 comments on commit 63f5d68

Please sign in to comment.