You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Istvan Toth (Jira)" <ji...@apache.org> on 2023/02/24 05:07:00 UTC

[jira] [Updated] (PHOENIX-6887) Implement CURRENT_TIMESTAMP

     [ https://issues.apache.org/jira/browse/PHOENIX-6887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Istvan Toth updated PHOENIX-6887:
---------------------------------
    Description: 
Even though we only get the time with millisecond precision, we should implement the function.

Chiefly because both the exising CURRENT_DATE() and CURRENT_TIME() are really just CURRENT_TIMESTAMP() with millisecond precision.

Once we have CURRENT_TIMESTAMP, update the NOW() function to point to it, instead of CURRENT_DATE()

  was:
Even though we only get the time with millisecond precision, we should implement the function.

Chiefly because both the exising CURRENT_DATE() and CURRENT_TIME() are really just CURRENT_TIMESTAMP() with millisecond precision.


> Implement CURRENT_TIMESTAMP
> ---------------------------
>
>                 Key: PHOENIX-6887
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-6887
>             Project: Phoenix
>          Issue Type: New Feature
>            Reporter: Istvan Toth
>            Priority: Major
>
> Even though we only get the time with millisecond precision, we should implement the function.
> Chiefly because both the exising CURRENT_DATE() and CURRENT_TIME() are really just CURRENT_TIMESTAMP() with millisecond precision.
> Once we have CURRENT_TIMESTAMP, update the NOW() function to point to it, instead of CURRENT_DATE()



--
This message was sent by Atlassian Jira
(v8.20.10#820010)