You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is currently no way to list all custom functions currently available. So, I propose to add a special type to list those in the SQL context. For example this could look like:
SELECT FROM schema:functions
Given that custom functions are names by library.name, I think this type should consist of a library property of a string type library with the libraries name and a list property functions listing the library function names.
Alternatively, just a string property could be used holding library.string directly.
However, depending where the custom functions are scoped, visible and stored this could be named:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
There is currently no way to list all custom functions currently available. So, I propose to add a special type to list those in the SQL context. For example this could look like:
Given that custom functions are names by
library.name
, I think this type should consist of a library property of a string typelibrary
with the libraries name and a list propertyfunctions
listing the library function names.Alternatively, just a string property could be used holding
library.string
directly.However, depending where the custom functions are scoped, visible and stored this could be named:
schema:functions
server:functions
volatile:functions
Beta Was this translation helpful? Give feedback.
All reactions