[DuckDB] Implement replacement scan function for Lance Scan in DuckDB #641
Labels
duckdb
good first issue
Good for newcomers
help wanted
Extra attention is needed
rust
Rust related tasks
Problem Statement
DuckDB has a concept of
replacement scan
when the URL of dataset matches to certain pattern, the URL itself can be used to indicate which scan function to call,For example,
Reference of the old (c++) implementation
https://github.com/eto-ai/lance/blob/78e5af7dec1a9602823797ba18eafc632ba727c3/integration/duckdb/src/lance/duckdb/lance-extension.cc#L65
Desired Behavior
Re-enable the scan replacement of lance scan in the rust-based duckdb extension.
The text was updated successfully, but these errors were encountered: