You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@vxquery.apache.org by "Preston Carman (JIRA)" <ji...@apache.org> on 2016/09/09 17:52:20 UTC

[jira] [Closed] (VXQUERY-43) Date, DateTime, and Time Pointables

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

Preston Carman closed VXQUERY-43.
---------------------------------

> Date, DateTime, and Time Pointables
> -----------------------------------
>
>                 Key: VXQUERY-43
>                 URL: https://issues.apache.org/jira/browse/VXQUERY-43
>             Project: VXQuery
>          Issue Type: Sub-task
>            Reporter: Preston Carman
>            Assignee: Preston Carman
>         Attachments: TimePointables-07-09.patch, TimePointables2.patch, TimePointables3.patch
>
>
> Date types are need to build out all the XQuery functions and Operators. Three data types are needed with respect to time: Date, DateTime, and Time. Each one is basically a single number can be converted into an ISO8601 format. 
> Date (number of days) int
> http://code.google.com/p/asterixdb/source/browse/branches/asterix_stabilization_temporal_fixes/asterix-om/src/main/java/edu/uci/ics/asterix/om/base/ADate.java?r=338
> DateTime (number of seconds since 1970) long
> http://code.google.com/p/asterixdb/source/browse/branches/asterix_stabilization_temporal_fixes/asterix-om/src/main/java/edu/uci/ics/asterix/om/base/ADateTime.java?r=338
> Time (number of milliseconds) int
> http://code.google.com/p/asterixdb/source/browse/branches/asterix_stabilization_temporal_fixes/asterix-om/src/main/java/edu/uci/ics/asterix/om/base/ATime.java?r=338
> The links are for a project that saves the information in a similar manner.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)