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

Use cudf::lists::distinct in Java binding #11233

Merged
merged 42 commits into from
Jul 19, 2022

Commits on Jun 24, 2022

  1. Configuration menu
    Copy the full SHA
    1d7e8e0 View commit details
    Browse the repository at this point in the history
  2. Fix compile error

    ttnghia committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    51b80db View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Rename function

    ttnghia committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    08a76ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16101f7 View commit details
    Browse the repository at this point in the history
  3. Rewrite doxygen

    ttnghia committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    5ec13d6 View commit details
    Browse the repository at this point in the history
  4. Rename variable

    ttnghia committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    6c5b738 View commit details
    Browse the repository at this point in the history
  5. Rewrite comment

    ttnghia committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    5b70eee View commit details
    Browse the repository at this point in the history
  6. Rename files

    ttnghia committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    238248d View commit details
    Browse the repository at this point in the history
  7. Implement float tests

    ttnghia committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    ba6bf6b View commit details
    Browse the repository at this point in the history
  8. Implement string tests

    ttnghia committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    3845c95 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Configuration menu
    Copy the full SHA
    507c82d View commit details
    Browse the repository at this point in the history
  2. Complete the remaining tests

    ttnghia committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    2cb8347 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7efdea0 View commit details
    Browse the repository at this point in the history
  4. Rewrite doxygen

    ttnghia committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    4388637 View commit details
    Browse the repository at this point in the history
  5. Misc

    ttnghia committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    4dd5e74 View commit details
    Browse the repository at this point in the history
  6. Misc

    ttnghia committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    3b0760c View commit details
    Browse the repository at this point in the history
  7. Rewrite test

    ttnghia committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    9730b70 View commit details
    Browse the repository at this point in the history
  8. Fix doxygen

    ttnghia committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    9bd9b6f View commit details
    Browse the repository at this point in the history
  9. Fix header

    ttnghia committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    790a482 View commit details
    Browse the repository at this point in the history
  10. Rewrite doxygen

    ttnghia committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    1c58baa View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d493c4f View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. Fix iterator type

    ttnghia committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    d090d2a View commit details
    Browse the repository at this point in the history
  2. Rewrite doxygen

    ttnghia committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    ee51822 View commit details
    Browse the repository at this point in the history
  3. Add empty lines

    ttnghia committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    ccdd6f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    034ee2a View commit details
    Browse the repository at this point in the history
  5. Update default stream

    ttnghia committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    b1231a2 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

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

Commits on Jul 8, 2022

  1. Configuration menu
    Copy the full SHA
    86c9ba8 View commit details
    Browse the repository at this point in the history
  2. Handle empty input

    ttnghia committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    99d70b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    555eacc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6270714 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6573d5a View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Configuration menu
    Copy the full SHA
    1a9207f View commit details
    Browse the repository at this point in the history
  2. Rewrite lists_distinct_by_key

    ttnghia committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    010e455 View commit details
    Browse the repository at this point in the history
  3. Write doxygen

    ttnghia committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    9423f88 View commit details
    Browse the repository at this point in the history
  4. Fix bug

    ttnghia committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    c95af16 View commit details
    Browse the repository at this point in the history
  5. Handle empty input

    ttnghia committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    0a173a0 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. Misc

    ttnghia committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    0abf02c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af44430 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Rewrite doxygen

    ttnghia committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    c4f010a View commit details
    Browse the repository at this point in the history
  2. Add sliced input tests

    ttnghia committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    96eb628 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3dc961 View commit details
    Browse the repository at this point in the history