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-02-19 16:52:34 +02:00
2015-04-15 20:33:48 +02:00
2015-04-16 14:04:04 +02:00
2015-02-19 16:52:34 +02:00
2015-02-26 17:30:02 +02:00
2015-04-15 14:27:08 +03:00
2015-02-19 16:52:34 +02:00
2015-03-25 09:39:34 +01:00
2015-02-19 16:52:34 +02:00
2015-04-10 19:34:03 +02:00
2015-03-06 10:06:16 +02:00
2015-03-18 13:10:00 +02:00
2015-04-14 15:13:15 +03:00
2015-04-05 09:53:33 +03:00
2015-02-19 16:52:34 +02:00
2015-02-19 16:52:34 +02:00
2015-03-15 14:48:52 +02:00
2015-04-09 10:54:17 +08:00
2015-02-19 16:52:34 +02:00
2015-03-22 16:16:30 +02:00
2015-02-25 11:56:07 +02:00
2015-03-04 17:40:58 +02:00
2015-02-19 16:52:34 +02:00
2015-04-05 09:51:28 +03:00
2015-03-04 17:34:59 +01:00
2015-03-04 17:34:59 +01:00
2015-02-19 16:52:34 +02:00
2015-04-10 19:34:04 +02:00
2015-04-10 19:34:04 +02:00
2015-02-19 16:52:34 +02:00
2015-01-07 14:01:03 +02:00
2015-04-10 19:34:04 +02:00
2015-04-10 19:34:04 +02:00
2015-02-19 16:52:34 +02:00
2015-03-04 17:34:59 +01:00
2015-02-19 16:52:34 +02:00
2015-02-19 16:52:34 +02:00