//! Lance integration module
//!
//! Provides:
//! - Table registration for Lance datasets
//! - Custom execution plan for KNN search (LanceKnnExec)
//! - Table function for explicit KNN search (lance_knn)
//! - Custom execution plan for full-text search (LanceFtsExec)
//! - Table function for explicit full-text search (lance_fts)
//! - Integration with DataFusion query engine
pub use LanceFtsExec;
pub use ;
pub use LanceKnnExec;
pub use ;
pub use ;