Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User Defined Function #254

Open
dspo opened this issue Jan 22, 2019 · 1 comment
Open

User Defined Function #254

dspo opened this issue Jan 22, 2019 · 1 comment
Labels

Comments

@dspo
Copy link

dspo commented Jan 22, 2019

There is no User Defined Function in vertica-python.

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

@sitingren
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants