Prepared statements #9262
-
Hi, I'm currently using Ibis in an API where users can execute some pre-defined Ibis queries with different parameters. I replaced Ibis with hard-coded prepared statements but I would still like to benefits from the flexibility of Ibis : Is there a way to output prepared statements with Ibis ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi, thanks for opening a discussion! Ibis doesn't support outputting prepared statements. It's also not currently on the roadmap. Can you give some pseudocode showing what such a feature would look like? |
Beta Was this translation helpful? Give feedback.
-
There have been some recent performance enhancements for expression construction in certain common expressions like Closing as resolved! |
Beta Was this translation helpful? Give feedback.
There have been some recent performance enhancements for expression construction in certain common expressions like
relocate
,rename
,drop
and some improvements to thec
selector's performance as well.Closing as resolved!