Namespaces | |
| detail | |
| Shuffler private interfaces. | |
Classes | |
| class | Shuffler |
| Shuffle service for cuDF tables. More... | |
Typedefs | |
| using | PartID = std::uint32_t |
| Partition ID, which goes from 0 to the total number of partitions. More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &os, detail::FinishCounter const &obj) |
| Overloads the stream insertion operator for the FinishCounter class. More... | |
| std::ostream & | operator<< (std::ostream &os, Shuffler const &obj) |
| Overloads the stream insertion operator for the Shuffler class. More... | |
Shuffler interfaces.
SPDX-FileCopyrightText: Copyright (c) 2024-2025, NVIDIA CORPORATION & AFFILIATES. SPDX-License-Identifier: Apache-2.0
SPDX-FileCopyrightText: Copyright (c) 2024-2025, NVIDIA CORPORATION & AFFILIATES. SPDX-License-Identifier: Apache-2.0
A shuffle service for cuDF tables. Use Shuffler to perform a single shuffle.
A shuffle service for host and device data. Use Shuffler to perform a single shuffle.
| using rapidsmpf::shuffler::PartID = typedef std::uint32_t |
|
inline |
Overloads the stream insertion operator for the FinishCounter class.
This function allows a description of a FinishCounter to be written to an output stream.
| os | The output stream to write to. |
| obj | The object to write. |
Definition at line 231 of file finish_counter.hpp.
|
inline |
Overloads the stream insertion operator for the Shuffler class.
This function allows a description of a Shuffler to be written to an output stream.
| os | The output stream to write to. |
| obj | The object to write. |
Definition at line 383 of file shuffler.hpp.