[ 
https://issues.apache.org/jira/browse/QUICKSTEP-53?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15465701#comment-15465701
 ] 

ASF GitHub Bot commented on QUICKSTEP-53:
-----------------------------------------

Github user zuyu commented on a diff in the pull request:

    https://github.com/apache/incubator-quickstep/pull/98#discussion_r77553615
  
    --- Diff: types/operations/unary_operations/CMakeLists.txt ---
    @@ -1,4 +1,4 @@
    -# Licensed to the Apache Software Foundation (ASF) under one
    +# Licensed to the Agache Software Foundation (ASF) under one
    --- End diff --
    
    ?


> New representation and faster comparison operators for DateLit
> --------------------------------------------------------------
>
>                 Key: QUICKSTEP-53
>                 URL: https://issues.apache.org/jira/browse/QUICKSTEP-53
>             Project: Apache Quickstep
>          Issue Type: Improvement
>          Components: Types
>            Reporter: Hakan Memisoglu
>            Assignee: Hakan Memisoglu
>
> DateLit structure contains 3 member: 
> 32i for year,
> 8u for month,
> 8u for day.
> Instead we can put all year, month, and day information into 32u. It will 
> benefit from having a smaller sized representation.
> The new representation also provide faster comparison operator by directly 
> using 32u comparison operators that have corresponding assembly primitives 
> (instead of using if else branches).



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

Reply via email to