How to tell which function is variadic using SHOW FUNCTIONS? #13725
Unanswered
eladitzhakian
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
With the current output, there's no way to differentiate between a variadic function with N arguments and a function with a single argument.
Example
SHOW FUNCTIONS
output:Is there a way I could programmatically tell a function is variadic? Or is this actually a feature request? 😅
Beta Was this translation helpful? Give feedback.
All reactions