[
https://issues.apache.org/jira/browse/PHOENIX-5629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17016373#comment-17016373
]
Geoffrey Jacoby commented on PHOENIX-5629:
------------------------------------------
After talking with [~tkhurana] a little about this, I'm wondering if maybe we
need two functions: CELL_TIMESTAMP, which takes a particular column in (e.g
SELECT CELL_TIMESTAMP(MyColumnName) From MyTable WHERE MyColumnName='foo') and
ROW_TIMESTAMP, which takes no argument and is the timestamp of the empty
column, which functions as the row timestamp.
> 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
> Assignee: Tanuj Khurana
> Priority: Major
> Fix For: 5.1.0, 4.16.0
>
>
> 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)