Home
libcudf
cucim
cudf-java
cudf
cugraph
cuml
cuproj
cuspatial
cuvs
cuxfilter
dask-cuda
dask-cudf
kvikio
libcudf
libcuml
libcuproj
libcuspatial
libkvikio
librapidsmpf
librmm
libucxx
nvforest
raft
rapids-cmake
rapidsmpf
rmm
ucxx
nightly (26.06)
nightly (26.06)
stable (26.04)
legacy (26.02)
include
cudf
column
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
9
#include <
rmm/cuda_stream_view.hpp
>
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
cudf::column
A container of nullable device data as a column of elements.
Definition:
column.hpp:36
rmm::cuda_stream_view
column.hpp
Class definition for cudf::column.
cuda_stream_view.hpp
cudf::rebind_stream
std::unique_ptr< column > rebind_stream(column &&col, rmm::cuda_stream_view stream)
Rebinds column's device buffers to use stream for deallocation.
cudf
cuDF interfaces
Definition:
host_udf.hpp:26
Generated by
1.9.1