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

Schema metadata: support UDFs, UDAs & indexes #1034

Open
wprzytula opened this issue Jul 9, 2024 · 4 comments
Open

Schema metadata: support UDFs, UDAs & indexes #1034

wprzytula opened this issue Jul 9, 2024 · 4 comments
Labels
API-breaking This might introduce incompatible API changes area/metadata cpp-rust-driver-p2 Functionality required by cpp-rust-driver

Comments

@wprzytula
Copy link
Collaborator

Currently, driver does not fetch nor store User Defined Functions, User Defined Aggregates nor indexes definitions (from system_schema.[functions, aggregates, indexes], correspondingly).

cpp-driver exposes API to examine those, so Rust driver should support this, too, for cpp-rust-driver.

@wprzytula wprzytula added cpp-rust-driver-p2 Functionality required by cpp-rust-driver area/metadata API-breaking This might introduce incompatible API changes labels Jul 9, 2024
@mykaul
Copy link
Contributor

mykaul commented Jul 9, 2024

UDFs are not GA, should be a separate issue.

@wprzytula
Copy link
Collaborator Author

UDFs are not GA, should be a separate issue.

What about UDAs?

@wprzytula
Copy link
Collaborator Author

Are UDFs stable in Cassandra? If so, and the driver strives for Cassandra compatibility, then we should add them along those schema entities that are GA in ScyllaDB.

@mykaul
Copy link
Contributor

mykaul commented Jul 9, 2024

Are UDFs stable in Cassandra? If so, and the driver strives for Cassandra compatibility, then we should add them along those schema entities that are GA in ScyllaDB.

I don't know, but our priority is according to what ScyllaDB supports, not what Cassandra.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API-breaking This might introduce incompatible API changes area/metadata cpp-rust-driver-p2 Functionality required by cpp-rust-driver
Projects
None yet
Development

No branches or pull requests

2 participants