mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-27 20:05:10 +00:00
constant is now ready to replace terminal as a final value representation. Replace bind() with evaluate and shared_ptr<terminal> with constant. We can't get rid of terminal yet. Sometimes terminal is converted back to term, which constant can't do. This won't be a problem once we replace term with expression. Signed-off-by: Jan Ciolek <jan.ciolek@scylladb.com>