Reduction namespace. More...
Functions | |
bool | is_valid_aggregation (data_type source, aggregation::Kind kind) |
Indicate if a reduction is supported for a source datatype. More... | |
Reduction namespace.
bool cudf::reduction::is_valid_aggregation | ( | data_type | source, |
aggregation::Kind | kind | ||
) |
Indicate if a reduction is supported for a source datatype.
source | The source data type. |
kind | The reduction aggregation. |