Re-exportsยง
pub use catalog_client::PyCatalogClient;
pub use connection_handle::ConnectionHandle;
pub use dataset::PyDataset;
pub use entry::PyEntry;
pub use entry::PyEntryId;
pub use entry::PyEntryKind;
pub use errors::to_py_err;
pub use table::PyTable;
Modulesยง
- catalog_
client ๐ - connection_
handle ๐ - dataframe_
query ๐ - dataset ๐
- entry ๐
- errors ๐Error handling for the catalog module.
- table ๐
Enumsยง
- The type of distance metric to use for vector index and search.
- A type alias for either a
VectorDistanceMetric
enum or a string literal. - Vector
Like ๐A type alias for a vector (vector search input data).
Functionsยง
- register ๐Register the
rerun.catalog
module.