You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/10/01 23:01:26 UTC

[jira] [Commented] (STORM-1080) Compiler SQL literals to LLVM constants

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

ASF GitHub Bot commented on STORM-1080:
---------------------------------------

GitHub user haohui opened a pull request:

    https://github.com/apache/storm/pull/778

    STORM-1080. Compiler SQL literals to LLVM constants

    This PR establishes the basic structure of the expression compiler. It compiles SQL literals to LLVM constants. It provides the building block to compile arithmetic expressions, etc..

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/haohui/storm STORM-1080

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/storm/pull/778.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #778
    
----
commit a27b894ffba269babf1c068c19486c77c6ef73cf
Author: Haohui Mai <wh...@apache.org>
Date:   2015-10-01T17:25:46Z

    STORM-1083. Run maven in batch mode to avoid excessive loggin in travis CI

commit a6e8114d85fd41c1c2e909b7126e3f9ca3784530
Author: Haohui Mai <wh...@apache.org>
Date:   2015-09-24T22:43:17Z

    STORM-1081. Import json11 and gmock into the storm-sql project.

commit 07df15ede3df3216d96c86058f103551227c8ac8
Author: Haohui Mai <wh...@apache.org>
Date:   2015-09-30T23:45:50Z

    STORM-1080. Create a compiler to compile expressions down to LLVM bytecodes.

----


> Compiler SQL literals to LLVM constants
> ---------------------------------------
>
>                 Key: STORM-1080
>                 URL: https://issues.apache.org/jira/browse/STORM-1080
>             Project: Apache Storm
>          Issue Type: New Feature
>            Reporter: Haohui Mai
>            Assignee: Haohui Mai
>
> This jira tracks the effort of creating a expression compiler to compile SQL literals down to constants that are represented in LLVM IR.



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