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 6cd7f40 commit 9364e4c
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 @@ -265,7 +265,7 @@ class ARROW_EXPORT InversePermutationOptions : public FunctionOptions {
static constexpr char const kTypeName[] = "InversePermutationOptions";
static InversePermutationOptions Defaults() { return InversePermutationOptions(); }

/// \brief The max value in the input indices to process. Any indices that are greater
/// \brief The max value in the input indices to allow. Any indices that are greater
/// than this value will be ignored. If negative, this value will be set to the length
/// of the input indices minus 1.
int64_t max_index = -1;
Expand Down

0 comments on commit 9364e4c

Please sign in to comment.