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 D78C195C9 for ; Fri, 20 Jul 2012 22:07:38 +0000 (UTC) Received: (qmail 15712 invoked by uid 500); 20 Jul 2012 22:07:36 -0000 Delivered-To: apmail-incubator-vxquery-dev-archive@incubator.apache.org Received: (qmail 15607 invoked by uid 500); 20 Jul 2012 22:07:36 -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 15370 invoked by uid 99); 20 Jul 2012 22:07:36 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jul 2012 22:07:36 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id D092C142850 for ; Fri, 20 Jul 2012 22:07:35 +0000 (UTC) Date: Fri, 20 Jul 2012 22:07:35 +0000 (UTC) From: "Preston Carman (JIRA)" To: vxquery-dev@incubator.apache.org Message-ID: <1083617431.84298.1342822055856.JavaMail.jiratomcat@issues-vm> In-Reply-To: <623233275.84259.1342821575004.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Updated] (VXQUERY-46) Cast Operation 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-46?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Preston Carman updated VXQUERY-46: ---------------------------------- Attachment: CastOperation1.patch I have attached a patch for feedback on a few issues. - Two arguments are passed to the cast function. The first argument is the value to be changed and it should be some type of pointable. The second argument specifies the type of result. What is this value's type? String? Its not clear to me the argument type from the documentation, at least where I am reading. - Vinayak suggested that cast function should be structured similar to the treat function. I reviewed the treat function and do not see the connection in structure to the cast functionality. Can you explain this? - Still working on duration and a few other TODOs. > Cast Operation > -------------- > > Key: VXQUERY-46 > URL: https://issues.apache.org/jira/browse/VXQUERY-46 > Project: VXQuery > Issue Type: Sub-task > Reporter: Preston Carman > Labels: patch > Attachments: CastOperation1.patch > > > Build out the cast for all content types. -- 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