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
@Runython conn.create_function(... ...) is not a function defined in DB-API standard, it is a non-standard function specifically defined in SQLite3. So this feature is probably not in our scope for a while. If you want to have this functionality, please see Developing User-Defined Extensions (UDxs) in Vertica Documentation.
There is no User Defined Function in vertica-python.
It'd like
conn.create_function(... ...)
in SQLite3.The text was updated successfully, but these errors were encountered: