duckdb / duckdb-rs

Ergonomic bindings to duckdb for Rust
MIT License
428 stars 87 forks source link

ColumnExpression #319

Open w14 opened 1 month ago

w14 commented 1 month ago

The Python library has a helpful ColumnExpression. Does the Rust library? If not, is there a way to use PyO3 to build these expressions?