struct_view.hpp
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: Copyright (c) 2020-2024, NVIDIA CORPORATION.
3  * SPDX-License-Identifier: Apache-2.0
4  */
5 #pragma once
6 
12 namespace CUDF_EXPORT cudf {
13 
19 class struct_view {};
20 
21 } // namespace CUDF_EXPORT cudf
A non-owning, immutable view of device data that represents a struct with fields of arbitrary types (...
Definition: struct_view.hpp:19
cuDF interfaces
Definition: host_udf.hpp:26