Files
lancedb/rust
Vivek a0c5612aee feat(rust): make MetadataEraserExec public (#4213)
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.
2026-09-17 10:59:41 -07:00
..