Skip to content

Commit

Permalink
remove old code
Browse files Browse the repository at this point in the history
Signed-off-by: jayzhan211 <[email protected]>
  • Loading branch information
jayzhan211 committed Nov 12, 2023
1 parent 79f7fd2 commit 3a304e3
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions datafusion/physical-expr/src/array_expressions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1212,15 +1212,6 @@ pub fn array_remove_n(args: &[ArrayRef]) -> Result<ArrayRef> {
general_remove(as_list_array(&args[0])?, &args[1], arr_n)
}

// array removement functions
array_removement_function!(array_remove, remove_one, "Array_remove SQL function");
array_removement_function!(array_remove_n, remove_n, "Array_remove_n SQL function");
array_removement_function!(
array_remove_all,
remove_all,
"Array_remove_all SQL function"
);

/// For each element of `list_array[i]`, replaces up to `arr_n[i]` occurences
/// of `from_array[i]`, `to_array[i]`.
///
Expand Down

0 comments on commit 3a304e3

Please sign in to comment.