mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-09 16:33:35 +00:00
Add a method that returns raw_value_view to expr::constant. It's added for convenience - without it in many places we would have to write my_value.value.to_view(). Signed-off-by: Jan Ciolek <jan.ciolek@scylladb.com>