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
Next, you need to implement the `Plugin` interface in your code. This allows you to return a list of all the custom `PartiQLFunction` implementations you've created, using the `getFunctions()` method. This step is crucial as it allows the service loader to retrieve all your custom functions.
partiql-lang-kotlin/docs/wiki/tutorials/Pluggable Functions Tutorial.md
Lines 56 to 77 in 920a76f
The text was updated successfully, but these errors were encountered: