Skip to content

Commit

Permalink
Update cpp/src/arrow/compute/api_scalar.h
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Kietzman <bengilgit@gmail.com>
  • Loading branch information
R-JunmingChen and bkietz authored Sep 20, 2023
1 parent f26892a commit ef4d4b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/compute/api_scalar.h
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ class ARROW_EXPORT SetLookupOptions : public FunctionOptions {

/// How to match null values.
///
/// Match, any null in `value_set` is successfully matched in
/// MATCH, any null in `value_set` is successfully matched in
/// the input.
/// SKIP, any null in `value_set` is ignored and nulls in the input
/// produce null (IndexIn) or false (IsIn) values in the output.
Expand Down

0 comments on commit ef4d4b9

Please sign in to comment.