From vxquery-dev-return-335-apmail-incubator-vxquery-dev-archive=incubator.apache.org@incubator.apache.org Tue Jul 10 14:40:41 2012 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 421EACECC for ; Tue, 10 Jul 2012 14:40:41 +0000 (UTC) Received: (qmail 41025 invoked by uid 500); 10 Jul 2012 14:40:41 -0000 Delivered-To: apmail-incubator-vxquery-dev-archive@incubator.apache.org Received: (qmail 40552 invoked by uid 500); 10 Jul 2012 14:40:38 -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 39958 invoked by uid 99); 10 Jul 2012 14:40:35 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jul 2012 14:40:35 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id E3B69142856 for ; Tue, 10 Jul 2012 14:40:34 +0000 (UTC) Date: Tue, 10 Jul 2012 14:40:34 +0000 (UTC) From: "Preston Carman (JIRA)" To: vxquery-dev@incubator.apache.org Message-ID: <1770079031.28447.1341931234935.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: TimePointables-07-09.patch Updated with a few fixes. > 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: 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 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