list_view.hpp
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: Copyright (c) 2020-2025, NVIDIA CORPORATION.
3  * SPDX-License-Identifier: Apache-2.0
4  */
5 #pragma once
6 
7 #include <cudf/utilities/export.hpp>
8 
14 namespace CUDF_EXPORT cudf {
15 
20 class list_view {};
21 
22 } // namespace CUDF_EXPORT cudf
A non-owning, immutable view of device data that represents a list of elements of arbitrary type (inc...
Definition: list_view.hpp:20
cuDF interfaces
Definition: host_udf.hpp:26