kuzu
kuzu copied to clipboard
Implement copy constructor for statement
We should support copy query statements. After we support it, we should use std::unique_ptr
of statements rather than std::shared_ptr
.