Description
t's occasionally useful when diagnosing an issue with Phoenix to be able to easily look up the HBase timestamp of the HBase Cell returned by a Phoenix query.
For example:
SELECT ROW_TIMESTAMP(Column1) FROM Table1 WHERE Column1 = 'SomeValue'
Attachments
Attachments
Issue Links
- relates to
-
PHOENIX-5935 Select with non primary keys and PHOENIX_ROW_TIMESTAMP() in where clause fails
- Resolved
- links to