Details
-
Sub-task
-
Status: Resolved
-
Normal
-
Resolution: Fixed
Description
It would be interesting to allow accessing the timestamp/ttl of a column though some syntax like
SELECT key, value, timestamp(value) FROM foo;
and the same for ttl.
I'll note that currently timestamp and ttl are returned in the resultset because it includes thrift Column object, but adding such syntax would make our future protocol potentially simpler as we wouldn't then have to care about timestamps explicitely (and more compact in general as we would only return timestamps when asked)