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

Support create lists column from a list_scalar #8185

Merged
merged 20 commits into from
May 20, 2021

Commits on May 7, 2021

  1. Initial under the hood impl

    isVoid committed May 7, 2021
    Configuration menu
    Copy the full SHA
    fc8172a View commit details
    Browse the repository at this point in the history
  2. plumbing

    isVoid committed May 7, 2021
    Configuration menu
    Copy the full SHA
    ebaa0aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b608459 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

  1. Merge branch 'branch-0.20' of https://github.com/rapidsai/cudf into l…

    …ist_column_from_scalar
    isVoid committed May 10, 2021
    Configuration menu
    Copy the full SHA
    80ece91 View commit details
    Browse the repository at this point in the history
  2. Fix offset bug

    isVoid committed May 10, 2021
    Configuration menu
    Copy the full SHA
    8be39fb View commit details
    Browse the repository at this point in the history
  3. Tests initial

    isVoid committed May 10, 2021
    Configuration menu
    Copy the full SHA
    e5ba865 View commit details
    Browse the repository at this point in the history
  4. strings test

    isVoid committed May 10, 2021
    Configuration menu
    Copy the full SHA
    99603ad View commit details
    Browse the repository at this point in the history
  5. dictionary tests

    isVoid committed May 10, 2021
    Configuration menu
    Copy the full SHA
    1777fb7 View commit details
    Browse the repository at this point in the history
  6. lists of structs test

    isVoid committed May 10, 2021
    Configuration menu
    Copy the full SHA
    8e1f6bf View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. empty col hierarchy

    isVoid committed May 11, 2021
    Configuration menu
    Copy the full SHA
    365fb87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0db5d60 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Configuration menu
    Copy the full SHA
    c0c1643 View commit details
    Browse the repository at this point in the history
  2. Use offset_type

    isVoid committed May 12, 2021
    Configuration menu
    Copy the full SHA
    87f7ba2 View commit details
    Browse the repository at this point in the history
  3. Use type_to_id

    isVoid committed May 12, 2021
    Configuration menu
    Copy the full SHA
    6b80ba4 View commit details
    Browse the repository at this point in the history
  4. Fix null_mask_state

    isVoid committed May 12, 2021
    Configuration menu
    Copy the full SHA
    f2824a6 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. Use view when size > 1

    isVoid committed May 13, 2021
    Configuration menu
    Copy the full SHA
    e28a1dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2afef0 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. Merge branch 'branch-21.06' of https://github.com/rapidsai/cudf into …

    …list_column_from_scalar
    isVoid committed May 19, 2021
    Configuration menu
    Copy the full SHA
    71be428 View commit details
    Browse the repository at this point in the history
  2. Make empty columns

    isVoid committed May 19, 2021
    Configuration menu
    Copy the full SHA
    150e2c9 View commit details
    Browse the repository at this point in the history
  3. Update column_factories.cu

    isVoid authored May 19, 2021
    Configuration menu
    Copy the full SHA
    23cb574 View commit details
    Browse the repository at this point in the history