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 2012/07/02 21:59:36 UTC

[jira] [Created] (VXQUERY-44) Duration and Decimal Pointables

Preston Carman created VXQUERY-44:
-------------------------------------

             Summary: Duration and Decimal Pointables
                 Key: VXQUERY-44
                 URL: https://issues.apache.org/jira/browse/VXQUERY-44
             Project: VXQuery
          Issue Type: Sub-task
            Reporter: Preston Carman


Two more pointables that need to be implemented. Currently only stubbed out.

--
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

        

[jira] [Updated] (VXQUERY-44) Binary, Decimal, Duration and QName Pointables

Posted by "Preston Carman (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/VXQUERY-44?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Preston Carman updated VXQUERY-44:
----------------------------------

           Description: 
Four more pointables that need to be implemented. Currently only stubbed out.

 - Binary
 - Decimal
 - Duration
 - QName

  was:Three more pointables that need to be implemented. Currently only stubbed out.

    Remaining Estimate: 12h
     Original Estimate: 12h
               Summary: Binary, Decimal, Duration and QName Pointables  (was: Duration, Decimal and QName Pointables)
    
> Binary, Decimal, Duration and QName Pointables
> ----------------------------------------------
>
>                 Key: VXQUERY-44
>                 URL: https://issues.apache.org/jira/browse/VXQUERY-44
>             Project: VXQuery
>          Issue Type: Sub-task
>            Reporter: Preston Carman
>         Attachments: DecimalDurationPointables1.patch
>
>   Original Estimate: 12h
>  Remaining Estimate: 12h
>
> Four more pointables that need to be implemented. Currently only stubbed out.
>  - Binary
>  - Decimal
>  - Duration
>  - QName

--
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

        

[jira] [Updated] (VXQUERY-44) Duration, Decimal and QName Pointables

Posted by "Preston Carman (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/VXQUERY-44?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Preston Carman updated VXQUERY-44:
----------------------------------

    Attachment: DecimalDurationPointables1.patch

Here is my first pass at creating the new pointables. Let me know if you have any feedback.
                
> Duration, Decimal and QName Pointables
> --------------------------------------
>
>                 Key: VXQUERY-44
>                 URL: https://issues.apache.org/jira/browse/VXQUERY-44
>             Project: VXQuery
>          Issue Type: Sub-task
>            Reporter: Preston Carman
>         Attachments: DecimalDurationPointables1.patch
>
>
> Three more pointables that need to be implemented. Currently only stubbed out.

--
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

        

[jira] [Updated] (VXQUERY-44) Binary, Decimal, Duration and QName Pointables

Posted by "Preston Carman (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/VXQUERY-44?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Preston Carman updated VXQUERY-44:
----------------------------------

    Attachment: DecimalDurationPointables2.patch

I have included the Binary pointable. Also made the other changes we talked about:
 - QName now uses IPointable and does not have a hash or compare function.
 - Decimal compare function has been added with the decimal set function normalizing the value at save time.
 - Duration is set up with two integers and no compare or hash.
 - Binary is set up similar to UTF8 string pointable structure.
                
> Binary, Decimal, Duration and QName Pointables
> ----------------------------------------------
>
>                 Key: VXQUERY-44
>                 URL: https://issues.apache.org/jira/browse/VXQUERY-44
>             Project: VXQuery
>          Issue Type: Sub-task
>            Reporter: Preston Carman
>         Attachments: DecimalDurationPointables1.patch, DecimalDurationPointables2.patch
>
>   Original Estimate: 12h
>  Remaining Estimate: 12h
>
> Four more pointables that need to be implemented. Currently only stubbed out.
>  - Binary
>  - Decimal
>  - Duration
>  - QName

--
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

        

[jira] [Resolved] (VXQUERY-44) Binary, Decimal, Duration and QName Pointables

Posted by "Till Westmann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/VXQUERY-44?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Till Westmann resolved VXQUERY-44.
----------------------------------

    Resolution: Fixed

Committed the attached Pointables with one modification: the set(..) method on the XSQNamePointable is currently commented out. We probably should have a builder for this instead of a method on the Pointable.
                
> Binary, Decimal, Duration and QName Pointables
> ----------------------------------------------
>
>                 Key: VXQUERY-44
>                 URL: https://issues.apache.org/jira/browse/VXQUERY-44
>             Project: VXQuery
>          Issue Type: Sub-task
>            Reporter: Preston Carman
>            Assignee: Till Westmann
>         Attachments: DecimalDurationPointables1.patch, DecimalDurationPointables2.patch, DecimalDurationPointables3.patch, DecimalDurationPointables4.patch
>
>   Original Estimate: 12h
>  Remaining Estimate: 12h
>
> Four more pointables that need to be implemented. Currently only stubbed out.
>  - Binary
>  - Decimal
>  - Duration
>  - QName

--
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

        

[jira] [Updated] (VXQUERY-44) Binary, Decimal, Duration and QName Pointables

Posted by "Preston Carman (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/VXQUERY-44?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Preston Carman updated VXQUERY-44:
----------------------------------

    Attachment: DecimalDurationPointables5.patch

Updated the pointable with a few more functions and added a check for signed doubles. Can you give an example of the exponent? I am not sure what you are referring too.
                
> Binary, Decimal, Duration and QName Pointables
> ----------------------------------------------
>
>                 Key: VXQUERY-44
>                 URL: https://issues.apache.org/jira/browse/VXQUERY-44
>             Project: VXQuery
>          Issue Type: Sub-task
>            Reporter: Preston Carman
>            Assignee: Till Westmann
>         Attachments: DecimalDurationPointables1.patch, DecimalDurationPointables2.patch, DecimalDurationPointables3.patch, DecimalDurationPointables4.patch, DecimalDurationPointables5.patch
>
>   Original Estimate: 12h
>  Remaining Estimate: 12h
>
> Four more pointables that need to be implemented. Currently only stubbed out.
>  - Binary
>  - Decimal
>  - Duration
>  - QName

--
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

        

[jira] [Assigned] (VXQUERY-44) Binary, Decimal, Duration and QName Pointables

Posted by "Till Westmann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/VXQUERY-44?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Till Westmann reassigned VXQUERY-44:
------------------------------------

    Assignee: Till Westmann
    
> Binary, Decimal, Duration and QName Pointables
> ----------------------------------------------
>
>                 Key: VXQUERY-44
>                 URL: https://issues.apache.org/jira/browse/VXQUERY-44
>             Project: VXQuery
>          Issue Type: Sub-task
>            Reporter: Preston Carman
>            Assignee: Till Westmann
>         Attachments: DecimalDurationPointables1.patch, DecimalDurationPointables2.patch, DecimalDurationPointables3.patch, DecimalDurationPointables4.patch
>
>   Original Estimate: 12h
>  Remaining Estimate: 12h
>
> Four more pointables that need to be implemented. Currently only stubbed out.
>  - Binary
>  - Decimal
>  - Duration
>  - QName

--
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

        

[jira] [Updated] (VXQUERY-44) Binary, Decimal, Duration and QName Pointables

Posted by "Preston Carman (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/VXQUERY-44?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Preston Carman updated VXQUERY-44:
----------------------------------

    Attachment: DecimalDurationPointables3.patch

Removed the Binary set function, since we probably will want a writer function for this functionality. Also added a getBinaryStart function.
                
> Binary, Decimal, Duration and QName Pointables
> ----------------------------------------------
>
>                 Key: VXQUERY-44
>                 URL: https://issues.apache.org/jira/browse/VXQUERY-44
>             Project: VXQuery
>          Issue Type: Sub-task
>            Reporter: Preston Carman
>         Attachments: DecimalDurationPointables1.patch, DecimalDurationPointables2.patch, DecimalDurationPointables3.patch
>
>   Original Estimate: 12h
>  Remaining Estimate: 12h
>
> Four more pointables that need to be implemented. Currently only stubbed out.
>  - Binary
>  - Decimal
>  - Duration
>  - QName

--
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

        

[jira] [Updated] (VXQUERY-44) Duration, Decimal and QName Pointables

Posted by "Preston Carman (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/VXQUERY-44?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Preston Carman updated VXQUERY-44:
----------------------------------

    Description: Three more pointables that need to be implemented. Currently only stubbed out.  (was: Two more pointables that need to be implemented. Currently only stubbed out.)
        Summary: Duration, Decimal and QName Pointables  (was: Duration and Decimal Pointables)
    
> Duration, Decimal and QName Pointables
> --------------------------------------
>
>                 Key: VXQUERY-44
>                 URL: https://issues.apache.org/jira/browse/VXQUERY-44
>             Project: VXQuery
>          Issue Type: Sub-task
>            Reporter: Preston Carman
>         Attachments: DecimalDurationPointables1.patch
>
>
> Three more pointables that need to be implemented. Currently only stubbed out.

--
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

        

[jira] [Updated] (VXQUERY-44) Binary, Decimal, Duration and QName Pointables

Posted by "Preston Carman (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/VXQUERY-44?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Preston Carman updated VXQUERY-44:
----------------------------------

    Attachment: DecimalDurationPointables4.patch

Added new function to create a decimal off a double.
                
> Binary, Decimal, Duration and QName Pointables
> ----------------------------------------------
>
>                 Key: VXQUERY-44
>                 URL: https://issues.apache.org/jira/browse/VXQUERY-44
>             Project: VXQuery
>          Issue Type: Sub-task
>            Reporter: Preston Carman
>         Attachments: DecimalDurationPointables1.patch, DecimalDurationPointables2.patch, DecimalDurationPointables3.patch, DecimalDurationPointables4.patch
>
>   Original Estimate: 12h
>  Remaining Estimate: 12h
>
> Four more pointables that need to be implemented. Currently only stubbed out.
>  - Binary
>  - Decimal
>  - Duration
>  - QName

--
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