column_child_offsets.hpp
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: Copyright (c) 2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
3  * SPDX-License-Identifier: Apache-2.0
4  */
5 #pragma once
6 
12 #include <cudf/types.hpp>
13 #include <cudf/utilities/export.hpp>
14 
15 namespace CUDF_EXPORT cudf {
16 
17 static constexpr size_type offsets_column_index = 0;
18 
19 static constexpr size_type dictionary_indices_column_index =
20  0;
21 
22 static constexpr size_type dictionary_keys_column_index =
23  1;
24 
25 } // namespace CUDF_EXPORT cudf
int32_t size_type
Row index type for columns and tables.
Definition: types.hpp:84
cuDF interfaces
Definition: host_udf.hpp:26
Type declarations for libcudf.