Skip to content

Commit

Permalink
Update cpp/src/arrow/compute/api_vector.h
Browse files Browse the repository at this point in the history
Co-authored-by: Antoine Pitrou <[email protected]>
  • Loading branch information
zanmato1984 and pitrou authored Dec 11, 2024
1 parent 5680322 commit 6cd7f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/compute/api_vector.h
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ class ARROW_EXPORT InversePermutationOptions : public FunctionOptions {
/// of the input indices minus 1.
int64_t max_index = -1;
/// \brief The type of the output inverse permutation. If null, the output will be of
/// the same type as the input indices, otherwise must be integer types. An invalid
/// the same type as the input indices, otherwise must be integer type. An invalid
/// error will be reported if this type is not able to store the length of the input
/// indices.
std::shared_ptr<DataType> output_type = NULLPTR;
Expand Down

0 comments on commit 6cd7f40

Please sign in to comment.