Skip to content

Commit

Permalink
Update cpp/include/cudf/table/table_view.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: David Wendt <[email protected]>
  • Loading branch information
karthikeyann and davidwendt authored Jun 1, 2022
1 parent ffbb181 commit 7e2fe00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/include/cudf/table/table_view.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ inline bool nullable(table_view const& view)
* @brief Returns True if the table has nulls in any of its columns.
*
* This checks for nulls in the columns and but not in any of the columns' children.
*
* @param view The table to check for nulls
* @return True if the table has nulls in any of its columns, false otherwise
*/
Expand Down

0 comments on commit 7e2fe00

Please sign in to comment.