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 ef4d4b9 commit 9628bf2
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 @@ -289,7 +289,7 @@ class ARROW_EXPORT SetLookupOptions : public FunctionOptions {
/// produce null (IndexIn) or false (IsIn) values in the output.
/// EMIT_NULL, any null in `value_set` is ignored and nulls in the
/// input produce null (IndexIn and IsIn) values in the output.
/// INCONCLUSIVE, null values are regard as unknown values, which is
/// INCONCLUSIVE, null values are regarded as unknown values, which is
/// sql-compatible. nulls in the input produce null (IndexIn and IsIn)
/// values in the output. Besides, if `value_set` contains a null,
/// non-null unmatched values in the input also produce null values
Expand Down

0 comments on commit 9628bf2

Please sign in to comment.