Hi,
Say I want to fetch all the keys for

store.fetchAll(8, 12)

 +-------------------------------+
 |  key  | start time | end time |
 +-------+------------+----------+
 |   A   |     10     |    20    |
 +-------+------------+----------+
 |   A   |     15     |    25    |
 +-------+------------+----------+
 |   A   |     20     |    30    |
 +-------+------------+----------+
 |   A   |     25     |    35    |
 +--------------------------------
 |   B   |     10     |    20    |
 +-------+------------+----------+
 |   B   |     15     |    25    |
 +-------+------------+----------+
 |   B   |     20     |    30    |
 +-------+------------+----------+
 |   B   |     25     |    35    |

Would it fetch two windows ie (A, 10, 20) and (B, 10, 20) or it won't
fetch any window.

Thanks
Sachin

Reply via email to