mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-20 08:30:35 +00:00
This moves the predicate functions to the start of the file, renames is_in_bound_kind to is_bound_kind for consistency with to_bound_kind and defines all predicates in a similar fashion. It also uses the predicates to reduce code duplication. Tests: unit (release) Signed-off-by: Rafael Ávila de Espíndola <espindola@scylladb.com>