mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-01 13:45:53 +00:00
The expr::token struct is created when something like token(p1, p2) occurs in the WHERE clause. Currently expr::token doesn't keep columns passed as arguemnts to the token function. They weren't needed because token() validation was done inside token_relation. Now that we want to use only expressions we need to have columns inside the token struct and validate that those are the correct columns. Signed-off-by: cvybhu <jan.ciolek@scylladb.com>