lance-namespace-datafusion 4.0.0

Lance namespace integration with Apache DataFusion catalogs and schemas
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: Copyright The Lance Authors

pub mod catalog;
pub mod error;
pub mod namespace_level;
pub mod schema;
pub mod session_builder;

pub use catalog::{LanceCatalogProvider, LanceCatalogProviderList};
pub use namespace_level::NamespaceLevel;
pub use schema::LanceSchemaProvider;
pub use session_builder::SessionBuilder;