Crate lance_namespace

Crate lance_namespace 

Source
Expand description

Lance Namespace Rust Client

A Rust client for the Lance Namespace API that provides a unified interface for managing namespaces and tables across different backend implementations.

Re-exports§

pub use connect::connect;
pub use connect::ConnectError;
pub use dir::DirectoryNamespace;
pub use namespace::LanceNamespace;
pub use namespace::NamespaceError;
pub use namespace::Result;
pub use lance_namespace_reqwest_client as reqwest_client;

Modules§

apis
connect
Connect functionality for Lance Namespace implementations.
dir
Directory-based Lance Namespace implementation.
models
namespace
Lance Namespace base interface and implementations.
rest
REST implementation of Lance Namespace
schema
Schema conversion utilities for Lance Namespace.