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

Fully support nested types in cudf::contains #10656

Merged
merged 394 commits into from
Aug 17, 2022
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Apr 10, 2022

  1. Configuration menu
    Copy the full SHA
    7863017 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bb7572 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Configuration menu
    Copy the full SHA
    3fb6865 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3cc1159 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. Add nulls in benchmark

    devavret committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    e76a2f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f46db9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbe757a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    92c77a5 View commit details
    Browse the repository at this point in the history
  5. Move nested traversal into an adapter class

    and keep vanilla element comparator public
    devavret committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    655bedd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8078e3c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aa5385b View commit details
    Browse the repository at this point in the history
  8. Add empty nesting tests

    devavret committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    9c1b0d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. Configuration menu
    Copy the full SHA
    e314601 View commit details
    Browse the repository at this point in the history
  2. style check copyright

    devavret committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    b5ca2e7 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. Add a test

    ttnghia committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    0634092 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cb22f0 View commit details
    Browse the repository at this point in the history
  3. Rename variable

    ttnghia committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    52ef585 View commit details
    Browse the repository at this point in the history
  4. Rename variable

    ttnghia committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    1534bc0 View commit details
    Browse the repository at this point in the history
  5. Review comments by @bdice

    devavret committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    2c40182 View commit details
    Browse the repository at this point in the history
  6. Add a test

    ttnghia committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    cecf5ec View commit details
    Browse the repository at this point in the history
  7. Fix test

    ttnghia committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    d9d1818 View commit details
    Browse the repository at this point in the history
  8. Doc updates

    devavret committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    48938c5 View commit details
    Browse the repository at this point in the history
  9. Review changes

    devavret committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    bede9db View commit details
    Browse the repository at this point in the history
  10. Fix empty struct bug

    devavret committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    405975c View commit details
    Browse the repository at this point in the history
  11. more review changes

    devavret committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    a7f6963 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4388ab4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0150c47 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    94bb3c1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1cd15ff View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

  1. Fix slicing problem

    ttnghia committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    8e3689f View commit details
    Browse the repository at this point in the history
  2. review changes

    devavret committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    65a5cde View commit details
    Browse the repository at this point in the history
  3. has_nulls -> check_nulls

    devavret committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    51789d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    023ec1f View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2022

  1. Configuration menu
    Copy the full SHA
    1b0238f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a97709 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. Configuration menu
    Copy the full SHA
    8bdcd9e View commit details
    Browse the repository at this point in the history
  2. Fix broken pytest

    devavret committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    70086b6 View commit details
    Browse the repository at this point in the history
  3. Fix index

    ttnghia committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    a8a2788 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Revert "Fix index"

    This reverts commit a8a2788.
    ttnghia committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    c532d7f View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. Shorten function

    ttnghia committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    5faa24f View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Rewrite search_bound

    ttnghia committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    bc15949 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53bb891 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    652e90d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0205e4e View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Add const, and comments

    ttnghia committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    4c99c81 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Merge remote-tracking branch 'devavret/list-row-hash' into support_st…

    …ructs_in_contains
    
    # Conflicts:
    #	cpp/include/cudf/table/experimental/row_operators.cuh
    ttnghia committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    8a3adfa View commit details
    Browse the repository at this point in the history
  2. Add template keyword

    ttnghia committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    7b3de03 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Use cuco::static_map

    ttnghia committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    b256026 View commit details
    Browse the repository at this point in the history
  2. Rename template parameter

    ttnghia committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    6c9e0e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    329ea9b View commit details
    Browse the repository at this point in the history
  4. Misc

    ttnghia committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    4904a65 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. Add strong index type.

    bdice committed May 3, 2022
    Configuration menu
    Copy the full SHA
    50b8891 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9ed4d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d67f17e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    464ed2b View commit details
    Browse the repository at this point in the history
  5. Add friends. :)

    bdice committed May 3, 2022
    Configuration menu
    Copy the full SHA
    b26b318 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1fd199d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    18bd9f0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b5b8b39 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. Merge branch 'branch-22.06' into support_structs_in_contains

    # Conflicts:
    #	cpp/include/cudf/table/experimental/row_operators.cuh
    #	cpp/src/hash/hashing.cu
    #	cpp/src/hash/murmur_hash.cu
    #	cpp/src/table/row_operators.cu
    #	cpp/tests/hashing/hash_test.cpp
    #	cpp/tests/stream_compaction/distinct_tests.cpp
    ttnghia committed May 4, 2022
    Configuration menu
    Copy the full SHA
    96a72fa View commit details
    Browse the repository at this point in the history
  2. Add template list tests

    ttnghia committed May 4, 2022
    Configuration menu
    Copy the full SHA
    6877ad7 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. Merge branch 'branch-22.06' into support_structs_in_contains

    # Conflicts:
    #	cpp/src/search/search.cu
    ttnghia committed May 11, 2022
    Configuration menu
    Copy the full SHA
    075d9d6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'strong-index-type' into support_structs_in_contains

    # Conflicts:
    #	cpp/include/cudf/table/experimental/row_operators.cuh
    #	cpp/src/search/search.cu
    ttnghia committed May 11, 2022
    Configuration menu
    Copy the full SHA
    388c516 View commit details
    Browse the repository at this point in the history
  3. Hack to get thing working

    ttnghia committed May 11, 2022
    Configuration menu
    Copy the full SHA
    f3dd8e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4060b4f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    73c4b27 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Merge branch 'branch-22.06' into support_structs_in_contains

    # Conflicts:
    #	cpp/include/cudf/table/experimental/row_operators.cuh
    #	cpp/src/search/contains.cu
    ttnghia committed May 13, 2022
    Configuration menu
    Copy the full SHA
    02774fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f746182 View commit details
    Browse the repository at this point in the history
  3. Fix error

    ttnghia committed May 13, 2022
    Configuration menu
    Copy the full SHA
    ef40471 View commit details
    Browse the repository at this point in the history
  4. Change headers order

    ttnghia committed May 13, 2022
    Configuration menu
    Copy the full SHA
    3a8f5ca View commit details
    Browse the repository at this point in the history
  5. Merge branch 'strong-index-type' into support_structs_in_contains

    # Conflicts:
    #	cpp/include/cudf/table/experimental/row_operators.cuh
    #	cpp/src/search/search.cu
    ttnghia committed May 13, 2022
    Configuration menu
    Copy the full SHA
    f1c7079 View commit details
    Browse the repository at this point in the history
  6. Fix row comparator

    ttnghia committed May 13, 2022
    Configuration menu
    Copy the full SHA
    ce81da4 View commit details
    Browse the repository at this point in the history
  7. Adopt new row comparator

    ttnghia committed May 13, 2022
    Configuration menu
    Copy the full SHA
    b339138 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9cdbe27 View commit details
    Browse the repository at this point in the history
  9. Improve comment.

    bdice committed May 13, 2022
    Configuration menu
    Copy the full SHA
    c8a38fe View commit details
    Browse the repository at this point in the history
  10. Fix docstrings.

    bdice committed May 13, 2022
    Configuration menu
    Copy the full SHA
    8b5ef34 View commit details
    Browse the repository at this point in the history
  11. Fix tests

    ttnghia committed May 13, 2022
    Configuration menu
    Copy the full SHA
    4c63f4c View commit details
    Browse the repository at this point in the history
  12. Fix comparator

    ttnghia committed May 13, 2022
    Configuration menu
    Copy the full SHA
    1845e5e View commit details
    Browse the repository at this point in the history
  13. Cleanup search_ordered.cu

    ttnghia committed May 13, 2022
    Configuration menu
    Copy the full SHA
    205c0f2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f475cf0 View commit details
    Browse the repository at this point in the history
  15. Remove contains.cu for struct

    ttnghia committed May 13, 2022
    Configuration menu
    Copy the full SHA
    48de04d View commit details
    Browse the repository at this point in the history
  16. Move file

    ttnghia committed May 13, 2022
    Configuration menu
    Copy the full SHA
    0d8a208 View commit details
    Browse the repository at this point in the history
  17. Enable weak ordering machinery (weak_ordering_comparator_impl) to wra…

    …p both weakly and strongly typed row comparators.
    bdice committed May 13, 2022
    Configuration menu
    Copy the full SHA
    77f85b4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    529e944 View commit details
    Browse the repository at this point in the history
  19. Use references.

    Co-authored-by: Nghia Truong <ttnghia@users.noreply.github.com>
    bdice and ttnghia authored May 13, 2022
    Configuration menu
    Copy the full SHA
    fb0e192 View commit details
    Browse the repository at this point in the history
  20. Remove file

    ttnghia committed May 13, 2022
    Configuration menu
    Copy the full SHA
    d157199 View commit details
    Browse the repository at this point in the history
  21. Use Ts const...

    Co-authored-by: Jake Hemstad <jhemstad@nvidia.com>
    bdice and jrhemstad authored May 13, 2022
    Configuration menu
    Copy the full SHA
    56d99ba View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    c5998b7 View commit details
    Browse the repository at this point in the history
  23. Use constexpr.

    bdice committed May 13, 2022
    Configuration menu
    Copy the full SHA
    b78d978 View commit details
    Browse the repository at this point in the history
  24. Rewrite code

    ttnghia committed May 13, 2022
    Configuration menu
    Copy the full SHA
    427ce6e View commit details
    Browse the repository at this point in the history
  25. Add const

    ttnghia committed May 13, 2022
    Configuration menu
    Copy the full SHA
    f0f1efc View commit details
    Browse the repository at this point in the history
  26. Fix compile error

    ttnghia committed May 13, 2022
    Configuration menu
    Copy the full SHA
    81a4572 View commit details
    Browse the repository at this point in the history
  27. Add type check

    ttnghia committed May 13, 2022
    Configuration menu
    Copy the full SHA
    8b1f4e6 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2022

  1. Use custom iterator class.

    bdice committed May 14, 2022
    Configuration menu
    Copy the full SHA
    3aea8d4 View commit details
    Browse the repository at this point in the history
  2. Use __device__ only.

    bdice committed May 14, 2022
    Configuration menu
    Copy the full SHA
    bbaf360 View commit details
    Browse the repository at this point in the history
  3. Add comment.

    bdice committed May 14, 2022
    Configuration menu
    Copy the full SHA
    4a1d7aa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09c5661 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    290323f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4c69edd View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Configuration menu
    Copy the full SHA
    ea8c223 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    857f570 View commit details
    Browse the repository at this point in the history
  3. Adopt new strong typed index

    ttnghia committed May 16, 2022
    Configuration menu
    Copy the full SHA
    d9f63f0 View commit details
    Browse the repository at this point in the history
  4. Remove header

    ttnghia committed May 16, 2022
    Configuration menu
    Copy the full SHA
    12f7a8b View commit details
    Browse the repository at this point in the history
  5. Indicate reversed signature.

    bdice committed May 16, 2022
    Configuration menu
    Copy the full SHA
    fbd5b90 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3db6484 View commit details
    Browse the repository at this point in the history
  7. Improve docstrings.

    bdice committed May 16, 2022
    Configuration menu
    Copy the full SHA
    3e81b53 View commit details
    Browse the repository at this point in the history
  8. Use thrust::iterator_facade.

    bdice committed May 16, 2022
    Configuration menu
    Copy the full SHA
    1834095 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9cb656b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c766bf3 View commit details
    Browse the repository at this point in the history
  11. Add type check

    ttnghia committed May 16, 2022
    Configuration menu
    Copy the full SHA
    a311bcc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b935835 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Add comment

    ttnghia committed May 17, 2022
    Configuration menu
    Copy the full SHA
    73b8caf View commit details
    Browse the repository at this point in the history
  2. Use const for struct members.

    bdice committed May 17, 2022
    Configuration menu
    Copy the full SHA
    ff26024 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f779bff View commit details
    Browse the repository at this point in the history
  4. Simplify construction.

    bdice committed May 17, 2022
    Configuration menu
    Copy the full SHA
    157abbc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a2ac19d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    75249e8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f50faf5 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. Unconstrain template typenames.

    bdice committed May 18, 2022
    Configuration menu
    Copy the full SHA
    bed1162 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6930952 View commit details
    Browse the repository at this point in the history
  3. Remove type check

    ttnghia committed May 18, 2022
    Configuration menu
    Copy the full SHA
    2781af1 View commit details
    Browse the repository at this point in the history
  4. Update adapter comparator

    ttnghia committed May 18, 2022
    Configuration menu
    Copy the full SHA
    8b239d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    17bd96c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ae77f68 View commit details
    Browse the repository at this point in the history
  7. Remove deprecated code

    ttnghia committed May 18, 2022
    Configuration menu
    Copy the full SHA
    d6b5eb9 View commit details
    Browse the repository at this point in the history
  8. Fix comments

    ttnghia committed May 18, 2022
    Configuration menu
    Copy the full SHA
    5f39a28 View commit details
    Browse the repository at this point in the history
  9. Fix header check

    ttnghia committed May 18, 2022
    Configuration menu
    Copy the full SHA
    bf3555c View commit details
    Browse the repository at this point in the history
  10. Fix format

    ttnghia committed May 18, 2022
    Configuration menu
    Copy the full SHA
    df98698 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b67d070 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4429cc4 View commit details
    Browse the repository at this point in the history
  13. Address review comments

    ttnghia committed May 18, 2022
    Configuration menu
    Copy the full SHA
    893db8a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7e69d3b View commit details
    Browse the repository at this point in the history
  15. Fix renaming issue

    ttnghia committed May 18, 2022
    Configuration menu
    Copy the full SHA
    c51b053 View commit details
    Browse the repository at this point in the history
  16. Switch operands

    ttnghia committed May 18, 2022
    Configuration menu
    Copy the full SHA
    934ee73 View commit details
    Browse the repository at this point in the history
  17. Update cpp/src/structs/search/contains.cu

    Co-authored-by: Bradley Dice <bdice@bradleydice.com>
    ttnghia and bdice authored May 18, 2022
    Configuration menu
    Copy the full SHA
    cf996f0 View commit details
    Browse the repository at this point in the history
  18. Merge branch 'strong_typed_index' into support_structs_in_contains

    # Conflicts:
    #	cpp/include/cudf/table/experimental/row_operators.cuh
    #	cpp/src/search/contains.cu
    #	cpp/src/search/search_ordered.cu
    #	cpp/src/structs/search/contains.cu
    ttnghia committed May 18, 2022
    Configuration menu
    Copy the full SHA
    1dd30eb View commit details
    Browse the repository at this point in the history
  19. Fix compile issue

    ttnghia committed May 18, 2022
    Configuration menu
    Copy the full SHA
    73fbc47 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    fdcbd43 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. Configuration menu
    Copy the full SHA
    261e98c View commit details
    Browse the repository at this point in the history
  2. Rename .cuh into .hpp

    ttnghia committed May 19, 2022
    Configuration menu
    Copy the full SHA
    91447cf View commit details
    Browse the repository at this point in the history
  3. WIP

    ttnghia committed May 19, 2022
    Configuration menu
    Copy the full SHA
    16ea31d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f0f2c4a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    662933d View commit details
    Browse the repository at this point in the history
  6. Rewrite contains_nested.cu

    ttnghia committed May 19, 2022
    Configuration menu
    Copy the full SHA
    658cefb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    29613bc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a596d40 View commit details
    Browse the repository at this point in the history
  9. Add comment

    ttnghia committed May 19, 2022
    Configuration menu
    Copy the full SHA
    e765cc8 View commit details
    Browse the repository at this point in the history
  10. Move file

    ttnghia committed May 19, 2022
    Configuration menu
    Copy the full SHA
    ca25394 View commit details
    Browse the repository at this point in the history
  11. Fix comment

    ttnghia committed May 19, 2022
    Configuration menu
    Copy the full SHA
    1b6c3e7 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. Configuration menu
    Copy the full SHA
    85e426a View commit details
    Browse the repository at this point in the history
  2. Add declarations into header

    ttnghia committed May 20, 2022
    Configuration menu
    Copy the full SHA
    5a1d7b3 View commit details
    Browse the repository at this point in the history
  3. Remove extern declaration

    ttnghia committed May 20, 2022
    Configuration menu
    Copy the full SHA
    7fd9b8f View commit details
    Browse the repository at this point in the history
  4. Add doxygen

    ttnghia committed May 20, 2022
    Configuration menu
    Copy the full SHA
    0246b5a View commit details
    Browse the repository at this point in the history
  5. Rewrite comments

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed May 20, 2022
    Configuration menu
    Copy the full SHA
    5a3fefe View commit details
    Browse the repository at this point in the history
  6. Update doxygen

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed May 20, 2022
    Configuration menu
    Copy the full SHA
    2c1d8ad View commit details
    Browse the repository at this point in the history
  7. Cleanup

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed May 20, 2022
    Configuration menu
    Copy the full SHA
    1ba60a2 View commit details
    Browse the repository at this point in the history
  8. Simplify code

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed May 20, 2022
    Configuration menu
    Copy the full SHA
    d72da6e View commit details
    Browse the repository at this point in the history
  9. Add empty test

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed May 20, 2022
    Configuration menu
    Copy the full SHA
    5079cce View commit details
    Browse the repository at this point in the history
  10. Add TrivialInputTest

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed May 20, 2022
    Configuration menu
    Copy the full SHA
    427a36d View commit details
    Browse the repository at this point in the history
  11. Implement row_hasher_adapter

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed May 20, 2022
    Configuration menu
    Copy the full SHA
    e1edeb4 View commit details
    Browse the repository at this point in the history
  12. Fix test

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed May 20, 2022
    Configuration menu
    Copy the full SHA
    9811c4d View commit details
    Browse the repository at this point in the history
  13. Rewrite comments

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed May 20, 2022
    Configuration menu
    Copy the full SHA
    df13c3c View commit details
    Browse the repository at this point in the history
  14. Rewrite comments

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed May 20, 2022
    Configuration menu
    Copy the full SHA
    bbbf223 View commit details
    Browse the repository at this point in the history
  15. Add SlicedInputNoNulls test

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed May 20, 2022
    Configuration menu
    Copy the full SHA
    3e94ab6 View commit details
    Browse the repository at this point in the history
  16. Add SlicedInputHavingNulls test

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed May 20, 2022
    Configuration menu
    Copy the full SHA
    5816703 View commit details
    Browse the repository at this point in the history
  17. Add StructOfLists test

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed May 20, 2022
    Configuration menu
    Copy the full SHA
    d0e2cbf View commit details
    Browse the repository at this point in the history
  18. Cleanup

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed May 20, 2022
    Configuration menu
    Copy the full SHA
    705087b View commit details
    Browse the repository at this point in the history
  19. Rename variables

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed May 20, 2022
    Configuration menu
    Copy the full SHA
    008520a View commit details
    Browse the repository at this point in the history
  20. Add TrivialInputTest

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed May 20, 2022
    Configuration menu
    Copy the full SHA
    bae8587 View commit details
    Browse the repository at this point in the history
  21. Add EmptyInputTest

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed May 20, 2022
    Configuration menu
    Copy the full SHA
    e8c72e6 View commit details
    Browse the repository at this point in the history
  22. Rename variable

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed May 20, 2022
    Configuration menu
    Copy the full SHA
    eff240b View commit details
    Browse the repository at this point in the history
  23. Add more test

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed May 20, 2022
    Configuration menu
    Copy the full SHA
    8f3b640 View commit details
    Browse the repository at this point in the history
  24. Rename tests and change macros

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed May 20, 2022
    Configuration menu
    Copy the full SHA
    bde4f2e View commit details
    Browse the repository at this point in the history
  25. Remove variable

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed May 20, 2022
    Configuration menu
    Copy the full SHA
    34afa0f View commit details
    Browse the repository at this point in the history
  26. Add more list tests

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed May 20, 2022
    Configuration menu
    Copy the full SHA
    c9b3e56 View commit details
    Browse the repository at this point in the history
  27. Modify test

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed May 20, 2022
    Configuration menu
    Copy the full SHA
    07cf7e3 View commit details
    Browse the repository at this point in the history
  28. Add verbosity

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed May 20, 2022
    Configuration menu
    Copy the full SHA
    fb87126 View commit details
    Browse the repository at this point in the history
  29. Add TrivialInput test

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed May 20, 2022
    Configuration menu
    Copy the full SHA
    40754e0 View commit details
    Browse the repository at this point in the history
  30. Add SlicedInputHavingNulls test

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed May 20, 2022
    Configuration menu
    Copy the full SHA
    cdbaee3 View commit details
    Browse the repository at this point in the history
  31. Add ListsOfStructs test

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed May 20, 2022
    Configuration menu
    Copy the full SHA
    c153d38 View commit details
    Browse the repository at this point in the history
  32. Fix cmake format

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed May 20, 2022
    Configuration menu
    Copy the full SHA
    f38b1ff View commit details
    Browse the repository at this point in the history
  33. Update copyright year

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed May 20, 2022
    Configuration menu
    Copy the full SHA
    2554afc View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. Materialize column from scalar

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed May 23, 2022
    Configuration menu
    Copy the full SHA
    679524d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3678871 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

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

Commits on May 31, 2022

  1. Merge branch 'branch-22.08' into support_structs_in_contains

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    
    # Conflicts:
    #	cpp/include/cudf/detail/search.hpp
    #	cpp/src/search/contains.cu
    #	cpp/src/search/contains_nested.cu
    ttnghia committed May 31, 2022
    Configuration menu
    Copy the full SHA
    a6e88cb View commit details
    Browse the repository at this point in the history
  2. Minor corrections

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed May 31, 2022
    Configuration menu
    Copy the full SHA
    8ff9c31 View commit details
    Browse the repository at this point in the history
  3. Fix doxygen warnings in cudf/*.hpp (rapidsai#10896)

    Fixes parts of rapidsai#9373
    added missing documentation to fix doxygen warnings in multiple files cpp/include/cudf/*.hpp
    fixes 40 warnings
    
    Authors:
      - Karthikeyan (https://github.com/karthikeyann)
    
    Approvers:
      - David Wendt (https://github.com/davidwendt)
      - Bradley Dice (https://github.com/bdice)
    
    URL: rapidsai#10896
    karthikeyann authored and ttnghia committed May 31, 2022
    Configuration menu
    Copy the full SHA
    dfb6649 View commit details
    Browse the repository at this point in the history
  4. Move new data structure into row_operators.cuh

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed May 31, 2022
    Configuration menu
    Copy the full SHA
    1d21874 View commit details
    Browse the repository at this point in the history
  5. Rewrite comments

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed May 31, 2022
    Configuration menu
    Copy the full SHA
    7247cd3 View commit details
    Browse the repository at this point in the history
  6. Use CUDF_ENABLE_IF macro

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed May 31, 2022
    Configuration menu
    Copy the full SHA
    0351a1b View commit details
    Browse the repository at this point in the history
  7. Add comments

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed May 31, 2022
    Configuration menu
    Copy the full SHA
    ff96d3d View commit details
    Browse the repository at this point in the history
  8. Explicity add type

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed May 31, 2022
    Configuration menu
    Copy the full SHA
    f170d53 View commit details
    Browse the repository at this point in the history
  9. Change verbosity value

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed May 31, 2022
    Configuration menu
    Copy the full SHA
    1fec114 View commit details
    Browse the repository at this point in the history
  10. Add comment

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed May 31, 2022
    Configuration menu
    Copy the full SHA
    17e47f6 View commit details
    Browse the repository at this point in the history
  11. Update tests

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed May 31, 2022
    Configuration menu
    Copy the full SHA
    1f38650 View commit details
    Browse the repository at this point in the history
  12. Revert "Use CUDF_ENABLE_IF macro"

    This reverts commit 0351a1b.
    ttnghia committed May 31, 2022
    Configuration menu
    Copy the full SHA
    e5b2cae View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bf5e47e View commit details
    Browse the repository at this point in the history
  14. Use CUDF_ENABLE_IF

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed May 31, 2022
    Configuration menu
    Copy the full SHA
    385fa1d View commit details
    Browse the repository at this point in the history
  15. Remove needles_it variable

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed May 31, 2022
    Configuration menu
    Copy the full SHA
    0bd161e View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Rewrite doxygen

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    fc4b1e7 View commit details
    Browse the repository at this point in the history
  2. Fix typos

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    f05d170 View commit details
    Browse the repository at this point in the history
  3. Rename function and structs

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    4eb552c View commit details
    Browse the repository at this point in the history
  4. Use dynamic nullate

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    047cfd7 View commit details
    Browse the repository at this point in the history
  5. Rewrite comments

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    d8e31b1 View commit details
    Browse the repository at this point in the history
  6. Rewrite doxygen

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    bd99a5d View commit details
    Browse the repository at this point in the history
  7. Rename variable

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    e7a7ebc View commit details
    Browse the repository at this point in the history
  8. Rename variable

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    36c9d89 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. Add a benchmark

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    1c92a02 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    074d382 View commit details
    Browse the repository at this point in the history
  3. Revert "Add a benchmark"

    This reverts commit 1c92a02.
    ttnghia committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    221a9ce View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2022

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

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    875ee41 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

  1. Configuration menu
    Copy the full SHA
    c18aeac View commit details
    Browse the repository at this point in the history
  2. Employ heterogeneous map lookup

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    0d66a8c View commit details
    Browse the repository at this point in the history
  3. Use customize cuCollection

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    00017fd View commit details
    Browse the repository at this point in the history
  4. Use static_multimap

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    3a67f5e View commit details
    Browse the repository at this point in the history
  5. Update cuco

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    2f92850 View commit details
    Browse the repository at this point in the history
  6. Remove redundant code

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    a50cd03 View commit details
    Browse the repository at this point in the history
  7. Add comments

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    cd1b5ca View commit details
    Browse the repository at this point in the history
  8. Cleanup

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    5b502dc View commit details
    Browse the repository at this point in the history
  9. Remove unused header

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    a2da86b View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Run benchmark for static_map vs static_multimap

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    0c33171 View commit details
    Browse the repository at this point in the history
  2. Use CG in map

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    baa3ee7 View commit details
    Browse the repository at this point in the history
  3. Revert "Use static_multimap"

    This reverts commit 3a67f5e.
    
    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    
    # Conflicts:
    #	cpp/src/search/contains_nested.cu
    ttnghia committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    94da829 View commit details
    Browse the repository at this point in the history
  4. Change benchmark

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    789c6e5 View commit details
    Browse the repository at this point in the history
  5. Change benchmarks for 2 int columns

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    51db095 View commit details
    Browse the repository at this point in the history
  6. Update bench

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    7e51b86 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Merge branch 'branch-22.10' into support_structs_in_contains

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    
    # Conflicts:
    #	cpp/cmake/thirdparty/get_cucollections.cmake
    #	cpp/src/search/contains_nested.cu
    ttnghia committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    ff69f00 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Configuration menu
    Copy the full SHA
    2d89874 View commit details
    Browse the repository at this point in the history
  2. Reverse row_operators.cuh

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    9ef1ecc View commit details
    Browse the repository at this point in the history
  3. Reverse stream_compaction_common.cuh

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    f8bce36 View commit details
    Browse the repository at this point in the history
  4. Fix compile issue

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    5f9e58e View commit details
    Browse the repository at this point in the history
  5. Fix null mask

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    3a56e2b View commit details
    Browse the repository at this point in the history
  6. Reverse search.cpp

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    4ce8673 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Add comment

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    e597835 View commit details
    Browse the repository at this point in the history
  2. Rewrite comments

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    4870b67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    852b7ff View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. Configuration menu
    Copy the full SHA
    cf16b07 View commit details
    Browse the repository at this point in the history
  2. Simplify column construction

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    78f2624 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

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

Commits on Aug 17, 2022

  1. Update cpp/src/search/contains_column.cu

    Co-authored-by: Bradley Dice <bdice@bradleydice.com>
    ttnghia and bdice authored Aug 17, 2022
    Configuration menu
    Copy the full SHA
    d53875e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34221ed View commit details
    Browse the repository at this point in the history
  3. Remove line separators

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    a962312 View commit details
    Browse the repository at this point in the history
  4. Unify functions

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    adfe6c6 View commit details
    Browse the repository at this point in the history
  5. Remove function declarations

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    1f1e009 View commit details
    Browse the repository at this point in the history
  6. Rewrite comments

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    c4a7fde View commit details
    Browse the repository at this point in the history
  7. Extract contains_scalar.cu

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    c12a758 View commit details
    Browse the repository at this point in the history
  8. Change Type to Element to be consistent with other places

    Signed-off-by: Nghia Truong <nghiatruong.vn@gmail.com>
    ttnghia committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    659d770 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    28f115f View commit details
    Browse the repository at this point in the history