libcudf
24.02.00
|
Column APIs for round. More...
Go to the source code of this file.
Namespaces | |
cudf | |
cuDF interfaces | |
Enumerations | |
enum class | cudf::rounding_method : int32_t { HALF_UP , HALF_EVEN } |
Different rounding methods for cudf::round More... | |
Functions | |
std::unique_ptr< column > | cudf::round (column_view const &input, int32_t decimal_places=0, rounding_method method=rounding_method::HALF_UP, rmm::mr::device_memory_resource *mr=rmm::mr::get_current_device_resource()) |
Rounds all the values in a column to the specified number of decimal places. More... | |
Column APIs for round.
Definition in file round.hpp.