age icon indicating copy to clipboard operation
age copied to clipboard

List functions In AGE

Open M4rcxs opened this issue 2 years ago • 3 comments
trafficstars

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.

M4rcxs avatar Jul 27 '23 15:07 M4rcxs

Have you considered using a library for lists to enable working with toUpper() and toLower() functions? @M4rcxs

cmucheru avatar Aug 11 '23 21:08 cmucheru

That is already in place. SELECT toLower('WORD'); and SELECT toUpper('word');

danielwambo avatar Sep 24 '23 20:09 danielwambo

@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.

jrgemignani avatar Oct 21 '23 00:10 jrgemignani

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.

github-actions[bot] avatar May 11 '24 00:05 github-actions[bot]

This issue was closed because it has been stalled for further 7 days with no activity.

github-actions[bot] avatar May 19 '24 00:05 github-actions[bot]