Public Attributes | List of all members
cudf::transform_output Struct Reference

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
 

Detailed Description

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.

Member Data Documentation

◆ nullability

output_nullability cudf::transform_output::nullability
Initial value:
=
@ PRESERVE
A null-mask may be produced if needed.

Signifies if a null mask should be created for the output column

Definition at line 84 of file transform.hpp.


The documentation for this struct was generated from the following file: