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

Set null-count in linked_column_view conversion operator #13121

Merged
merged 6 commits into from
Apr 14, 2023

Conversation

davidwendt
Copy link
Contributor

@davidwendt davidwendt commented Apr 11, 2023

Description

Removes the UNKNOWN_NULL_COUNT usage in the linked_column_view::column_view() conversion operator. The null-count is copied from the parent instance. The linked_column_view class was reworked to move the C++ function definitions from the header file to a new .cpp file.

Contributes to: #11968

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@davidwendt davidwendt added 3 - Ready for Review Ready for review by team libcudf Affects libcudf (C++/CUDA) code. improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Apr 11, 2023
@davidwendt davidwendt self-assigned this Apr 11, 2023
@davidwendt davidwendt requested review from a team as code owners April 11, 2023 20:12
@github-actions github-actions bot added the CMake CMake build issue label Apr 11, 2023
@@ -0,0 +1,61 @@
/*
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This code moved from the .hpp file

this->size(),
this->head(),
this->null_mask(),
this->null_count(),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the only change I see aside from the move (and it looks correct). Please re-request review if there is any other substantive change that I missed.

@davidwendt
Copy link
Contributor Author

/merge

@rapids-bot rapids-bot bot merged commit e6cb2d0 into rapidsai:branch-23.06 Apr 14, 2023
@davidwendt davidwendt deleted the linked-col-null-count branch April 14, 2023 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review Ready for review by team CMake CMake build issue improvement Improvement / enhancement to an existing function libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants