char_cases.hpp
1 /*
2  * SPDX-FileCopyrightText: Copyright (c) 2020-2024, NVIDIA CORPORATION.
3  * SPDX-License-Identifier: Apache-2.0
4  */
5 #pragma once
6 
7 #include <cudf/utilities/export.hpp>
8 
9 namespace CUDF_EXPORT cudf {
10 namespace strings {
11 namespace detail {
21 void generate_special_mapping_hash_table();
22 
23 } // namespace detail
24 } // namespace strings
25 } // namespace CUDF_EXPORT cudf
cuDF interfaces
Definition: host_udf.hpp:26