Schema metadata: support UDFs, UDAs & indexes #1034
Labels
API-breaking
This might introduce incompatible API changes
area/metadata
cpp-rust-driver-p2
Functionality required by cpp-rust-driver
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.
The text was updated successfully, but these errors were encountered: