Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
joocer committed Sep 8, 2024
1 parent a490e61 commit 8bf5275
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions opteryx/functions/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,8 @@ def select_values(boolean_arrays, value_arrays):
"CEILING": "CEIL", # deprecated, remove 0.19.0
"ABSOLUTE": "ABS", # deprecated, remove 0.19.0
"TRUNCATE": "TRUNC", # deprecated, remove 0.19.0
"LIST_CONTAINS_ANY": "ARRAY_CONTAINS_ANY", # deprecated, remove 0.20.0
"LIST_CONTAINS_ALL": "ARRAY_CONTAINS_ALL", # deprecated, remove 0.20.0
}

# fmt:off
Expand Down Expand Up @@ -495,6 +497,8 @@ def apply_function(function: str = None, *parameters):
"IFNULL",
"LIST_CONTAINS_ANY",
"LIST_CONTAINS_ALL",
"ARRAY_CONTAINS_ANY",
"ARRAY_CONTAINS_ALL",
"CONCAT",
"CONCAT_WS",
"IIF",
Expand Down

0 comments on commit 8bf5275

Please sign in to comment.