For Example cqlsh query:
select * from table where eventtime >= '2015-06-02 06:30:00+0530' and eventtime <= '2015-06-02 09:30:00+0530';
output is comming 4 rows. but in case of change the
eventtime >'2015-06-02 06:30:00+0530' and eventtime <= '2015-06-02 09:30:00+0530';
also getting same result(4 rows). but i need 3 rows. where eventtime type is "timestamp"