Specification for the outputs of the transform function. This includes the output type and nullability policy for each output column. More...
#include <transform.hpp>
Public Attributes | |
| data_type | type = data_type{type_id::EMPTY} |
| The output type of the column to be created. | |
| output_nullability | nullability |
Specification for the outputs of the transform function. This includes the output type and nullability policy for each output column.
Definition at line 81 of file transform.hpp.
| output_nullability cudf::transform_output::nullability |
Signifies if a null mask should be created for the output column
Definition at line 84 of file transform.hpp.