mirror of
https://github.com/lancedb/lancedb.git
synced 2026-09-22 04:55:39 +00:00
Export `MetadataEraserExec` and its constructor from `lancedb::table::datafusion`. Engines that serialise a physical plan containing a LanceDB scan have to rebuild the operator outside this crate, which a private type makes impossible.