vertica-python icon indicating copy to clipboard operation
vertica-python copied to clipboard

User Defined Function

Open dspo opened this issue 6 years ago • 1 comments

There is no User Defined Function in vertica-python.

It'd like conn.create_function(... ...) in SQLite3.

dspo avatar Jan 22 '19 09:01 dspo

@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.

sitingren avatar Jan 23 '19 04:01 sitingren