We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1719f09 commit 93ceff9Copy full SHA for 93ceff9
uncoder-core/app/translator/core/custom_types/functions.py
@@ -28,6 +28,7 @@ class FunctionType(CustomEnum):
28
bin = "bin"
29
eval = "eval"
30
fields = "fields"
31
+ join = "join"
32
rename = "rename"
33
search = "search"
34
sort_limit = "sort_limit"
0 commit comments