mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-25 11:00:35 +00:00
Enhance evaluation_inputs with timestamps and ttls, and use them to evaluate writetime/ttl. The data structure is compatible with the current way of doing things (see result_set_builder::_timestamps, result_set_build::_ttls). We use std::span<> instead of std::vector<> as it is more general and a tiny bit faster. The algorithm is taken from writetime_or_ttl_selector::add_input().