Skip to content

Commit

Permalink
Deprecated update
Browse files Browse the repository at this point in the history
  • Loading branch information
R-JunmingChen committed Aug 30, 2023
1 parent 021223b commit 76b353a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/src/arrow/compute/api_scalar.h
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ class ARROW_EXPORT SetLookupOptions : public FunctionOptions {
explicit SetLookupOptions(Datum value_set, NullMatchingBehavior = MATCH);
SetLookupOptions();

ARROW_DEPRECATED("Will be removed after removing of skip_nulls")
ARROW_DEPRECATED("Deprecated in 14.0.0. Will be removed after removing of skip_nulls")
explicit SetLookupOptions(Datum value_set, bool skip_nulls);

static constexpr char const kTypeName[] = "SetLookupOptions";
Expand All @@ -296,7 +296,7 @@ class ARROW_EXPORT SetLookupOptions : public FunctionOptions {
/// (IndexIn and IsIn) in the output.
NullMatchingBehavior null_matching_behavior;

ARROW_DEPRECATED("Will be removed after removing of skip_nulls")
ARROW_DEPRECATED("Deprecated in 14.0.0. Will be removed after removing of skip_nulls")
NullMatchingBehavior GetNullMatchingBehavior() const;

// DEPRECATED(use null_matching_behavior instead)
Expand Down

0 comments on commit 76b353a

Please sign in to comment.