You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Geoffrey Jacoby (Jira)" <ji...@apache.org> on 2019/12/17 00:51:00 UTC

[jira] [Created] (PHOENIX-5629) Phoenix Function to Return HBase Timestamp of Column Cell

Geoffrey Jacoby created PHOENIX-5629:
----------------------------------------

             Summary: Phoenix Function to Return HBase Timestamp of Column Cell
                 Key: PHOENIX-5629
                 URL: https://issues.apache.org/jira/browse/PHOENIX-5629
             Project: Phoenix
          Issue Type: New Feature
            Reporter: Geoffrey Jacoby


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'




--
This message was sent by Atlassian Jira
(v8.3.4#803005)