Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-8117] [SQL] Move codegen implementation into Expression #6660

Closed
wants to merge 16 commits into from

Commits on Jun 4, 2015

  1. pushing codegen into Expression

    Davies Liu committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    593d617 View commit details
    Browse the repository at this point in the history
  2. refactor

    Davies Liu committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    3ff25f8 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2015

  1. add type alias

    Davies Liu committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    e57959d View commit details
    Browse the repository at this point in the history
  2. fix style

    Davies Liu committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    b145047 View commit details
    Browse the repository at this point in the history
  3. update docs

    Davies Liu committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    8c6d82d View commit details
    Browse the repository at this point in the history
  4. rename

    Davies Liu committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    c5fb514 View commit details
    Browse the repository at this point in the history
  5. fix build

    Davies Liu committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    12ff88a View commit details
    Browse the repository at this point in the history
  6. fix test

    Davies Liu committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    2344bc0 View commit details
    Browse the repository at this point in the history
  7. Some code gen update.

    rxin committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    48c454f View commit details
    Browse the repository at this point in the history
  8. Merge pull request #5 from rxin/codegen

    Code gen code review.
    Davies Liu committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    b5d3617 View commit details
    Browse the repository at this point in the history
  9. address comments

    Davies Liu committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    02262c9 View commit details
    Browse the repository at this point in the history
  10. fix style

    Davies Liu committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    86fac2c View commit details
    Browse the repository at this point in the history
  11. consts fold

    Davies Liu committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    e03edaa View commit details
    Browse the repository at this point in the history
  12. address comments

    Davies Liu committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    bad6828 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2015

  1. improve coverage and tests

    Davies Liu committed Jun 6, 2015
    Configuration menu
    Copy the full SHA
    f42c732 View commit details
    Browse the repository at this point in the history
  2. address comments

    Davies Liu committed Jun 6, 2015
    Configuration menu
    Copy the full SHA
    9adaeaf View commit details
    Browse the repository at this point in the history