I know that using the formats listed here (http://docs.datastax.com/en/cql/3.0/cql/cql_reference/timestamp_type_r.html) work to query cassandra. However, I'm having a hard time determining if it is even possible to use ms since epoch in the select statement.
I feel like it should since it data can be sent to cassandra in the ms since epoch (from above: A timestamp type can be entered as an integer for CQL input), but my attempts to do so have failed and I can't find any documentation saying either way.
Thanks!
Yes, you can use integer timestamps in select statements.