File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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;
You can’t perform that action at this time.
0 commit comments