vmware-archive / sql-to-dbsp-compiler

Compiler translating SQL view definitions into DBSP circuits (https://github.com/vmware/database-stream-processor)
Other
28 stars 5 forks source link

The use of .clone() in Rust should be revisited #127

Open mihaibudiu opened 1 year ago

mihaibudiu commented 1 year ago

Clone should be called when the caller requires it, not when the callee thinks it's needed.