Skip to content

Commit 640f40f

Browse files
committed
Update docstring
1 parent 0b10a90 commit 640f40f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/src/arrow/compute/api_vector.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,8 @@ class ARROW_EXPORT InversePermutationOptions : public FunctionOptions {
309309
/// of the input indices minus 1 and the length of the function's output will be the
310310
/// length of the input indices.
311311
int64_t max_index = -1;
312-
/// \brief Optional type of the output inverse permutation. Default of `nullopt` will
313-
/// use the same type as the input indices, otherwise must be signed integer type. An
312+
/// \brief The data type for the output array of inverse permutation. Defaults to the
313+
/// type of the input indices when `nullopt`. Must be a signed integer type. An
314314
/// invalid error will be reported if this type is not able to store the length of the
315315
/// input indices.
316316
std::optional<std::shared_ptr<DataType>> output_type;

0 commit comments

Comments
 (0)