Return-Path: X-Original-To: apmail-incubator-vxquery-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-vxquery-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 210E9D01C for ; Sun, 1 Jul 2012 20:20:01 +0000 (UTC) Received: (qmail 97011 invoked by uid 500); 1 Jul 2012 20:20:00 -0000 Delivered-To: apmail-incubator-vxquery-dev-archive@incubator.apache.org Received: (qmail 96978 invoked by uid 500); 1 Jul 2012 20:20:00 -0000 Mailing-List: contact vxquery-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: vxquery-dev@incubator.apache.org Delivered-To: mailing list vxquery-dev@incubator.apache.org Received: (qmail 96967 invoked by uid 99); 1 Jul 2012 20:20:00 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Jul 2012 20:20:00 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id BC4581418F1 for ; Sun, 1 Jul 2012 20:19:59 +0000 (UTC) Date: Sun, 1 Jul 2012 20:19:59 +0000 (UTC) From: "Preston Carman (JIRA)" To: vxquery-dev@incubator.apache.org Message-ID: <1168911632.76822.1341173999772.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1852064864.73669.1341007124477.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Updated] (VXQUERY-43) Date, DateTime, and Time Pointables MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/VXQUERY-43?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Preston Carman updated VXQUERY-43: ---------------------------------- Attachment: TimePointables2.patch > 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 > Attachments: TimePointables2.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 is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira