column_stream.hpp
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: Copyright (c) 2026, NVIDIA CORPORATION.
3  * SPDX-License-Identifier: Apache-2.0
4  */
5 #pragma once
6 
7 #include <cudf/column/column.hpp>
8 
10 
11 #include <memory>
12 
13 namespace CUDF_EXPORT cudf {
40 [[nodiscard]] std::unique_ptr<column> rebind_stream(column&& col, rmm::cuda_stream_view stream);
41  // end of group
43 } // namespace CUDF_EXPORT cudf
A container of nullable device data as a column of elements.
Definition: column.hpp:36
Class definition for cudf::column.
std::unique_ptr< column > rebind_stream(column &&col, rmm::cuda_stream_view stream)
Rebinds column's device buffers to use stream for deallocation.
cuDF interfaces
Definition: host_udf.hpp:26