mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-29 11:10:40 +00:00
Even though the new subscript allows for subscripting anything, the only thing that is really allowed to be subscripted is a column. Add a utility function that extracts the column_value from an expression with is a column_value or subscript. It will came in handy in the following commits. Signed-off-by: Jan Ciolek <jan.ciolek@scylladb.com>