forked from rapidsai/cudf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add an event handler for ColumnVector.close (rapidsai#13279)
This adds an event handler for `ColumnVector` to be invoked when `.close()` is invoked. I also made `getRefCount` public since it is useful for debugging and I couldn't think of a good reason to keep this hidden. This event handler is used to keep track of what columns are spillable at a time and is part of NVIDIA/spark-rapids#7672. Authors: - Alessandro Bellina (https://github.com/abellina) Approvers: - Gera Shegalov (https://github.com/gerashegalov) - Jason Lowe (https://github.com/jlowe) - Jim Brennan (https://github.com/jbrennan333) URL: rapidsai#13279
- Loading branch information
Showing
2 changed files
with
70 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters