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

Add support for scatter() on lists-of-struct columns #6817

Merged
merged 10 commits into from
Nov 26, 2020

Commits on Nov 21, 2020

  1. Configuration menu
    Copy the full SHA
    2072a40 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

  1. Configuration menu
    Copy the full SHA
    677dea1 View commit details
    Browse the repository at this point in the history
  2. Add support for scatter() on lists-of-struct columns

    1. Review: Switch loop to std::transform()
    2. Review: Remove superfluous comments
    3. Review: Correct the use of cuda_stream_view
    mythrocks committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    d0a8e3b View commit details
    Browse the repository at this point in the history
  3. Add support for scatter() on lists-of-struct columns

    1. Const all that can be const
    mythrocks committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    6619618 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. Configuration menu
    Copy the full SHA
    49738b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82b00ca View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

  1. Configuration menu
    Copy the full SHA
    0fedac3 View commit details
    Browse the repository at this point in the history
  2. Add support for scatter() on lists-of-struct columns

    Better formatting for tests.
    mythrocks committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    e77108b View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2020

  1. Add support for scatter() on lists-of-struct columns

    Limit disabling clang-format to the literals' definition.
    mythrocks committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    3961724 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc73681 View commit details
    Browse the repository at this point in the history