Button to copy query as code in dataframe view
teh-cmc opened this issue · 1 comments
teh-cmc commented
Add a button to the dataframe view that allows one to copy the current query as code (either Rust or Python).
This should be fairly straightforward now that everything is baked into the new QueryExpression
(I'm pretty much imagining a QueryExpression::to_{rust,python}_string()
.