age
age copied to clipboard
List functions In AGE
Is your feature request related to a problem? Please describe. Could be good add more list functions in AGE?
Describe the solution you'd like there are a lot of functions in AGE that doesn't support list as a entry function like toUpper(), toLower() and others. Describe alternatives you've considered does have a good way to handle with this without create a new entire function to handle with lists? Additional context none.
Have you considered using a library for lists to enable working with toUpper() and toLower() functions? @M4rcxs
That is already in place.
SELECT toLower('WORD');
and
SELECT toUpper('word');
@M4rcxs Do you mean as a parameter of type list?
For example:
lst = ['this', 'that', 1, 2, {name: "Jim"}]
toUpper(lst) or toLower(lst)
If so, it doesn't really make sense to.
This issue is stale because it has been open 45 days with no activity. Remove "Abondoned" label or comment or this will be closed in 7 days.
This issue was closed because it has been stalled for further 7 days with no activity.