vertica-python
vertica-python copied to clipboard
User Defined Function
There is no User Defined Function in vertica-python.
It'd like conn.create_function(... ...) in SQLite3.
@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.