SDK
Rust
Description
currently the row deletion api support only SQL predicate, which is eventually translated into a datafusion Expr.
would suggest allowing for a datafusion Expr to be used directly, so, no conversion is needed.
this would require a change to the lance code. see: lance-format/lance#6339
SDK
Rust
Description
currently the row deletion api support only SQL predicate, which is eventually translated into a datafusion Expr.
would suggest allowing for a datafusion Expr to be used directly, so, no conversion is needed.
this would require a change to the lance code. see: lance-format/lance#6339