mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-29 20:57:00 +00:00
expression tests often need to create instances of untyped_constant. Creating them by hand is tedious because the required code is overly verbose. Having convenience functions for it speeds up test writing. Signed-off-by: Jan Ciolek <jan.ciolek@scylladb.com>