We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
table_view.hpp
Reference comment: #14363 (comment)_
It is possibly worth an effort to sweep through the codebase to find other spots that may benefit from such refactoring as well.
The text was updated successfully, but these errors were encountered:
nullable()
has_nulls()
cudf::detail::gather
Move non-templated inline function definitions from table_view.hpp to…
8f7cbe6
… table_view.cpp (#14535) Moves some `inline` functions from the `table_view.hpp` to the `table_view.cpp` to help reduce dependency bloat. Also reference #14531: I'd like to minimize changes to the highly inclusive `table_view.hpp`. Closes #14431 Authors: - David Wendt (https://github.com/davidwendt) Approvers: - Vyas Ramasubramani (https://github.com/vyasr) - Karthikeyan (https://github.com/karthikeyann) - Mike Wilson (https://github.com/hyperbolic2346) URL: #14535
davidwendt
Successfully merging a pull request may close this issue.
Reference comment: #14363 (comment)_
It is possibly worth an effort to sweep through the codebase to find other spots that may benefit from such refactoring as well.
The text was updated successfully, but these errors were encountered: