Files
scylladb/tests
Tomasz Grabiec bacede04b2 types: Expose component iterators in tuple_wrapper
This automatically exposes them in partition_key and clustering_key too.

The iterators return bytes_view to components.

For example:

  schema s;
  partition_key k;

  for (bytes_view component : boost::make_iterator_range(key.begin(s), key.end(s))) {
     // ...
  }
2015-04-16 14:04:04 +02:00
..
2015-04-15 20:33:48 +02:00
2015-03-06 10:06:16 +02:00
2015-04-14 15:13:15 +03:00
2015-04-05 09:53:33 +03:00
2015-03-15 14:48:52 +02:00
2015-03-22 16:16:30 +02:00
2015-03-04 17:40:58 +02:00