Files
scylladb/cql3/functions
Marcin Maliszkiewicz 395dec35c1 cql3: functions: replace template with std::function in with_udf_iter()
Templates are slower to compile and more difficult to read,
in this case generalization is not needed and can be replaced
by std::function.
2024-07-15 09:39:20 +02:00
..
2023-12-02 22:37:22 +02:00